sweepprivkeydialog.ui raw

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  <ui version="4.0">
   3   <class>SweepPrivKeyDialog</class>
   4   <widget class="QDialog" name="SweepPrivKeyDialog">
   5    <property name="geometry">
   6     <rect>
   7      <x>0</x>
   8      <y>0</y>
   9      <width>500</width>
  10      <height>300</height>
  11     </rect>
  12    </property>
  13    <property name="minimumSize">
  14     <size>
  15      <width>500</width>
  16      <height>300</height>
  17     </size>
  18    </property>
  19    <property name="windowTitle">
  20     <string>Sweep Private Key</string>
  21    </property>
  22    <layout class="QVBoxLayout" name="verticalLayout">
  23     <item>
  24      <widget class="QLabel" name="descriptionLabel">
  25       <property name="text">
  26        <string>Enter WIF private key(s) to sweep all coins into the selected wallet. One key per line.</string>
  27       </property>
  28       <property name="wordWrap">
  29        <bool>true</bool>
  30       </property>
  31      </widget>
  32     </item>
  33     <item>
  34      <layout class="QGridLayout" name="gridLayout">
  35       <item row="0" column="0">
  36        <widget class="QLabel" name="walletLabel">
  37         <property name="text">
  38          <string>Sweep into wallet:</string>
  39         </property>
  40         <property name="alignment">
  41          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  42         </property>
  43        </widget>
  44       </item>
  45       <item row="0" column="1">
  46        <widget class="QComboBox" name="walletSelector"/>
  47       </item>
  48       <item row="1" column="0">
  49        <widget class="QLabel" name="privkeyLabel">
  50         <property name="text">
  51          <string>Private key(s):</string>
  52         </property>
  53         <property name="alignment">
  54          <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  55         </property>
  56        </widget>
  57       </item>
  58       <item row="1" column="1">
  59        <widget class="QPlainTextEdit" name="privkeyEdit">
  60         <property name="placeholderText">
  61          <string>Enter WIF private keys, one per line</string>
  62         </property>
  63        </widget>
  64       </item>
  65       <item row="2" column="0">
  66        <widget class="QLabel" name="labelLabel">
  67         <property name="text">
  68          <string>Label (optional):</string>
  69         </property>
  70         <property name="alignment">
  71          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  72         </property>
  73        </widget>
  74       </item>
  75       <item row="2" column="1">
  76        <widget class="QLineEdit" name="labelEdit"/>
  77       </item>
  78      </layout>
  79     </item>
  80     <item>
  81      <widget class="QLabel" name="statusLabel">
  82       <property name="text">
  83        <string/>
  84       </property>
  85       <property name="wordWrap">
  86        <bool>true</bool>
  87       </property>
  88      </widget>
  89     </item>
  90     <item>
  91      <layout class="QHBoxLayout" name="buttonLayout">
  92       <item>
  93        <spacer name="horizontalSpacer">
  94         <property name="orientation">
  95          <enum>Qt::Horizontal</enum>
  96         </property>
  97         <property name="sizeHint" stdset="0">
  98          <size>
  99           <width>40</width>
 100           <height>20</height>
 101          </size>
 102         </property>
 103        </spacer>
 104       </item>
 105       <item>
 106        <widget class="QPushButton" name="sweepButton">
 107         <property name="text">
 108          <string>&amp;Sweep</string>
 109         </property>
 110        </widget>
 111       </item>
 112       <item>
 113        <widget class="QPushButton" name="clearButton">
 114         <property name="text">
 115          <string>Clear</string>
 116         </property>
 117        </widget>
 118       </item>
 119       <item>
 120        <widget class="QPushButton" name="closeButton">
 121         <property name="text">
 122          <string>Close</string>
 123         </property>
 124        </widget>
 125       </item>
 126      </layout>
 127     </item>
 128    </layout>
 129   </widget>
 130   <resources/>
 131   <connections/>
 132  </ui>
 133