1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LookConfig</class>
4 <widget class="QWidget" name="LookConfig">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>702</width>
10    <height>611</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string notr="true">Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_4">
17   <item row="1" column="0" rowspan="3">
18    <widget class="QGroupBox" name="qgbLookFeel">
19     <property name="title">
20      <string>Look and Feel</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="3" column="0" colspan="2">
24       <widget class="MUComboBox" name="qcbLanguage">
25        <property name="toolTip">
26         <string>Language to use (requires restart)</string>
27        </property>
28        <property name="whatsThis">
29         <string>&lt;b&gt;This sets which language Mumble should use.&lt;/b&gt;&lt;br /&gt;You have to restart Mumble to use the new language.</string>
30        </property>
31       </widget>
32      </item>
33      <item row="0" column="0">
34       <widget class="QLabel" name="qliTheme">
35        <property name="text">
36         <string>Theme</string>
37        </property>
38       </widget>
39      </item>
40      <item row="1" column="0" colspan="2">
41       <widget class="MUComboBox" name="qcbTheme">
42        <property name="sizePolicy">
43         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
44          <horstretch>0</horstretch>
45          <verstretch>0</verstretch>
46         </sizepolicy>
47        </property>
48        <property name="toolTip">
49         <string>Theme to use to style the user interface</string>
50        </property>
51        <property name="whatsThis">
52         <string>&lt;b&gt;Configures which theme the Mumble user interface should be styled with&lt;/b&gt;&lt;br /&gt;Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more.</string>
53        </property>
54       </widget>
55      </item>
56      <item row="5" column="0" colspan="2">
57       <widget class="QCheckBox" name="qcbShowTransmitModeComboBox">
58        <property name="text">
59         <string>Show transmit mode dropdown in toolbar</string>
60        </property>
61       </widget>
62      </item>
63      <item row="4" column="0" colspan="2">
64       <widget class="QCheckBox" name="qcbHighContrast">
65        <property name="toolTip">
66         <string>Apply some high contrast optimizations for visually impaired users</string>
67        </property>
68        <property name="text">
69         <string>Optimize for high contrast</string>
70        </property>
71       </widget>
72      </item>
73      <item row="6" column="0">
74       <spacer name="verticalSpacer">
75        <property name="orientation">
76         <enum>Qt::Vertical</enum>
77        </property>
78        <property name="sizeHint" stdset="0">
79         <size>
80          <width>20</width>
81          <height>40</height>
82         </size>
83        </property>
84       </spacer>
85      </item>
86      <item row="2" column="0">
87       <widget class="QLabel" name="qliLanguage">
88        <property name="text">
89         <string>Language</string>
90        </property>
91        <property name="buddy">
92         <cstring>qcbLanguage</cstring>
93        </property>
94       </widget>
95      </item>
96      <item row="0" column="1">
97       <widget class="QLabel" name="qlThemesDirectory">
98        <property name="text">
99         <string/>
100        </property>
101        <property name="alignment">
102         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </widget>
108   </item>
109   <item row="2" column="1">
110    <widget class="QGroupBox" name="qgbTray">
111     <property name="title">
112      <string>Tray Icon</string>
113     </property>
114     <layout class="QVBoxLayout" name="verticalLayout">
115      <item>
116       <widget class="QCheckBox" name="qcbHideTray">
117        <property name="toolTip">
118         <string>Hide the main Mumble window in the tray when it is minimized.</string>
119        </property>
120        <property name="whatsThis">
121         <string>&lt;b&gt;If set, minimizing the Mumble main window will cause it to be hidden and accessible only from the tray. Otherwise, it will be minimized as a window normally would.&lt;/b&gt;</string>
122        </property>
123        <property name="text">
124         <string>Hide in tray when minimized</string>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QCheckBox" name="qcbStateInTray">
130        <property name="toolTip">
131         <string>Displays talking status in system tray</string>
132        </property>
133        <property name="whatsThis">
134         <string/>
135        </property>
136        <property name="text">
137         <string>Show talking status in tray icon</string>
138        </property>
139       </widget>
140      </item>
141     </layout>
142    </widget>
143   </item>
144   <item row="5" column="1">
145    <spacer name="verticalSpacer_2">
146     <property name="orientation">
147      <enum>Qt::Vertical</enum>
148     </property>
149     <property name="sizeHint" stdset="0">
150      <size>
151       <width>20</width>
152       <height>40</height>
153      </size>
154     </property>
155    </spacer>
156   </item>
157   <item row="4" column="1">
158    <spacer name="horizontalSpacer">
159     <property name="orientation">
160      <enum>Qt::Horizontal</enum>
161     </property>
162     <property name="sizeHint" stdset="0">
163      <size>
164       <width>40</width>
165       <height>20</height>
166      </size>
167     </property>
168    </spacer>
169   </item>
170   <item row="1" column="1">
171    <widget class="QGroupBox" name="qgbApplication">
172     <property name="title">
173      <string>Application</string>
174     </property>
175     <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0">
176      <item row="0" column="0">
177       <widget class="QLabel" name="qliAlwaysOnTop">
178        <property name="text">
179         <string>Always On Top</string>
180        </property>
181       </widget>
182      </item>
183      <item row="0" column="1">
184       <widget class="MUComboBox" name="qcbAlwaysOnTop">
185        <property name="toolTip">
186         <string>This setting controls when the application will be always on top.</string>
187        </property>
188        <property name="whatsThis">
189         <string>This setting controls in which situations the application will stay always on top. If you select &lt;i&gt;Never&lt;/i&gt; the application will not stay on top. &lt;i&gt;Always&lt;/i&gt; will always keep the application on top. &lt;i&gt;In minimal view&lt;/i&gt; / &lt;i&gt;In normal view&lt;/i&gt; will only keep the application always on top when minimal view is activated / deactivated.</string>
190        </property>
191        <item>
192         <property name="text">
193          <string>Never</string>
194         </property>
195        </item>
196        <item>
197         <property name="text">
198          <string>Always</string>
199         </property>
200        </item>
201        <item>
202         <property name="text">
203          <string>In minimal view</string>
204         </property>
205        </item>
206        <item>
207         <property name="text">
208          <string>In normal view</string>
209         </property>
210        </item>
211       </widget>
212      </item>
213      <item row="1" column="0" colspan="2">
214       <widget class="QCheckBox" name="qcbShowContextMenuInMenuBar">
215        <property name="toolTip">
216         <string>Adds user and channel context menus into the menu bar</string>
217        </property>
218        <property name="text">
219         <string>Show context menu in menu bar</string>
220        </property>
221       </widget>
222      </item>
223      <item row="2" column="0" colspan="2">
224       <widget class="QCheckBox" name="qcbAskOnQuit">
225        <property name="toolTip">
226         <string>Ask whether to close or minimize when quitting Mumble.</string>
227        </property>
228        <property name="whatsThis">
229         <string>&lt;b&gt;If set, will verify you want to quit if connected.&lt;/b&gt;</string>
230        </property>
231        <property name="text">
232         <string>Ask on quit while connected</string>
233        </property>
234       </widget>
235      </item>
236      <item row="3" column="0" colspan="2">
237       <widget class="QCheckBox" name="qcbEnableDeveloperMenu">
238        <property name="whatsThis">
239         <string>&lt;b&gt;Enable Developer menu&lt;/b&gt;&lt;br /&gt;This enables the &quot;Developer&quot;-menu in Mumble. This menu is used for developer-specific features, such as the Developer Console.</string>
240        </property>
241        <property name="text">
242         <string>Enable Developer menu</string>
243        </property>
244       </widget>
245      </item>
246      <item row="4" column="0" colspan="2">
247       <widget class="QCheckBox" name="qcbLockLayout">
248        <property name="whatsThis">
249         <string>When in custom layout mode, checking this disables rearranging.</string>
250        </property>
251        <property name="text">
252         <string>Lock layout</string>
253        </property>
254       </widget>
255      </item>
256     </layout>
257    </widget>
258   </item>
259   <item row="3" column="1">
260    <widget class="QGroupBox" name="qgbChannel">
261     <property name="title">
262      <string>Channel Tree</string>
263     </property>
264     <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0">
265      <item row="0" column="0">
266       <widget class="QLabel" name="qliChannelDrag">
267        <property name="text">
268         <string>Channel Dragging</string>
269        </property>
270       </widget>
271      </item>
272      <item row="0" column="1">
273       <widget class="MUComboBox" name="qcbChannelDrag">
274        <property name="toolTip">
275         <string>This changes the behavior when moving channels.</string>
276        </property>
277        <property name="whatsThis">
278         <string>This sets the behavior of channel drags; it can be used to prevent accidental dragging. &lt;i&gt;Move&lt;/i&gt; moves the channel without prompting. &lt;i&gt;Do Nothing&lt;/i&gt; does nothing and prints an error message. &lt;i&gt;Ask&lt;/i&gt; uses a message box to confirm if you really wanted to move the channel.</string>
279        </property>
280       </widget>
281      </item>
282      <item row="1" column="0">
283       <widget class="QLabel" name="qliUserDrag">
284        <property name="text">
285         <string>User Dragging</string>
286        </property>
287       </widget>
288      </item>
289      <item row="1" column="1">
290       <widget class="MUComboBox" name="qcbUserDrag">
291        <property name="toolTip">
292         <string>This changes the behavior when moving users.</string>
293        </property>
294        <property name="whatsThis">
295         <string>This sets the behavior of user drags; it can be used to prevent accidental dragging. &lt;i&gt;Move&lt;/i&gt; moves the user without prompting. &lt;i&gt;Do Nothing&lt;/i&gt; does nothing and prints an error message. &lt;i&gt;Ask&lt;/i&gt; uses a message box to confirm if you really wanted to move the user.</string>
296        </property>
297       </widget>
298      </item>
299      <item row="2" column="0">
300       <widget class="QLabel" name="qliExpand">
301        <property name="text">
302         <string>Expand</string>
303        </property>
304       </widget>
305      </item>
306      <item row="2" column="1">
307       <widget class="MUComboBox" name="qcbExpand">
308        <property name="toolTip">
309         <string>When to automatically expand channels</string>
310        </property>
311        <property name="whatsThis">
312         <string>This sets which channels to automatically expand. &lt;i&gt;None&lt;/i&gt; and &lt;i&gt;All&lt;/i&gt; will expand no or all channels, while &lt;i&gt;Only with users&lt;/i&gt; will expand and collapse channels as users join and leave them.</string>
313        </property>
314       </widget>
315      </item>
316      <item row="3" column="0" colspan="2">
317       <widget class="QCheckBox" name="qcbUsersTop">
318        <property name="toolTip">
319         <string>List users above subchannels (requires restart).</string>
320        </property>
321        <property name="whatsThis">
322         <string>&lt;b&gt;If set, users will be shown above subchannels in the channel view.&lt;/b&gt;&lt;br /&gt;A restart of Mumble is required to see the change.</string>
323        </property>
324        <property name="text">
325         <string>Users above Channels</string>
326        </property>
327       </widget>
328      </item>
329      <item row="4" column="0" colspan="2">
330       <widget class="QCheckBox" name="qcbShowUserCount">
331        <property name="toolTip">
332         <string>Show number of users in each channel</string>
333        </property>
334        <property name="text">
335         <string>Show channel user count</string>
336        </property>
337       </widget>
338      </item>
339      <item row="5" column="0" colspan="2">
340       <widget class="QCheckBox" name="qcbChatBarUseSelection">
341        <property name="text">
342         <string>Use selected item as the chat bar target</string>
343        </property>
344       </widget>
345      </item>
346      <item row="6" column="0" colspan="2">
347       <widget class="QCheckBox" name="qcbFilterHidesEmptyChannels">
348        <property name="text">
349         <string>Filter automatically hides empty channels</string>
350        </property>
351       </widget>
352      </item>
353     </layout>
354    </widget>
355   </item>
356   <item row="0" column="0" colspan="2">
357    <widget class="QGroupBox" name="qgbLayout">
358     <property name="title">
359      <string>Layout</string>
360     </property>
361     <layout class="QGridLayout" name="gridLayoutLayout">
362      <item row="0" column="5">
363       <widget class="QLabel" name="qlLHybrid">
364        <property name="sizePolicy">
365         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
366          <horstretch>0</horstretch>
367          <verstretch>0</verstretch>
368         </sizepolicy>
369        </property>
370        <property name="text">
371         <string/>
372        </property>
373        <property name="pixmap">
374         <pixmap>skin:layout_hybrid.svg</pixmap>
375        </property>
376        <property name="scaledContents">
377         <bool>false</bool>
378        </property>
379       </widget>
380      </item>
381      <item row="1" column="5">
382       <widget class="QRadioButton" name="qrbLHybrid">
383        <property name="sizePolicy">
384         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
385          <horstretch>0</horstretch>
386          <verstretch>0</verstretch>
387         </sizepolicy>
388        </property>
389        <property name="text">
390         <string>Hybrid</string>
391        </property>
392        <property name="iconSize">
393         <size>
394          <width>64</width>
395          <height>64</height>
396         </size>
397        </property>
398       </widget>
399      </item>
400      <item row="1" column="7">
401       <widget class="QRadioButton" name="qrbLCustom">
402        <property name="sizePolicy">
403         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
404          <horstretch>0</horstretch>
405          <verstretch>0</verstretch>
406         </sizepolicy>
407        </property>
408        <property name="text">
409         <string>Custom</string>
410        </property>
411       </widget>
412      </item>
413      <item row="0" column="7">
414       <widget class="QLabel" name="qlLCustom">
415        <property name="text">
416         <string/>
417        </property>
418        <property name="pixmap">
419         <pixmap>skin:layout_custom.svg</pixmap>
420        </property>
421       </widget>
422      </item>
423      <item row="1" column="3">
424       <widget class="QRadioButton" name="qrbLStacked">
425        <property name="sizePolicy">
426         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
427          <horstretch>0</horstretch>
428          <verstretch>0</verstretch>
429         </sizepolicy>
430        </property>
431        <property name="text">
432         <string>Stacked</string>
433        </property>
434        <property name="iconSize">
435         <size>
436          <width>64</width>
437          <height>64</height>
438         </size>
439        </property>
440       </widget>
441      </item>
442      <item row="1" column="1">
443       <widget class="QRadioButton" name="qrbLClassic">
444        <property name="sizePolicy">
445         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
446          <horstretch>0</horstretch>
447          <verstretch>0</verstretch>
448         </sizepolicy>
449        </property>
450        <property name="text">
451         <string>Classic</string>
452        </property>
453        <property name="iconSize">
454         <size>
455          <width>64</width>
456          <height>64</height>
457         </size>
458        </property>
459       </widget>
460      </item>
461      <item row="1" column="2">
462       <spacer name="horizontalSpacer_4">
463        <property name="orientation">
464         <enum>Qt::Horizontal</enum>
465        </property>
466        <property name="sizeHint" stdset="0">
467         <size>
468          <width>40</width>
469          <height>20</height>
470         </size>
471        </property>
472       </spacer>
473      </item>
474      <item row="0" column="1">
475       <widget class="QLabel" name="qlLClassic">
476        <property name="sizePolicy">
477         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
478          <horstretch>0</horstretch>
479          <verstretch>0</verstretch>
480         </sizepolicy>
481        </property>
482        <property name="pixmap">
483         <pixmap>skin:layout_classic.svg</pixmap>
484        </property>
485       </widget>
486      </item>
487      <item row="0" column="3">
488       <widget class="QLabel" name="qlLStacked">
489        <property name="sizePolicy">
490         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
491          <horstretch>0</horstretch>
492          <verstretch>0</verstretch>
493         </sizepolicy>
494        </property>
495        <property name="text">
496         <string/>
497        </property>
498        <property name="pixmap">
499         <pixmap>skin:layout_stacked.svg</pixmap>
500        </property>
501       </widget>
502      </item>
503      <item row="1" column="4">
504       <spacer name="horizontalSpacer_5">
505        <property name="orientation">
506         <enum>Qt::Horizontal</enum>
507        </property>
508        <property name="sizeHint" stdset="0">
509         <size>
510          <width>40</width>
511          <height>20</height>
512         </size>
513        </property>
514       </spacer>
515      </item>
516      <item row="1" column="0">
517       <spacer name="horizontalSpacer_2">
518        <property name="orientation">
519         <enum>Qt::Horizontal</enum>
520        </property>
521        <property name="sizeHint" stdset="0">
522         <size>
523          <width>40</width>
524          <height>20</height>
525         </size>
526        </property>
527       </spacer>
528      </item>
529      <item row="1" column="8">
530       <spacer name="horizontalSpacer_3">
531        <property name="orientation">
532         <enum>Qt::Horizontal</enum>
533        </property>
534        <property name="sizeHint" stdset="0">
535         <size>
536          <width>40</width>
537          <height>20</height>
538         </size>
539        </property>
540       </spacer>
541      </item>
542      <item row="1" column="6">
543       <spacer name="horizontalSpacer_6">
544        <property name="orientation">
545         <enum>Qt::Horizontal</enum>
546        </property>
547        <property name="sizeHint" stdset="0">
548         <size>
549          <width>40</width>
550          <height>20</height>
551         </size>
552        </property>
553       </spacer>
554      </item>
555     </layout>
556    </widget>
557   </item>
558  </layout>
559 </widget>
560 <customwidgets>
561  <customwidget>
562   <class>MUComboBox</class>
563   <extends>QComboBox</extends>
564   <header>widgets/MUComboBox.h</header>
565  </customwidget>
566 </customwidgets>
567 <resources/>
568 <connections/>
569</ui>
570