forgot synced icons
This commit is contained in:
parent
d8aeb8dd2a
commit
83b8237046
5 changed files with 6 additions and 21 deletions
|
@ -474,6 +474,7 @@ void BitcoinGUI::gotoReceiveCoinsPage()
|
|||
void BitcoinGUI::gotoSendCoinsPage()
|
||||
{
|
||||
sendCoinsAction->setChecked(true);
|
||||
sendCoinsPage->clear();
|
||||
centralWidget->setCurrentWidget(sendCoinsPage);
|
||||
exportAction->setEnabled(false);
|
||||
}
|
||||
|
|
|
@ -107,6 +107,9 @@
|
|||
<property name="maxLength">
|
||||
<number>34</number>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -178,7 +181,7 @@
|
|||
<widget class="QPushButton" name="sendButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>120</width>
|
||||
<width>150</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
|
@ -197,25 +200,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Abort the send action</string>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel</set>
|
||||
</property>
|
||||
<property name="centerButtons">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -248,7 +232,6 @@
|
|||
<tabstop>addAsLabel</tabstop>
|
||||
<tabstop>payAmount</tabstop>
|
||||
<tabstop>sendButton</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../bitcoin.qrc"/>
|
||||
|
|
BIN
src/qt/res/icons/notsynced.png
Normal file
BIN
src/qt/res/icons/notsynced.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,013 B |
BIN
src/qt/res/icons/synced.png
Normal file
BIN
src/qt/res/icons/synced.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -23,6 +23,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent, const QString &address) :
|
|||
ui->payTo->setPlaceholderText(tr("Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)"));
|
||||
ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book"));
|
||||
#endif
|
||||
|
||||
GUIUtil::setupAddressWidget(ui->payTo, this);
|
||||
|
||||
// Set initial send-to address if provided
|
||||
|
|
Loading…
Reference in a new issue