aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-09-18 12:20:42 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-11-14 13:07:49 +0100
commitac64cec4ce35cb7e6fbf3678c1ffeac0137791ae (patch)
treecd62fc18e0aecc9bfacab131fcf1cdb903ff8f57
parentc99d6f644aa45d1bd929790f23a36d0dd7c29004 (diff)
downloadbitcoin-ac64cec4ce35cb7e6fbf3678c1ffeac0137791ae.tar.xz
gui: create wallet: add advanced section
-rw-r--r--src/qt/forms/createwalletdialog.ui25
1 files changed, 21 insertions, 4 deletions
diff --git a/src/qt/forms/createwalletdialog.ui b/src/qt/forms/createwalletdialog.ui
index ef3a8ed5b6..ea713e1abd 100644
--- a/src/qt/forms/createwalletdialog.ui
+++ b/src/qt/forms/createwalletdialog.ui
@@ -74,6 +74,22 @@
<bool>false</bool>
</property>
</widget>
+ <widget class="QLabel" name="advanced_options_label">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>90</y>
+ <width>130</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="styleSheet">
+ <string notr="true">font-weight:bold;</string>
+ </property>
+ <property name="text">
+ <string>Advanced options</string>
+ </property>
+ </widget>
<widget class="QCheckBox" name="disable_privkeys_checkbox">
<property name="enabled">
<bool>true</bool>
@@ -81,7 +97,7 @@
<property name="geometry">
<rect>
<x>20</x>
- <y>80</y>
+ <y>115</y>
<width>171</width>
<height>22</height>
</rect>
@@ -97,8 +113,8 @@
<property name="geometry">
<rect>
<x>20</x>
- <y>110</y>
- <width>171</width>
+ <y>135</y>
+ <width>220</width>
<height>22</height>
</rect>
</property>
@@ -113,7 +129,7 @@
<property name="geometry">
<rect>
<x>20</x>
- <y>140</y>
+ <y>155</y>
<width>171</width>
<height>22</height>
</rect>
@@ -131,6 +147,7 @@
<tabstop>encrypt_wallet_checkbox</tabstop>
<tabstop>disable_privkeys_checkbox</tabstop>
<tabstop>blank_wallet_checkbox</tabstop>
+ <tabstop>descriptor_checkbox</tabstop>
</tabstops>
<resources/>
<connections>