<?xml version=“1.0” encoding=“UTF-8”?> <ui version=“4.0”>

<class>PurchaseOffer</class>
<widget class="QDialog" name="PurchaseOffer">
 <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="4" column="1">
      <widget class="QLineEdit" name="password_input">
       <property name="echoMode">
        <enum>QLineEdit::Password</enum>
       </property>
      </widget>
     </item>
     <item row="3" column="1">
      <widget class="QComboBox" name="currency_box"/>
     </item>
     <item row="1" column="0">
      <widget class="QLabel" name="label_3">
       <property name="text">
        <string>Amount</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="1">
      <widget class="QLineEdit" name="amount_input">
       <property name="placeholderText">
        <string/>
       </property>
      </widget>
     </item>
     <item row="3" 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="4" column="0">
      <widget class="QLabel" name="label_5">
       <property name="text">
        <string>Password</string>
       </property>
      </widget>
     </item>
     <item row="2" column="1">
      <widget class="QLineEdit" name="fee_input"/>
     </item>
     <item row="2" column="0">
      <widget class="QLabel" name="label_6">
       <property name="text">
        <string>Required fee</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <widget class="QLabel" name="label">
  <property name="geometry">
   <rect>
    <x>20</x>
    <y>10</y>
    <width>161</width>
    <height>21</height>
   </rect>
  </property>
  <property name="text">
   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:large; font-weight:600;&quot;&gt;New Purchase Offer&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>address_input</tabstop>
 <tabstop>amount_input</tabstop>
 <tabstop>currency_box</tabstop>
 <tabstop>password_input</tabstop>
 <tabstop>submit_button</tabstop>
</tabstops>
<resources/>
<connections/>

</ui>