|
123 | 123 | <x>0</x>
|
124 | 124 | <y>0</y>
|
125 | 125 | <width>504</width>
|
126 |
| - <height>1064</height> |
| 126 | + <height>1147</height> |
127 | 127 | </rect>
|
128 | 128 | </property>
|
129 | 129 | <layout class="QVBoxLayout" name="verticalLayout_9">
|
|
133 | 133 | <string>Interface</string>
|
134 | 134 | </property>
|
135 | 135 | <layout class="QGridLayout" name="UISettingsBoxLayout">
|
136 |
| - <item row="0" column="0" colspan="3"> |
137 |
| - <widget class="QLabel" name="labelRestartRequired"> |
138 |
| - <property name="font"> |
139 |
| - <font> |
140 |
| - <italic>true</italic> |
141 |
| - </font> |
142 |
| - </property> |
143 |
| - <property name="text"> |
144 |
| - <string>Changing Interface settings requires application restart</string> |
145 |
| - </property> |
146 |
| - </widget> |
| 136 | + <item row="2" column="1"> |
| 137 | + <widget class="QComboBox" name="comboStyle"/> |
147 | 138 | </item>
|
148 | 139 | <item row="1" column="0">
|
149 | 140 | <widget class="QLabel" name="labelLanguage">
|
|
152 | 143 | </property>
|
153 | 144 | </widget>
|
154 | 145 | </item>
|
155 |
| - <item row="1" column="1"> |
156 |
| - <widget class="QComboBox" name="comboLanguage"/> |
| 146 | + <item row="4" column="0" colspan="2"> |
| 147 | + <widget class="QCheckBox" name="checkUseSystemIcon"> |
| 148 | + <property name="text"> |
| 149 | + <string>Use icons from system theme</string> |
| 150 | + </property> |
| 151 | + </widget> |
157 | 152 | </item>
|
158 |
| - <item row="1" column="2"> |
| 153 | + <item row="3" column="0" colspan="4"> |
| 154 | + <widget class="QGroupBox" name="checkUseCustomTheme"> |
| 155 | + <property name="title"> |
| 156 | + <string>Use custom UI Theme</string> |
| 157 | + </property> |
| 158 | + <property name="checkable"> |
| 159 | + <bool>true</bool> |
| 160 | + </property> |
| 161 | + <layout class="QHBoxLayout" name="horizontalLayout_18"> |
| 162 | + <item> |
| 163 | + <widget class="QLabel" name="label_16"> |
| 164 | + <property name="text"> |
| 165 | + <string>UI Theme file:</string> |
| 166 | + </property> |
| 167 | + </widget> |
| 168 | + </item> |
| 169 | + <item> |
| 170 | + <widget class="FileSystemPathLineEdit" name="customThemeFilePath" native="true"/> |
| 171 | + </item> |
| 172 | + </layout> |
| 173 | + </widget> |
| 174 | + </item> |
| 175 | + <item row="1" column="3"> |
159 | 176 | <spacer name="spacerLanguage">
|
160 | 177 | <property name="orientation">
|
161 | 178 | <enum>Qt::Orientation::Horizontal</enum>
|
|
175 | 192 | </property>
|
176 | 193 | </widget>
|
177 | 194 | </item>
|
178 |
| - <item row="2" column="1"> |
179 |
| - <widget class="QComboBox" name="comboStyle"/> |
| 195 | + <item row="0" column="0" colspan="4"> |
| 196 | + <widget class="QLabel" name="labelRestartRequired"> |
| 197 | + <property name="font"> |
| 198 | + <font> |
| 199 | + <italic>true</italic> |
| 200 | + </font> |
| 201 | + </property> |
| 202 | + <property name="text"> |
| 203 | + <string>Changing Interface settings requires application restart</string> |
| 204 | + </property> |
| 205 | + </widget> |
180 | 206 | </item>
|
181 |
| - <item row="2" column="2"> |
| 207 | + <item row="5" column="0" colspan="2"> |
| 208 | + <widget class="QPushButton" name="buttonCustomizeUITheme"> |
| 209 | + <property name="text"> |
| 210 | + <string>Customize UI Theme...</string> |
| 211 | + </property> |
| 212 | + </widget> |
| 213 | + </item> |
| 214 | + <item row="1" column="1"> |
| 215 | + <widget class="QComboBox" name="comboLanguage"/> |
| 216 | + </item> |
| 217 | + <item row="2" column="3"> |
182 | 218 | <spacer name="spacerStyle">
|
183 | 219 | <property name="orientation">
|
184 | 220 | <enum>Qt::Orientation::Horizontal</enum>
|
|
191 | 227 | </property>
|
192 | 228 | </spacer>
|
193 | 229 | </item>
|
194 |
| - <item row="3" column="0" colspan="3"> |
195 |
| - <widget class="QGroupBox" name="checkUseCustomTheme"> |
196 |
| - <property name="title"> |
197 |
| - <string>Use custom UI Theme</string> |
198 |
| - </property> |
199 |
| - <property name="checkable"> |
200 |
| - <bool>true</bool> |
201 |
| - </property> |
202 |
| - <layout class="QHBoxLayout" name="horizontalLayout_18"> |
203 |
| - <item> |
204 |
| - <widget class="QLabel" name="label_16"> |
205 |
| - <property name="text"> |
206 |
| - <string>UI Theme file:</string> |
207 |
| - </property> |
208 |
| - </widget> |
209 |
| - </item> |
210 |
| - <item> |
211 |
| - <widget class="FileSystemPathLineEdit" name="customThemeFilePath" native="true"/> |
212 |
| - </item> |
213 |
| - </layout> |
214 |
| - </widget> |
215 |
| - </item> |
216 |
| - <item row="4" column="0" colspan="2"> |
217 |
| - <widget class="QCheckBox" name="checkUseSystemIcon"> |
218 |
| - <property name="text"> |
219 |
| - <string>Use icons from system theme</string> |
220 |
| - </property> |
221 |
| - </widget> |
222 |
| - </item> |
223 |
| - <item row="5" column="0" colspan="2"> |
224 |
| - <widget class="QPushButton" name="buttonCustomizeUITheme"> |
| 230 | + <item row="2" column="2"> |
| 231 | + <widget class="QLabel" name="labelStyleHint"> |
225 | 232 | <property name="text">
|
226 |
| - <string>Customize UI Theme...</string> |
| 233 | + <string notr="true">labelStyleHint</string> |
227 | 234 | </property>
|
228 | 235 | </widget>
|
229 | 236 | </item>
|
|
0 commit comments