<?xml version=“1.0” encoding=“UTF-8”?> <ui version=“4.0”>
<class>BitcoinOffer</class> <widget class="QDialog" name="BitcoinOffer"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>534</width> <height>238</height> </rect> </property> <property name="windowTitle"> <string>New Purchase Offer</string> </property> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>9</x> <y>39</y> <width>518</width> <height>148</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="2" column="1"> <widget class="QLineEdit" name="passwordInput"> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="addressInput"> <property name="minimumSize"> <size> <width>300</width> <height>0</height> </size> </property> <property name="placeholderText"> <string/> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Masteroin 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_5"> <property name="text"> <string>Password</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="amountInput"> <property name="placeholderText"> <string/> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>10</x> <y>0</y> <width>231</width> <height>31</height> </rect> </property> <property name="text"> <string><h3>Pay for Purchase Offer</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>190</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>addressInput</tabstop> <tabstop>amountInput</tabstop> <tabstop>passwordInput</tabstop> <tabstop>submit_button</tabstop> </tabstops> <resources/> <connections/>
</ui>