<?xml version=“1.0” encoding=“UTF-8”?> <ui version=“4.0”>
<class>SimpleSend</class> <widget class="QDialog" name="SimpleSend"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>534</width> <height>238</height> </rect> </property> <property name="windowTitle"> <string>New Simple Send</string> </property> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>9</x> <y>39</y> <width>518</width> <height>121</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="1"> <widget class="QLineEdit" name="amount_input"> <property name="placeholderText"> <string/> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Mastercoin address</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Amount</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Currency</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="address_input"> <property name="minimumSize"> <size> <width>300</width> <height>0</height> </size> </property> <property name="placeholderText"> <string/> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="currency_box"/> </item> <item row="3" column="1"> <widget class="QLineEdit" name="password_input"> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Password</string> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>20</x> <y>5</y> <width>151</width> <height>21</height> </rect> </property> <property name="text"> <string><h3>New Simple Send</h3></string> </property> </widget> <widget class="QPushButton" name="submit_button"> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>410</x> <y>170</y> <width>114</width> <height>32</height> </rect> </property> <property name="text"> <string>Send</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </widget> <tabstops> <tabstop>address_input</tabstop> <tabstop>amount_input</tabstop> <tabstop>currency_box</tabstop> <tabstop>password_input</tabstop> <tabstop>submit_button</tabstop> </tabstops> <resources/> <connections/>
</ui>