/ src / qt / forms / psbtoperationsdialog.ui
psbtoperationsdialog.ui
  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <ui version="4.0">
  3   <class>PSBTOperationsDialog</class>
  4   <widget class="QDialog" name="PSBTOperationsDialog">
  5    <property name="geometry">
  6     <rect>
  7      <x>0</x>
  8      <y>0</y>
  9      <width>585</width>
 10      <height>327</height>
 11     </rect>
 12    </property>
 13    <property name="windowTitle">
 14     <string>PSBT Operations</string>
 15    </property>
 16    <layout class="QVBoxLayout" name="verticalLayout">
 17     <property name="spacing">
 18      <number>12</number>
 19     </property>
 20     <property name="sizeConstraint">
 21      <enum>QLayout::SetDefaultConstraint</enum>
 22     </property>
 23     <property name="bottomMargin">
 24      <number>12</number>
 25     </property>
 26     <item>
 27      <layout class="QVBoxLayout" name="mainDialogLayout">
 28       <property name="spacing">
 29        <number>5</number>
 30       </property>
 31       <property name="topMargin">
 32        <number>0</number>
 33       </property>
 34       <property name="bottomMargin">
 35        <number>0</number>
 36       </property>
 37       <item>
 38        <widget class="QLabel" name="statusBar">
 39         <property name="font">
 40          <font>
 41           <weight>75</weight>
 42           <bold>true</bold>
 43          </font>
 44         </property>
 45         <property name="autoFillBackground">
 46          <bool>false</bool>
 47         </property>
 48         <property name="styleSheet">
 49          <string notr="true"/>
 50         </property>
 51         <property name="text">
 52          <string/>
 53         </property>
 54        </widget>
 55       </item>
 56       <item>
 57        <widget class="QTextEdit" name="transactionDescription">
 58         <property name="undoRedoEnabled">
 59          <bool>false</bool>
 60         </property>
 61         <property name="readOnly">
 62          <bool>true</bool>
 63         </property>
 64        </widget>
 65       </item>
 66       <item>
 67        <layout class="QHBoxLayout" name="buttonRowLayout">
 68         <property name="spacing">
 69          <number>5</number>
 70         </property>
 71         <item>
 72          <widget class="QPushButton" name="signTransactionButton">
 73           <property name="sizePolicy">
 74            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 75             <horstretch>0</horstretch>
 76             <verstretch>0</verstretch>
 77            </sizepolicy>
 78           </property>
 79           <property name="font">
 80            <font>
 81             <weight>50</weight>
 82             <bold>false</bold>
 83            </font>
 84           </property>
 85           <property name="text">
 86            <string>Sign Tx</string>
 87           </property>
 88           <property name="autoDefault">
 89            <bool>true</bool>
 90           </property>
 91           <property name="default">
 92            <bool>false</bool>
 93           </property>
 94           <property name="flat">
 95            <bool>false</bool>
 96           </property>
 97          </widget>
 98         </item>
 99         <item>
100          <widget class="QPushButton" name="broadcastTransactionButton">
101           <property name="text">
102            <string>Broadcast Tx</string>
103           </property>
104          </widget>
105         </item>
106         <item>
107          <spacer name="horizontalSpacer">
108           <property name="orientation">
109            <enum>Qt::Horizontal</enum>
110           </property>
111           <property name="sizeHint" stdset="0">
112            <size>
113             <width>40</width>
114             <height>20</height>
115            </size>
116           </property>
117          </spacer>
118         </item>
119         <item>
120          <widget class="QPushButton" name="copyToClipboardButton">
121           <property name="text">
122            <string>Copy to Clipboard</string>
123           </property>
124          </widget>
125         </item>
126         <item>
127          <widget class="QPushButton" name="saveButton">
128           <property name="text">
129            <string>Save…</string>
130           </property>
131          </widget>
132         </item>
133         <item>
134          <widget class="QPushButton" name="closeButton">
135           <property name="text">
136            <string>Close</string>
137           </property>
138          </widget>
139         </item>
140        </layout>
141       </item>
142      </layout>
143     </item>
144    </layout>
145   </widget>
146   <resources/>
147   <connections/>
148  </ui>