|
|
|
@ -6,8 +6,8 @@
@@ -6,8 +6,8 @@
|
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>660</width> |
|
|
|
|
<height>193</height> |
|
|
|
|
<width>686</width> |
|
|
|
|
<height>217</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle"> |
|
|
|
@ -15,67 +15,26 @@
@@ -15,67 +15,26 @@
|
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
<item row="3" column="1"> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="payTo"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="maxLength"> |
|
|
|
|
<number>34</number> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="addressBookButton"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>Look up adress in address book</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon"> |
|
|
|
|
<iconset resource="../bitcoin.qrc"> |
|
|
|
|
<normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Alt+A</string> |
|
|
|
|
<spacer name="verticalSpacer_2"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="autoDefault"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
<property name="sizeType"> |
|
|
|
|
<enum>QSizePolicy::Preferred</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>12</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="pasteButton"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>Paste address from system clipboard</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon"> |
|
|
|
|
<iconset resource="../bitcoin.qrc"> |
|
|
|
|
<normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Alt+P</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="autoDefault"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>12</number> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item row="5" column="0"> |
|
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
|
<property name="text"> |
|
|
|
@ -102,18 +61,6 @@
@@ -102,18 +61,6 @@
|
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="1"> |
|
|
|
|
<widget class="QLabel" name="label_3"> |
|
|
|
|
<property name="font"> |
|
|
|
|
<font> |
|
|
|
|
<pointsize>9</pointsize> |
|
|
|
|
</font> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="5" column="1"> |
|
|
|
|
<widget class="BitcoinAmountField" name="payAmount"/> |
|
|
|
|
</item> |
|
|
|
@ -147,23 +94,73 @@
@@ -147,23 +94,73 @@
|
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
<item row="3" column="1"> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="payTo"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="maxLength"> |
|
|
|
|
<number>34</number> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer name="verticalSpacer"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
<widget class="QPushButton" name="addressBookButton"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>Look up adress in address book</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>40</height> |
|
|
|
|
</size> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
<property name="icon"> |
|
|
|
|
<iconset resource="../bitcoin.qrc"> |
|
|
|
|
<normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Alt+A</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="autoDefault"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="pasteButton"> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>Paste address from system clipboard</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon"> |
|
|
|
|
<iconset resource="../bitcoin.qrc"> |
|
|
|
|
<normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset> |
|
|
|
|
</property> |
|
|
|
|
<property name="shortcut"> |
|
|
|
|
<string>Alt+P</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="autoDefault"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>12</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<spacer name="horizontalSpacer"> |
|
|
|
|
<property name="orientation"> |
|
|
|
@ -179,6 +176,12 @@
@@ -179,6 +176,12 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="sendButton"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>120</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="toolTip"> |
|
|
|
|
<string>Confirm the send action</string> |
|
|
|
|
</property> |
|
|
|
@ -208,10 +211,26 @@
@@ -208,10 +211,26 @@
|
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
<set>QDialogButtonBox::Cancel</set> |
|
|
|
|
</property> |
|
|
|
|
<property name="centerButtons"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer name="verticalSpacer"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
|
<size> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>40</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<customwidgets> |
|
|
|
|