|
51 | 51 | </spacer>
|
52 | 52 | </item>
|
53 | 53 | <item>
|
54 |
| - <layout class="QHBoxLayout" name="horizontalLayout_Main_Prune"> |
55 |
| - <item> |
56 |
| - <widget class="QCheckBox" name="prune"> |
57 |
| - <property name="toolTip"> |
58 |
| - <string>Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain.</string> |
59 |
| - </property> |
60 |
| - <property name="text"> |
61 |
| - <string>Prune &block storage to</string> |
62 |
| - </property> |
63 |
| - </widget> |
64 |
| - </item> |
65 |
| - <item> |
66 |
| - <widget class="QSpinBox" name="pruneSize"/> |
67 |
| - </item> |
| 54 | + <layout class="QHBoxLayout" name="horizontalLayout_Main_Prune"> |
| 55 | + <item> |
| 56 | + <widget class="QCheckBox" name="prune"> |
| 57 | + <property name="toolTip"> |
| 58 | + <string>Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain.</string> |
| 59 | + </property> |
| 60 | + <property name="text"> |
| 61 | + <string>Prune &block storage to</string> |
| 62 | + </property> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + <item> |
| 66 | + <widget class="QSpinBox" name="pruneSize"/> |
| 67 | + </item> |
68 | 68 | <item>
|
69 | 69 | <widget class="QLabel" name="pruneSizeUnitLabel">
|
70 | 70 | <property name="text">
|
|
200 | 200 | <string>W&allet</string>
|
201 | 201 | </attribute>
|
202 | 202 | <layout class="QVBoxLayout" name="verticalLayout_Wallet">
|
| 203 | + <item> |
| 204 | + <widget class="QCheckBox" name="subFeeFromAmount"> |
| 205 | + <property name="toolTip"> |
| 206 | + <string extracomment="Tooltip text for Options window setting that sets subtracting the fee from a sending amount as default.">Whether to set subtract fee from amount as default or not.</string> |
| 207 | + </property> |
| 208 | + <property name="text"> |
| 209 | + <string extracomment="An Options window setting to set subtracting the fee from a sending amount as default.">Subtract &fee from amount by default</string> |
| 210 | + </property> |
| 211 | + </widget> |
| 212 | + </item> |
203 | 213 | <item>
|
204 | 214 | <widget class="QGroupBox" name="groupBox">
|
205 | 215 | <property name="title">
|
|
235 | 245 | <string>External Signer (e.g. hardware wallet)</string>
|
236 | 246 | </property>
|
237 | 247 | <layout class="QVBoxLayout" name="verticalLayoutHww">
|
238 |
| - <item> |
239 |
| - <layout class="QHBoxLayout" name="horizontalLayoutHww"> |
240 |
| - <item> |
241 |
| - <widget class="QLabel" name="externalSignerPathLabel"> |
242 |
| - <property name="text"> |
243 |
| - <string>&External signer script path</string> |
244 |
| - </property> |
245 |
| - <property name="buddy"> |
246 |
| - <cstring>externalSignerPath</cstring> |
247 |
| - </property> |
248 |
| - </widget> |
249 |
| - </item> |
250 |
| - <item> |
251 |
| - <widget class="QLineEdit" name="externalSignerPath"> |
252 |
| - <property name="toolTip"> |
253 |
| - <string>Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string> |
254 |
| - </property> |
255 |
| - </widget> |
256 |
| - </item> |
257 |
| - </layout> |
258 |
| - </item> |
| 248 | + <item> |
| 249 | + <layout class="QHBoxLayout" name="horizontalLayoutHww"> |
| 250 | + <item> |
| 251 | + <widget class="QLabel" name="externalSignerPathLabel"> |
| 252 | + <property name="text"> |
| 253 | + <string>&External signer script path</string> |
| 254 | + </property> |
| 255 | + <property name="buddy"> |
| 256 | + <cstring>externalSignerPath</cstring> |
| 257 | + </property> |
| 258 | + </widget> |
| 259 | + </item> |
| 260 | + <item> |
| 261 | + <widget class="QLineEdit" name="externalSignerPath"> |
| 262 | + <property name="toolTip"> |
| 263 | + <string>Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string> |
| 264 | + </property> |
| 265 | + </widget> |
| 266 | + </item> |
| 267 | + </layout> |
| 268 | + </item> |
259 | 269 | </layout>
|
260 | 270 | </widget>
|
261 | 271 | </item>
|
|
0 commit comments