2011-05-12 14:44:52 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SendCoinsDialog</class>
|
|
|
|
<widget class="QDialog" name="SendCoinsDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-07-08 19:00:08 +02:00
|
|
|
<width>686</width>
|
|
|
|
<height>217</height>
|
2011-05-12 14:44:52 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2011-05-12 17:55:24 +02:00
|
|
|
<string>Send Coins</string>
|
2011-05-12 14:44:52 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2011-07-08 19:00:08 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>12</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-05-12 14:44:52 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-07-08 19:00:08 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>A&mount:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>payAmount</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Pay &To:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>payTo</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="BitcoinAmountField" name="payAmount"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="addAsLabel">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Enter a label for this address to add it to your address book</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Label:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>addAsLabel</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-25 22:57:24 +02:00
|
|
|
<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>
|
|
|
|
</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>
|
2011-05-12 14:44:52 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-12 17:55:24 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2011-07-08 19:00:08 +02:00
|
|
|
<property name="spacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2011-05-12 17:55:24 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="sendButton">
|
2011-07-08 19:00:08 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2011-07-08 19:25:35 +02:00
|
|
|
<width>150</width>
|
2011-07-08 19:00:08 +02:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-06-11 12:46:09 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Confirm the send action</string>
|
|
|
|
</property>
|
2011-05-12 17:55:24 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Send</string>
|
|
|
|
</property>
|
2011-05-13 22:00:27 +02:00
|
|
|
<property name="icon">
|
2011-05-14 10:31:46 +02:00
|
|
|
<iconset resource="../bitcoin.qrc">
|
2011-05-13 22:00:27 +02:00
|
|
|
<normaloff>:/icons/send</normaloff>:/icons/send</iconset>
|
|
|
|
</property>
|
2011-05-15 19:31:20 +02:00
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-05-12 17:55:24 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-05-12 14:44:52 +02:00
|
|
|
</item>
|
2011-07-08 19:00:08 +02:00
|
|
|
<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>
|
2011-05-12 14:44:52 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-06-20 21:31:42 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>BitcoinAmountField</class>
|
2011-06-25 22:57:24 +02:00
|
|
|
<extends>QLineEdit</extends>
|
2011-06-20 21:31:42 +02:00
|
|
|
<header>bitcoinamountfield.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>payTo</tabstop>
|
|
|
|
<tabstop>addressBookButton</tabstop>
|
2011-06-25 22:57:24 +02:00
|
|
|
<tabstop>pasteButton</tabstop>
|
2011-07-02 17:31:27 +02:00
|
|
|
<tabstop>addAsLabel</tabstop>
|
|
|
|
<tabstop>payAmount</tabstop>
|
2011-06-20 21:31:42 +02:00
|
|
|
<tabstop>sendButton</tabstop>
|
|
|
|
</tabstops>
|
2011-05-13 22:00:27 +02:00
|
|
|
<resources>
|
2011-05-14 10:31:46 +02:00
|
|
|
<include location="../bitcoin.qrc"/>
|
2011-05-13 22:00:27 +02:00
|
|
|
</resources>
|
2011-05-15 19:31:20 +02:00
|
|
|
<connections/>
|
2011-05-12 14:44:52 +02:00
|
|
|
</ui>
|