qtui: Fix tooltip and change wording in Appearance settings
[quassel.git] / src / qtui / settingspages / appearancesettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AppearanceSettingsPage</class>
4  <widget class="QWidget" name="AppearanceSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>755</width>
10     <height>463</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="0" column="0">
20       <widget class="QLabel" name="label_9">
21        <property name="text">
22         <string>Language:</string>
23        </property>
24       </widget>
25      </item>
26      <item row="0" column="1">
27       <widget class="QComboBox" name="languageComboBox">
28        <property name="toolTip">
29         <string>Set the application language. Requires restart!</string>
30        </property>
31        <item>
32         <property name="text">
33          <string>&lt;Untranslated&gt;</string>
34         </property>
35        </item>
36        <item>
37         <property name="text">
38          <string>&lt;System Default&gt;</string>
39         </property>
40        </item>
41       </widget>
42      </item>
43      <item row="0" column="2">
44       <spacer name="horizontalSpacer_3">
45        <property name="orientation">
46         <enum>Qt::Horizontal</enum>
47        </property>
48        <property name="sizeHint" stdset="0">
49         <size>
50          <width>40</width>
51          <height>20</height>
52         </size>
53        </property>
54       </spacer>
55      </item>
56      <item row="1" column="0">
57       <widget class="QLabel" name="label_2">
58        <property name="text">
59         <string>Widget style:</string>
60        </property>
61       </widget>
62      </item>
63      <item row="1" column="1">
64       <widget class="QComboBox" name="styleComboBox">
65        <property name="toolTip">
66         <string>Set application style</string>
67        </property>
68       </widget>
69      </item>
70      <item row="2" column="0">
71       <widget class="QLabel" name="iconthemeLabel">
72        <property name="text">
73         <string>Fallback icon theme:</string>
74        </property>
75       </widget>
76      </item>
77      <item row="2" column="1">
78       <widget class="QComboBox" name="iconThemeComboBox">
79        <property name="toolTip">
80         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Icon theme to use for icons that are not found in the current system theme. Requires the selected theme to be installed either system-wide, or as part of the Quassel installation.&lt;/p&gt;&lt;p&gt;Supported themes are Breeze, Breeze Dark and Oxygen, all of KDE fame.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
81        </property>
82       </widget>
83      </item>
84      <item row="2" column="2">
85       <widget class="QCheckBox" name="overrideSystemIconTheme">
86        <property name="toolTip">
87         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If enabled, uses the selected fallback icon theme instead of the configured system theme for all icons. Recommended if you want Quassel to have a consistent look-and-feel.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
88        </property>
89        <property name="text">
90         <string>Override system theme</string>
91        </property>
92        <property name="checked">
93         <bool>false</bool>
94        </property>
95        <property name="settingsKey" stdset="0">
96         <string notr="true">/UiStyle/Icons/OverrideSystemTheme</string>
97        </property>
98        <property name="defaultValue" stdset="0">
99         <bool>false</bool>
100        </property>
101       </widget>
102      </item>
103     </layout>
104    </item>
105    <item>
106     <layout class="QHBoxLayout" name="horizontalLayout">
107      <item>
108       <widget class="QCheckBox" name="useCustomStyleSheet">
109        <property name="text">
110         <string>Use custom stylesheet</string>
111        </property>
112        <property name="settingsKey" stdset="0">
113         <string notr="true">/UiStyle/UseCustomStyleSheet</string>
114        </property>
115        <property name="defaultValue" stdset="0">
116         <bool>false</bool>
117        </property>
118       </widget>
119      </item>
120      <item>
121       <widget class="QLineEdit" name="customStyleSheetPath">
122        <property name="enabled">
123         <bool>false</bool>
124        </property>
125        <property name="sizePolicy">
126         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
127          <horstretch>0</horstretch>
128          <verstretch>0</verstretch>
129         </sizepolicy>
130        </property>
131        <property name="readOnly">
132         <bool>false</bool>
133        </property>
134        <property name="settingsKey" stdset="0">
135         <string notr="true">/UiStyle/CustomStyleSheetPath</string>
136        </property>
137        <property name="defaultValue" stdset="0">
138         <string/>
139        </property>
140       </widget>
141      </item>
142      <item>
143       <widget class="QToolButton" name="chooseStyleSheet">
144        <property name="enabled">
145         <bool>false</bool>
146        </property>
147        <property name="text">
148         <string>...</string>
149        </property>
150       </widget>
151      </item>
152     </layout>
153    </item>
154    <item>
155     <layout class="QGridLayout" name="gridLayout_3">
156      <item row="1" column="2">
157       <spacer name="horizontalSpacer">
158        <property name="orientation">
159         <enum>Qt::Horizontal</enum>
160        </property>
161        <property name="sizeHint" stdset="0">
162         <size>
163          <width>40</width>
164          <height>20</height>
165         </size>
166        </property>
167       </spacer>
168      </item>
169      <item row="0" column="0" colspan="2">
170       <widget class="QCheckBox" name="useSystemTrayIcon">
171        <property name="text">
172         <string>Show system tray icon</string>
173        </property>
174        <property name="checked">
175         <bool>true</bool>
176        </property>
177        <property name="settingsKey" stdset="0">
178         <string notr="true">UseSystemTrayIcon</string>
179        </property>
180        <property name="defaultValue" stdset="0">
181         <bool>true</bool>
182        </property>
183       </widget>
184      </item>
185      <item row="2" column="1">
186       <widget class="QCheckBox" name="invertSystrayColors">
187        <property name="text">
188         <string>Invert brightness</string>
189        </property>
190        <property name="settingsKey" stdset="0">
191         <string notr="true">/UiStyle/Icons/InvertTray</string>
192        </property>
193        <property name="defaultValue" stdset="0">
194         <bool>false</bool>
195        </property>
196       </widget>
197      </item>
198      <item row="1" column="0">
199       <spacer name="horizontalSpacer_2">
200        <property name="orientation">
201         <enum>Qt::Horizontal</enum>
202        </property>
203        <property name="sizeType">
204         <enum>QSizePolicy::Fixed</enum>
205        </property>
206        <property name="sizeHint" stdset="0">
207         <size>
208          <width>20</width>
209          <height>20</height>
210         </size>
211        </property>
212       </spacer>
213      </item>
214      <item row="2" column="0">
215       <spacer name="horizontalSpacer_6">
216        <property name="orientation">
217         <enum>Qt::Horizontal</enum>
218        </property>
219        <property name="sizeType">
220         <enum>QSizePolicy::Fixed</enum>
221        </property>
222        <property name="sizeHint" stdset="0">
223         <size>
224          <width>20</width>
225          <height>20</height>
226         </size>
227        </property>
228       </spacer>
229      </item>
230      <item row="1" column="1">
231       <widget class="QCheckBox" name="minimizeOnClose">
232        <property name="text">
233         <string>Hide to tray on close button</string>
234        </property>
235        <property name="settingsKey" stdset="0">
236         <string notr="true">MinimizeOnClose</string>
237        </property>
238        <property name="defaultValue" stdset="0">
239         <bool>false</bool>
240        </property>
241       </widget>
242      </item>
243     </layout>
244    </item>
245    <item>
246     <widget class="QGroupBox" name="groupBox_3">
247      <property name="title">
248       <string>Message Redirection</string>
249      </property>
250      <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0,0,0,1">
251       <property name="horizontalSpacing">
252        <number>20</number>
253       </property>
254       <item row="1" column="0">
255        <widget class="QLabel" name="label_3">
256         <property name="text">
257          <string>User Notices:</string>
258         </property>
259        </widget>
260       </item>
261       <item row="1" column="1">
262        <widget class="QCheckBox" name="userNoticesInDefaultBuffer">
263         <property name="enabled">
264          <bool>true</bool>
265         </property>
266         <property name="text">
267          <string/>
268         </property>
269         <property name="checked">
270          <bool>true</bool>
271         </property>
272        </widget>
273       </item>
274       <item row="1" column="2">
275        <widget class="QCheckBox" name="userNoticesInStatusBuffer">
276         <property name="enabled">
277          <bool>true</bool>
278         </property>
279         <property name="text">
280          <string/>
281         </property>
282         <property name="checked">
283          <bool>false</bool>
284         </property>
285        </widget>
286       </item>
287       <item row="1" column="3">
288        <widget class="QCheckBox" name="userNoticesInCurrentBuffer">
289         <property name="enabled">
290          <bool>true</bool>
291         </property>
292         <property name="text">
293          <string/>
294         </property>
295        </widget>
296       </item>
297       <item row="2" column="0">
298        <widget class="QLabel" name="label_4">
299         <property name="text">
300          <string>Server Notices:</string>
301         </property>
302        </widget>
303       </item>
304       <item row="2" column="1">
305        <widget class="QCheckBox" name="serverNoticesInDefaultBuffer">
306         <property name="text">
307          <string/>
308         </property>
309        </widget>
310       </item>
311       <item row="0" column="1">
312        <widget class="QLabel" name="label_5">
313         <property name="text">
314          <string>Default Target</string>
315         </property>
316        </widget>
317       </item>
318       <item row="0" column="2">
319        <widget class="QLabel" name="label_6">
320         <property name="text">
321          <string>Status Window</string>
322         </property>
323        </widget>
324       </item>
325       <item row="0" column="3">
326        <widget class="QLabel" name="label_7">
327         <property name="text">
328          <string>Current Chat</string>
329         </property>
330        </widget>
331       </item>
332       <item row="3" column="0">
333        <widget class="QLabel" name="label_8">
334         <property name="text">
335          <string>Errors:</string>
336         </property>
337        </widget>
338       </item>
339       <item row="2" column="2">
340        <widget class="QCheckBox" name="serverNoticesInStatusBuffer">
341         <property name="text">
342          <string/>
343         </property>
344         <property name="checked">
345          <bool>true</bool>
346         </property>
347        </widget>
348       </item>
349       <item row="2" column="3">
350        <widget class="QCheckBox" name="serverNoticesInCurrentBuffer">
351         <property name="text">
352          <string/>
353         </property>
354        </widget>
355       </item>
356       <item row="3" column="1">
357        <widget class="QCheckBox" name="errorMsgsInDefaultBuffer">
358         <property name="text">
359          <string/>
360         </property>
361         <property name="checked">
362          <bool>true</bool>
363         </property>
364        </widget>
365       </item>
366       <item row="3" column="2">
367        <widget class="QCheckBox" name="errorMsgsInStatusBuffer">
368         <property name="text">
369          <string/>
370         </property>
371        </widget>
372       </item>
373       <item row="3" column="3">
374        <widget class="QCheckBox" name="errorMsgsInCurrentBuffer">
375         <property name="text">
376          <string/>
377         </property>
378        </widget>
379       </item>
380       <item row="0" column="4">
381        <spacer name="horizontalSpacer_5">
382         <property name="orientation">
383          <enum>Qt::Horizontal</enum>
384         </property>
385         <property name="sizeHint" stdset="0">
386          <size>
387           <width>1</width>
388           <height>1</height>
389          </size>
390         </property>
391        </spacer>
392       </item>
393      </layout>
394     </widget>
395    </item>
396    <item>
397     <spacer name="verticalSpacer">
398      <property name="orientation">
399       <enum>Qt::Vertical</enum>
400      </property>
401      <property name="sizeHint" stdset="0">
402       <size>
403        <width>20</width>
404        <height>40</height>
405       </size>
406      </property>
407     </spacer>
408    </item>
409   </layout>
410  </widget>
411  <tabstops>
412   <tabstop>languageComboBox</tabstop>
413   <tabstop>styleComboBox</tabstop>
414   <tabstop>iconThemeComboBox</tabstop>
415   <tabstop>overrideSystemIconTheme</tabstop>
416   <tabstop>useCustomStyleSheet</tabstop>
417   <tabstop>chooseStyleSheet</tabstop>
418   <tabstop>customStyleSheetPath</tabstop>
419   <tabstop>useSystemTrayIcon</tabstop>
420   <tabstop>minimizeOnClose</tabstop>
421   <tabstop>invertSystrayColors</tabstop>
422   <tabstop>userNoticesInDefaultBuffer</tabstop>
423   <tabstop>userNoticesInStatusBuffer</tabstop>
424   <tabstop>userNoticesInCurrentBuffer</tabstop>
425   <tabstop>serverNoticesInDefaultBuffer</tabstop>
426   <tabstop>serverNoticesInStatusBuffer</tabstop>
427   <tabstop>serverNoticesInCurrentBuffer</tabstop>
428   <tabstop>errorMsgsInDefaultBuffer</tabstop>
429   <tabstop>errorMsgsInStatusBuffer</tabstop>
430   <tabstop>errorMsgsInCurrentBuffer</tabstop>
431  </tabstops>
432  <resources/>
433  <connections>
434   <connection>
435    <sender>useCustomStyleSheet</sender>
436    <signal>toggled(bool)</signal>
437    <receiver>customStyleSheetPath</receiver>
438    <slot>setEnabled(bool)</slot>
439    <hints>
440     <hint type="sourcelabel">
441      <x>70</x>
442      <y>166</y>
443     </hint>
444     <hint type="destinationlabel">
445      <x>321</x>
446      <y>171</y>
447     </hint>
448    </hints>
449   </connection>
450   <connection>
451    <sender>useCustomStyleSheet</sender>
452    <signal>toggled(bool)</signal>
453    <receiver>chooseStyleSheet</receiver>
454    <slot>setEnabled(bool)</slot>
455    <hints>
456     <hint type="sourcelabel">
457      <x>91</x>
458      <y>166</y>
459     </hint>
460     <hint type="destinationlabel">
461      <x>747</x>
462      <y>172</y>
463     </hint>
464    </hints>
465   </connection>
466   <connection>
467    <sender>useSystemTrayIcon</sender>
468    <signal>toggled(bool)</signal>
469    <receiver>minimizeOnClose</receiver>
470    <slot>setEnabled(bool)</slot>
471    <hints>
472     <hint type="sourcelabel">
473      <x>98</x>
474      <y>206</y>
475     </hint>
476     <hint type="destinationlabel">
477      <x>125</x>
478      <y>238</y>
479     </hint>
480    </hints>
481   </connection>
482   <connection>
483    <sender>useSystemTrayIcon</sender>
484    <signal>toggled(bool)</signal>
485    <receiver>invertSystrayColors</receiver>
486    <slot>setEnabled(bool)</slot>
487    <hints>
488     <hint type="sourcelabel">
489      <x>45</x>
490      <y>197</y>
491     </hint>
492     <hint type="destinationlabel">
493      <x>70</x>
494      <y>291</y>
495     </hint>
496    </hints>
497   </connection>
498  </connections>
499 </ui>