Skip to content

Commit ac64cec

Browse files
committed
gui: create wallet: add advanced section
1 parent c99d6f6 commit ac64cec

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

src/qt/forms/createwalletdialog.ui

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,30 @@
7474
<bool>false</bool>
7575
</property>
7676
</widget>
77+
<widget class="QLabel" name="advanced_options_label">
78+
<property name="geometry">
79+
<rect>
80+
<x>20</x>
81+
<y>90</y>
82+
<width>130</width>
83+
<height>21</height>
84+
</rect>
85+
</property>
86+
<property name="styleSheet">
87+
<string notr="true">font-weight:bold;</string>
88+
</property>
89+
<property name="text">
90+
<string>Advanced options</string>
91+
</property>
92+
</widget>
7793
<widget class="QCheckBox" name="disable_privkeys_checkbox">
7894
<property name="enabled">
7995
<bool>true</bool>
8096
</property>
8197
<property name="geometry">
8298
<rect>
8399
<x>20</x>
84-
<y>80</y>
100+
<y>115</y>
85101
<width>171</width>
86102
<height>22</height>
87103
</rect>
@@ -97,8 +113,8 @@
97113
<property name="geometry">
98114
<rect>
99115
<x>20</x>
100-
<y>110</y>
101-
<width>171</width>
116+
<y>135</y>
117+
<width>220</width>
102118
<height>22</height>
103119
</rect>
104120
</property>
@@ -113,7 +129,7 @@
113129
<property name="geometry">
114130
<rect>
115131
<x>20</x>
116-
<y>140</y>
132+
<y>155</y>
117133
<width>171</width>
118134
<height>22</height>
119135
</rect>
@@ -131,6 +147,7 @@
131147
<tabstop>encrypt_wallet_checkbox</tabstop>
132148
<tabstop>disable_privkeys_checkbox</tabstop>
133149
<tabstop>blank_wallet_checkbox</tabstop>
150+
<tabstop>descriptor_checkbox</tabstop>
134151
</tabstops>
135152
<resources/>
136153
<connections>

0 commit comments

Comments
 (0)