|
76 | 76 | </item>
|
77 | 77 | <item>
|
78 | 78 | <layout class="QVBoxLayout" name="verticalLayout">
|
| 79 | + <item> |
| 80 | + <layout class="QFormLayout" name="formLayout"> |
| 81 | + <property name="bottomMargin"> |
| 82 | + <number>12</number> |
| 83 | + </property> |
| 84 | + <item row="0" column="0"> |
| 85 | + <widget class="QLabel" name="labelTxId"> |
| 86 | + <property name="text"> |
| 87 | + <string>transaction id: </string> |
| 88 | + </property> |
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + <item row="0" column="1"> |
| 92 | + <widget class="QValidatedLineEdit" name="txidEdit"> |
| 93 | + <property name="toolTip"> |
| 94 | + <string>The transaction id</string> |
| 95 | + </property> |
| 96 | + <property name="placeholderText"> |
| 97 | + <string notr="true">Enter a transaction id...</string> |
| 98 | + </property> |
| 99 | + </widget> |
| 100 | + </item> |
| 101 | + <item row="1" column="0"> |
| 102 | + <widget class="QCheckBox" name="verboseCheckbox"> |
| 103 | + <property name="toolTip"> |
| 104 | + <string>verbose</string> |
| 105 | + </property> |
| 106 | + <property name="text"> |
| 107 | + <string>verbose</string> |
| 108 | + </property> |
| 109 | + <property name="checked"> |
| 110 | + <bool>false</bool> |
| 111 | + </property> |
| 112 | + </widget> |
| 113 | + </item> |
| 114 | + <item row="2" column="0"> |
| 115 | + <widget class="QLabel" name="labelBlockHash"> |
| 116 | + <property name="text"> |
| 117 | + <string>blockhash (optional): </string> |
| 118 | + </property> |
| 119 | + </widget> |
| 120 | + </item> |
| 121 | + <item row="2" column="1"> |
| 122 | + <widget class="QValidatedLineEdit" name="blockHashEdit"> |
| 123 | + <property name="toolTip"> |
| 124 | + <string>The block in which to look for the transaction</string> |
| 125 | + </property> |
| 126 | + <property name="placeholderText"> |
| 127 | + <string notr="true">Enter Blockhash...</string> |
| 128 | + </property> |
| 129 | + </widget> |
| 130 | + </item> |
| 131 | + </layout> |
| 132 | + </item> |
79 | 133 | <item>
|
80 | 134 | <widget class="QTextEdit" name="helpMessage">
|
81 | 135 | <property name="readOnly">
|
|
135 | 189 | </property>
|
136 | 190 | </spacer>
|
137 | 191 | </item>
|
| 192 | + <item> |
| 193 | + <widget class="QDialogButtonBox" name="submitButton"> |
| 194 | + <property name="orientation"> |
| 195 | + <enum>Qt::Horizontal</enum> |
| 196 | + </property> |
| 197 | + <property name="standardButtons"> |
| 198 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 199 | + </property> |
| 200 | + </widget> |
| 201 | + </item> |
138 | 202 | <item>
|
139 | 203 | <widget class="QDialogButtonBox" name="okButton">
|
140 | 204 | <property name="orientation">
|
|
152 | 216 | <resources>
|
153 | 217 | <include location="../bitcoin.qrc"/>
|
154 | 218 | </resources>
|
| 219 | + <customwidgets> |
| 220 | + <customwidget> |
| 221 | + <class>QValidatedLineEdit</class> |
| 222 | + <extends>QLineEdit</extends> |
| 223 | + <header>qt/qvalidatedlineedit.h</header> |
| 224 | + </customwidget> |
| 225 | + </customwidgets> |
155 | 226 | <connections>
|
156 | 227 | <connection>
|
157 | 228 | <sender>okButton</sender>
|
|
185 | 256 | </hint>
|
186 | 257 | </hints>
|
187 | 258 | </connection>
|
| 259 | + <connection> |
| 260 | + <sender>submitButton</sender> |
| 261 | + <signal>accepted()</signal> |
| 262 | + <receiver>HelpMessageDialog</receiver> |
| 263 | + <slot>onSubmitForm()</slot> |
| 264 | + <hints> |
| 265 | + <hint type="sourcelabel"> |
| 266 | + <x>395</x> |
| 267 | + <y>343</y> |
| 268 | + </hint> |
| 269 | + <hint type="destinationlabel"> |
| 270 | + <x>389</x> |
| 271 | + <y>199</y> |
| 272 | + </hint> |
| 273 | + </hints> |
| 274 | + </connection> |
| 275 | + <connection> |
| 276 | + <sender>submitButton</sender> |
| 277 | + <signal>rejected()</signal> |
| 278 | + <receiver>HelpMessageDialog</receiver> |
| 279 | + <slot>reject()</slot> |
| 280 | + <hints> |
| 281 | + <hint type="sourcelabel"> |
| 282 | + <x>395</x> |
| 283 | + <y>343</y> |
| 284 | + </hint> |
| 285 | + <hint type="destinationlabel"> |
| 286 | + <x>389</x> |
| 287 | + <y>199</y> |
| 288 | + </hint> |
| 289 | + </hints> |
| 290 | + </connection> |
188 | 291 | </connections>
|
189 | 292 | </ui>
|
0 commit comments