receivecoinsdialog.ui raw

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  <ui version="4.0">
   3   <class>ReceiveCoinsDialog</class>
   4   <widget class="QDialog" name="ReceiveCoinsDialog">
   5    <property name="geometry">
   6     <rect>
   7      <x>0</x>
   8      <y>0</y>
   9      <width>776</width>
  10      <height>396</height>
  11     </rect>
  12    </property>
  13    <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1">
  14     <item>
  15      <widget class="QFrame" name="frame2">
  16       <property name="sizePolicy">
  17        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  18         <horstretch>0</horstretch>
  19         <verstretch>0</verstretch>
  20        </sizepolicy>
  21       </property>
  22       <property name="frameShape">
  23        <enum>QFrame::StyledPanel</enum>
  24       </property>
  25       <property name="frameShadow">
  26        <enum>QFrame::Sunken</enum>
  27       </property>
  28       <layout class="QVBoxLayout" name="verticalLayout_3">
  29        <item>
  30         <layout class="QGridLayout" name="gridLayout">
  31          <item row="5" column="0">
  32           <widget class="QLabel" name="label">
  33            <property name="toolTip">
  34             <string>An optional amount to request. Leave this empty or zero to not request a specific amount.</string>
  35            </property>
  36            <property name="text">
  37             <string>&amp;Amount:</string>
  38            </property>
  39            <property name="alignment">
  40             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  41            </property>
  42            <property name="buddy">
  43             <cstring>reqAmount</cstring>
  44            </property>
  45           </widget>
  46          </item>
  47          <item row="6" column="0">
  48           <widget class="QLabel" name="label_3">
  49            <property name="toolTip">
  50             <string>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.</string>
  51            </property>
  52            <property name="text">
  53             <string>&amp;Message:</string>
  54            </property>
  55            <property name="alignment">
  56             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  57            </property>
  58            <property name="buddy">
  59             <cstring>reqMessage</cstring>
  60            </property>
  61           </widget>
  62          </item>
  63          <item row="4" column="2">
  64           <widget class="QLineEdit" name="reqLabel">
  65            <property name="toolTip">
  66             <string>An optional label to associate with the new receiving address (used by you to identify an invoice).  It is also attached to the payment request.</string>
  67            </property>
  68           </widget>
  69          </item>
  70          <item row="2" column="2">
  71           <widget class="QLabel" name="label_5">
  72            <property name="text">
  73             <string>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</string>
  74            </property>
  75           </widget>
  76          </item>
  77          <item row="4" column="0">
  78           <widget class="QLabel" name="label_2">
  79            <property name="toolTip">
  80             <string>An optional label to associate with the new receiving address.</string>
  81            </property>
  82            <property name="text">
  83             <string>&amp;Label:</string>
  84            </property>
  85            <property name="alignment">
  86             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  87            </property>
  88            <property name="buddy">
  89             <cstring>reqLabel</cstring>
  90            </property>
  91           </widget>
  92          </item>
  93          <item row="6" column="2">
  94           <widget class="QLineEdit" name="reqMessage">
  95            <property name="toolTip">
  96             <string>An optional message that is attached to the payment request and may be displayed to the sender.</string>
  97            </property>
  98           </widget>
  99          </item>
 100          <item row="7" column="2">
 101           <layout class="QHBoxLayout" name="horizontalLayout">
 102            <item>
 103             <widget class="QPushButton" name="receiveButton">
 104              <property name="minimumSize">
 105               <size>
 106                <width>150</width>
 107                <height>0</height>
 108               </size>
 109              </property>
 110              <property name="text">
 111               <string>&amp;Create new receiving address</string>
 112              </property>
 113              <property name="icon">
 114               <iconset resource="../bitcoin.qrc">
 115                <normaloff>:/icons/receiving_addresses</normaloff>:/icons/receiving_addresses</iconset>
 116              </property>
 117              <property name="autoDefault">
 118               <bool>false</bool>
 119              </property>
 120              <property name="default">
 121               <bool>true</bool>
 122              </property>
 123             </widget>
 124            </item>
 125            <item>
 126             <widget class="QPushButton" name="clearButton">
 127              <property name="sizePolicy">
 128               <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 129                <horstretch>0</horstretch>
 130                <verstretch>0</verstretch>
 131               </sizepolicy>
 132              </property>
 133              <property name="toolTip">
 134               <string>Clear all fields of the form.</string>
 135              </property>
 136              <property name="text">
 137               <string>Clear</string>
 138              </property>
 139              <property name="icon">
 140               <iconset resource="../bitcoin.qrc">
 141                <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
 142              </property>
 143              <property name="autoDefault">
 144               <bool>false</bool>
 145              </property>
 146             </widget>
 147            </item>
 148            <item>
 149             <spacer name="horizontalSpacer">
 150              <property name="orientation">
 151               <enum>Qt::Horizontal</enum>
 152              </property>
 153              <property name="sizeHint" stdset="0">
 154               <size>
 155                <width>40</width>
 156                <height>20</height>
 157               </size>
 158              </property>
 159             </spacer>
 160            </item>
 161           </layout>
 162          </item>
 163          <item row="7" column="0">
 164           <widget class="QLabel" name="label_7">
 165            <property name="text">
 166             <string/>
 167            </property>
 168           </widget>
 169          </item>
 170          <item row="5" column="2">
 171           <layout class="QHBoxLayout" name="horizontalLayout_6">
 172            <item>
 173             <widget class="BitcoinAmountField" name="reqAmount">
 174              <property name="sizePolicy">
 175               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 176                <horstretch>0</horstretch>
 177                <verstretch>0</verstretch>
 178               </sizepolicy>
 179              </property>
 180              <property name="minimumSize">
 181               <size>
 182                <width>80</width>
 183                <height>0</height>
 184               </size>
 185              </property>
 186              <property name="maximumSize">
 187               <size>
 188                <width>1000</width>
 189                <height>100</height>
 190               </size>
 191              </property>
 192              <property name="toolTip">
 193               <string>An optional amount to request. Leave this empty or zero to not request a specific amount.</string>
 194              </property>
 195             </widget>
 196            </item>
 197            <item>
 198             <widget class="QComboBox" name="addressType">
 199              <property name="sizePolicy">
 200               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 201                <horstretch>0</horstretch>
 202                <verstretch>0</verstretch>
 203               </sizepolicy>
 204              </property>
 205              <property name="maximumSize">
 206               <size>
 207                <width>1000</width>
 208                <height>16777215</height>
 209               </size>
 210              </property>
 211              <property name="focusPolicy">
 212               <enum>Qt::StrongFocus</enum>
 213              </property>
 214             </widget>
 215            </item>
 216            <item>
 217             <spacer name="horizontalSpacer_3">
 218              <property name="orientation">
 219               <enum>Qt::Horizontal</enum>
 220              </property>
 221              <property name="sizeHint" stdset="0">
 222               <size>
 223                <width>0</width>
 224                <height>0</height>
 225               </size>
 226              </property>
 227             </spacer>
 228            </item>
 229           </layout>
 230          </item>
 231         </layout>
 232        </item>
 233       </layout>
 234      </widget>
 235     </item>
 236     <item>
 237      <spacer name="verticalSpacer_2">
 238       <property name="orientation">
 239        <enum>Qt::Vertical</enum>
 240       </property>
 241       <property name="sizeHint" stdset="0">
 242        <size>
 243         <width>20</width>
 244         <height>10</height>
 245        </size>
 246       </property>
 247      </spacer>
 248     </item>
 249     <item>
 250      <widget class="QFrame" name="frame">
 251       <property name="sizePolicy">
 252        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 253         <horstretch>0</horstretch>
 254         <verstretch>0</verstretch>
 255        </sizepolicy>
 256       </property>
 257       <property name="frameShape">
 258        <enum>QFrame::StyledPanel</enum>
 259       </property>
 260       <property name="frameShadow">
 261        <enum>QFrame::Raised</enum>
 262       </property>
 263       <layout class="QVBoxLayout" name="verticalLayout_2">
 264        <item>
 265         <widget class="QLabel" name="label_6">
 266          <property name="font">
 267           <font>
 268            <weight>75</weight>
 269            <bold>true</bold>
 270           </font>
 271          </property>
 272          <property name="text">
 273           <string>Requested payments history</string>
 274          </property>
 275         </widget>
 276        </item>
 277        <item>
 278         <widget class="QTableView" name="recentRequestsView">
 279          <property name="contextMenuPolicy">
 280           <enum>Qt::CustomContextMenu</enum>
 281          </property>
 282          <property name="tabKeyNavigation">
 283           <bool>false</bool>
 284          </property>
 285          <property name="sortingEnabled">
 286           <bool>true</bool>
 287          </property>
 288         </widget>
 289        </item>
 290        <item>
 291         <layout class="QHBoxLayout" name="horizontalLayout_2">
 292          <item>
 293           <widget class="QPushButton" name="showRequestButton">
 294            <property name="enabled">
 295             <bool>false</bool>
 296            </property>
 297            <property name="toolTip">
 298             <string>Show the selected request (does the same as double clicking an entry)</string>
 299            </property>
 300            <property name="text">
 301             <string>Show</string>
 302            </property>
 303            <property name="icon">
 304             <iconset resource="../bitcoin.qrc">
 305              <normaloff>:/icons/eye</normaloff>:/icons/eye</iconset>
 306            </property>
 307            <property name="autoDefault">
 308             <bool>false</bool>
 309            </property>
 310           </widget>
 311          </item>
 312          <item>
 313           <widget class="QPushButton" name="removeRequestButton">
 314            <property name="enabled">
 315             <bool>false</bool>
 316            </property>
 317            <property name="toolTip">
 318             <string>Remove the selected entries from the list</string>
 319            </property>
 320            <property name="text">
 321             <string>Remove</string>
 322            </property>
 323            <property name="icon">
 324             <iconset resource="../bitcoin.qrc">
 325              <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
 326            </property>
 327            <property name="autoDefault">
 328             <bool>false</bool>
 329            </property>
 330           </widget>
 331          </item>
 332          <item>
 333           <spacer name="horizontalSpacer_2">
 334            <property name="orientation">
 335             <enum>Qt::Horizontal</enum>
 336            </property>
 337            <property name="sizeHint" stdset="0">
 338             <size>
 339              <width>40</width>
 340              <height>20</height>
 341             </size>
 342            </property>
 343           </spacer>
 344          </item>
 345         </layout>
 346        </item>
 347       </layout>
 348      </widget>
 349     </item>
 350    </layout>
 351   </widget>
 352   <customwidgets>
 353    <customwidget>
 354     <class>BitcoinAmountField</class>
 355     <extends>QLineEdit</extends>
 356     <header>qt/bitcoinamountfield.h</header>
 357     <container>1</container>
 358    </customwidget>
 359   </customwidgets>
 360   <tabstops>
 361    <tabstop>reqLabel</tabstop>
 362    <tabstop>reqAmount</tabstop>
 363    <tabstop>addressType</tabstop>
 364    <tabstop>reqMessage</tabstop>
 365    <tabstop>receiveButton</tabstop>
 366    <tabstop>clearButton</tabstop>
 367    <tabstop>recentRequestsView</tabstop>
 368    <tabstop>showRequestButton</tabstop>
 369    <tabstop>removeRequestButton</tabstop>
 370   </tabstops>
 371   <resources>
 372    <include location="../bitcoin.qrc"/>
 373   </resources>
 374   <connections/>
 375  </ui>
 376