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

<class>SellingOffer</class>
<widget class="QDialog" name="SellingOffer">
 <property name="geometry">
  <rect>
   <x>0</x>
   <y>0</y>
   <width>534</width>
   <height>276</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>179</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <layout class="QGridLayout" name="gridLayout">
     <item row="6" column="1">
      <widget class="QLineEdit" name="fee_input">
       <property name="minimumSize">
        <size>
         <width>300</width>
         <height>0</height>
        </size>
       </property>
       <property name="placeholderText">
        <string/>
       </property>
      </widget>
     </item>
     <item row="7" column="1">
      <widget class="QLineEdit" name="password_input">
       <property name="echoMode">
        <enum>QLineEdit::Password</enum>
       </property>
      </widget>
     </item>
     <item row="7" column="0">
      <widget class="QLabel" name="label_5">
       <property name="text">
        <string>Password</string>
       </property>
      </widget>
     </item>
     <item row="5" column="0">
      <widget class="QLabel" name="label_6">
       <property name="text">
        <string>Time (in blocks)</string>
       </property>
      </widget>
     </item>
     <item row="1" column="1">
      <widget class="QLineEdit" name="amount_input">
       <property name="placeholderText">
        <string/>
       </property>
      </widget>
     </item>
     <item row="1" column="0">
      <widget class="QLabel" name="label_3">
       <property name="text">
        <string>Amount to sell</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="3" column="1">
      <widget class="QComboBox" name="currency_box"/>
     </item>
     <item row="6" column="0">
      <widget class="QLabel" name="label_2">
       <property name="text">
        <string>Transaction fee</string>
       </property>
      </widget>
     </item>
     <item row="5" column="1">
      <widget class="QLineEdit" name="time_input"/>
     </item>
     <item row="2" column="1">
      <widget class="QLineEdit" name="btc_amount_input"/>
     </item>
     <item row="2" column="0">
      <widget class="QLabel" name="label_7">
       <property name="text">
        <string>Total amount of BTC</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <widget class="QLabel" name="label">
  <property name="geometry">
   <rect>
    <x>10</x>
    <y>10</y>
    <width>151</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 Selling 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>420</x>
    <y>230</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>amount_input</tabstop>
 <tabstop>btc_amount_input</tabstop>
 <tabstop>currency_box</tabstop>
 <tabstop>time_input</tabstop>
 <tabstop>fee_input</tabstop>
 <tabstop>password_input</tabstop>
 <tabstop>submit_button</tabstop>
</tabstops>
<resources/>
<connections/>

</ui>