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>
|
2011-07-16 19:01:05 +02:00
|
|
|
<layout class="QVBoxLayout" name="entries">
|
2011-07-08 19:00:08 +02:00
|
|
|
<property name="spacing">
|
2011-07-16 19:01:05 +02:00
|
|
|
<number>6</number>
|
2011-07-08 19:00:08 +02:00
|
|
|
</property>
|
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>
|
2011-07-16 19:01:05 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add recipient...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
|
|
|
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-12 17:55:24 +02:00
|
|
|
<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-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>
|