|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>453</width> |
| 9 | + <width>474</width> |
10 | 10 | <height>360</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
|
17 | 17 | <locale language="English" country="UnitedStates"/> |
18 | 18 | </property> |
19 | 19 | <layout class="QGridLayout" name="gridLayout"> |
| 20 | + <item row="0" column="2"> |
| 21 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 22 | + <property name="orientation"> |
| 23 | + <enum>Qt::Orientation::Vertical</enum> |
| 24 | + </property> |
| 25 | + <property name="standardButtons"> |
| 26 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
| 27 | + </property> |
| 28 | + </widget> |
| 29 | + </item> |
20 | 30 | <item row="0" column="1"> |
21 | 31 | <widget class="QGroupBox" name="groupBox"> |
22 | 32 | <property name="title"> |
|
105 | 115 | </layout> |
106 | 116 | </widget> |
107 | 117 | </item> |
108 | | - <item row="2" column="0" colspan="3"> |
| 118 | + <item row="1" column="1"> |
| 119 | + <widget class="QCheckBox" name="checkBoxSysLocale"> |
| 120 | + <property name="text"> |
| 121 | + <string>Use System Locale (takes effect only after re-start!)</string> |
| 122 | + </property> |
| 123 | + </widget> |
| 124 | + </item> |
| 125 | + <item row="3" column="0" colspan="3"> |
109 | 126 | <spacer name="verticalSpacer"> |
110 | 127 | <property name="orientation"> |
111 | 128 | <enum>Qt::Orientation::Vertical</enum> |
|
118 | 135 | </property> |
119 | 136 | </spacer> |
120 | 137 | </item> |
121 | | - <item row="0" column="2"> |
122 | | - <widget class="QDialogButtonBox" name="buttonBox"> |
123 | | - <property name="orientation"> |
124 | | - <enum>Qt::Orientation::Vertical</enum> |
125 | | - </property> |
126 | | - <property name="standardButtons"> |
127 | | - <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
128 | | - </property> |
129 | | - </widget> |
130 | | - </item> |
131 | | - <item row="1" column="1"> |
132 | | - <widget class="QCheckBox" name="checkBoxSysLocale"> |
| 138 | + <item row="2" column="1"> |
| 139 | + <widget class="QCheckBox" name="checkBoxZapSettings"> |
133 | 140 | <property name="text"> |
134 | | - <string>Use System Locale (takes effect only after re-start!)</string> |
| 141 | + <string>Clear Settings (takes effect at next program start)</string> |
135 | 142 | </property> |
136 | 143 | </widget> |
137 | 144 | </item> |
|
0 commit comments