|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>ToolsDialog</class> |
| 4 | + <widget class="QDialog" name="ToolsDialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>780</width> |
| 10 | + <height>400</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 14 | + <item> |
| 15 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 16 | + <item> |
| 17 | + <layout class="QFormLayout" name="formLayout"> |
| 18 | + <property name="bottomMargin"> |
| 19 | + <number>12</number> |
| 20 | + </property> |
| 21 | + <item row="0" column="0"> |
| 22 | + <widget class="QLabel" name="labelTxId"> |
| 23 | + <property name="text"> |
| 24 | + <string>transaction id: </string> |
| 25 | + </property> |
| 26 | + </widget> |
| 27 | + </item> |
| 28 | + <item row="0" column="1"> |
| 29 | + <widget class="QValidatedLineEdit" name="txidEdit"> |
| 30 | + <property name="toolTip"> |
| 31 | + <string>The transaction id</string> |
| 32 | + </property> |
| 33 | + <property name="placeholderText"> |
| 34 | + <string notr="true">Enter a transaction id...</string> |
| 35 | + </property> |
| 36 | + </widget> |
| 37 | + </item> |
| 38 | + <item row="1" column="0"> |
| 39 | + <widget class="QCheckBox" name="verboseCheckbox"> |
| 40 | + <property name="toolTip"> |
| 41 | + <string>verbose</string> |
| 42 | + </property> |
| 43 | + <property name="text"> |
| 44 | + <string>verbose</string> |
| 45 | + </property> |
| 46 | + <property name="checked"> |
| 47 | + <bool>false</bool> |
| 48 | + </property> |
| 49 | + </widget> |
| 50 | + </item> |
| 51 | + <item row="2" column="0"> |
| 52 | + <widget class="QLabel" name="labelBlockHash"> |
| 53 | + <property name="text"> |
| 54 | + <string>blockhash (optional): </string> |
| 55 | + </property> |
| 56 | + </widget> |
| 57 | + </item> |
| 58 | + <item row="2" column="1"> |
| 59 | + <widget class="QValidatedLineEdit" name="blockHashEdit"> |
| 60 | + <property name="toolTip"> |
| 61 | + <string>The block in which to look for the transaction</string> |
| 62 | + </property> |
| 63 | + <property name="placeholderText"> |
| 64 | + <string notr="true">Enter Blockhash...</string> |
| 65 | + </property> |
| 66 | + </widget> |
| 67 | + </item> |
| 68 | + </layout> |
| 69 | + </item> |
| 70 | + <item> |
| 71 | + <widget class="QTextEdit" name="helpMessage"> |
| 72 | + <property name="readOnly"> |
| 73 | + <bool>true</bool> |
| 74 | + </property> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + <item> |
| 78 | + <spacer name="verticalSpacer"> |
| 79 | + <property name="orientation"> |
| 80 | + <enum>Qt::Vertical</enum> |
| 81 | + </property> |
| 82 | + <property name="sizeType"> |
| 83 | + <enum>QSizePolicy::Fixed</enum> |
| 84 | + </property> |
| 85 | + <property name="sizeHint" stdset="0"> |
| 86 | + <size> |
| 87 | + <width>4</width> |
| 88 | + <height>4</height> |
| 89 | + </size> |
| 90 | + </property> |
| 91 | + </spacer> |
| 92 | + </item> |
| 93 | + <item> |
| 94 | + <widget class="QDialogButtonBox" name="submitButton"> |
| 95 | + <property name="orientation"> |
| 96 | + <enum>Qt::Horizontal</enum> |
| 97 | + </property> |
| 98 | + <property name="standardButtons"> |
| 99 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 100 | + </property> |
| 101 | + </widget> |
| 102 | + </item> |
| 103 | + </layout> |
| 104 | + </item> |
| 105 | + </layout> |
| 106 | + </widget> |
| 107 | + <resources> |
| 108 | + <include location="../bitcoin.qrc"/> |
| 109 | + </resources> |
| 110 | + <customwidgets> |
| 111 | + <customwidget> |
| 112 | + <class>QValidatedLineEdit</class> |
| 113 | + <extends>QLineEdit</extends> |
| 114 | + <header>qt/qvalidatedlineedit.h</header> |
| 115 | + </customwidget> |
| 116 | + </customwidgets> |
| 117 | + <connections> |
| 118 | + <connection> |
| 119 | + <sender>submitButton</sender> |
| 120 | + <signal>accepted()</signal> |
| 121 | + <receiver>ToolsDialog</receiver> |
| 122 | + <slot>onSubmitForm()</slot> |
| 123 | + <hints> |
| 124 | + <hint type="sourcelabel"> |
| 125 | + <x>395</x> |
| 126 | + <y>343</y> |
| 127 | + </hint> |
| 128 | + <hint type="destinationlabel"> |
| 129 | + <x>389</x> |
| 130 | + <y>199</y> |
| 131 | + </hint> |
| 132 | + </hints> |
| 133 | + </connection> |
| 134 | + <connection> |
| 135 | + <sender>submitButton</sender> |
| 136 | + <signal>rejected()</signal> |
| 137 | + <receiver>ToolsDialog</receiver> |
| 138 | + <slot>reject()</slot> |
| 139 | + <hints> |
| 140 | + <hint type="sourcelabel"> |
| 141 | + <x>395</x> |
| 142 | + <y>343</y> |
| 143 | + </hint> |
| 144 | + <hint type="destinationlabel"> |
| 145 | + <x>389</x> |
| 146 | + <y>199</y> |
| 147 | + </hint> |
| 148 | + </hints> |
| 149 | + </connection> |
| 150 | + </connections> |
| 151 | +</ui> |
0 commit comments