1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LCDConfig</class>
4 <widget class="QWidget" name="LCDConfig">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>426</width>
10    <height>694</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>LCD</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <widget class="QGroupBox" name="qgbDevices">
19     <property name="minimumSize">
20      <size>
21       <width>160</width>
22       <height>43</height>
23      </size>
24     </property>
25     <property name="whatsThis">
26      <string>&lt;p&gt;This is the list of available LCD devices on your system.  It lists devices by name, but also includes the size of the display. Mumble supports outputting to several LCD devices at a time.&lt;/p&gt;
27&lt;h3&gt;Size:&lt;/h3&gt;
28&lt;p&gt;
29This field describes the size of an LCD device. The size is given either in pixels (for Graphic LCDs) or in characters (for Character LCDs).&lt;/p&gt;
30&lt;h3&gt;Enabled:&lt;/h3&gt;
31&lt;p&gt;This decides whether Mumble should draw to a particular LCD device.&lt;/p&gt;</string>
32     </property>
33     <property name="title">
34      <string>Devices</string>
35     </property>
36     <layout class="QVBoxLayout" name="verticalLayout">
37      <item>
38       <widget class="QTreeWidget" name="qtwDevices">
39        <property name="sizePolicy">
40         <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
41          <horstretch>0</horstretch>
42          <verstretch>0</verstretch>
43         </sizepolicy>
44        </property>
45        <property name="itemsExpandable">
46         <bool>false</bool>
47        </property>
48        <column>
49         <property name="text">
50          <string>Name</string>
51         </property>
52        </column>
53        <column>
54         <property name="text">
55          <string>Size</string>
56         </property>
57        </column>
58        <column>
59         <property name="text">
60          <string>Enabled</string>
61         </property>
62        </column>
63       </widget>
64      </item>
65     </layout>
66    </widget>
67   </item>
68   <item>
69    <widget class="QGroupBox" name="qgbViews">
70     <property name="sizePolicy">
71      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
72       <horstretch>0</horstretch>
73       <verstretch>0</verstretch>
74      </sizepolicy>
75     </property>
76     <property name="title">
77      <string>Views</string>
78     </property>
79     <layout class="QGridLayout" name="gridLayout">
80      <item row="0" column="0">
81       <widget class="QLabel" name="qliMinColWidth">
82        <property name="text">
83         <string>Minimum Column Width</string>
84        </property>
85       </widget>
86      </item>
87      <item row="0" column="1">
88       <widget class="QSlider" name="qsMinColWidth">
89        <property name="whatsThis">
90         <string>&lt;p&gt;This option decides the minimum width a column in the User View.&lt;/p&gt;
91&lt;p&gt;If too many people are speaking at once, the User View will split itself into columns. You can use this option to pick a compromise between number of users shown on the LCD, and width of user names.&lt;/p&gt;
92</string>
93        </property>
94        <property name="minimum">
95         <number>40</number>
96        </property>
97        <property name="maximum">
98         <number>200</number>
99        </property>
100        <property name="orientation">
101         <enum>Qt::Horizontal</enum>
102        </property>
103       </widget>
104      </item>
105      <item row="0" column="2">
106       <widget class="QLabel" name="qlMinColWidth">
107        <property name="minimumSize">
108         <size>
109          <width>30</width>
110          <height>0</height>
111         </size>
112        </property>
113        <property name="text">
114         <string/>
115        </property>
116       </widget>
117      </item>
118      <item row="1" column="0">
119       <widget class="QLabel" name="qliSplitterWidth">
120        <property name="text">
121         <string>Splitter Width</string>
122        </property>
123       </widget>
124      </item>
125      <item row="1" column="1">
126       <widget class="QSlider" name="qsSplitterWidth">
127        <property name="whatsThis">
128         <string>This setting decides the width of column splitter.</string>
129        </property>
130        <property name="minimum">
131         <number>0</number>
132        </property>
133        <property name="maximum">
134         <number>5</number>
135        </property>
136        <property name="orientation">
137         <enum>Qt::Horizontal</enum>
138        </property>
139       </widget>
140      </item>
141      <item row="1" column="2">
142       <widget class="QLabel" name="qlSplitterWidth">
143        <property name="minimumSize">
144         <size>
145          <width>30</width>
146          <height>0</height>
147         </size>
148        </property>
149        <property name="text">
150         <string/>
151        </property>
152       </widget>
153      </item>
154     </layout>
155    </widget>
156   </item>
157   <item>
158    <spacer name="verticalSpacer">
159     <property name="orientation">
160      <enum>Qt::Vertical</enum>
161     </property>
162     <property name="sizeType">
163      <enum>QSizePolicy::Expanding</enum>
164     </property>
165     <property name="sizeHint" stdset="0">
166      <size>
167       <width>20</width>
168       <height>40</height>
169      </size>
170     </property>
171    </spacer>
172   </item>
173  </layout>
174 </widget>
175 <resources/>
176 <connections/>
177</ui>
178