291881a88e2dc4657e944ae3832bee6fb1da8c51
[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>521</width>
10     <height>524</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Client Style</string>
21      </property>
22      <layout class="QVBoxLayout">
23       <item>
24        <widget class="QComboBox" name="styleComboBox">
25         <property name="toolTip">
26          <string>Set application style</string>
27         </property>
28        </widget>
29       </item>
30      </layout>
31     </widget>
32    </item>
33    <item>
34     <widget class="QGroupBox" name="groupBox_2">
35      <property name="title">
36       <string>Language</string>
37      </property>
38      <layout class="QHBoxLayout" name="horizontalLayout">
39       <item>
40        <widget class="QComboBox" name="languageComboBox">
41         <property name="toolTip">
42          <string>Set the application language. Requires restart!</string>
43         </property>
44         <item>
45          <property name="text">
46           <string>&lt;System Default&gt;</string>
47          </property>
48         </item>
49         <item>
50          <property name="text">
51           <string>&lt;Original&gt;</string>
52          </property>
53         </item>
54        </widget>
55       </item>
56      </layout>
57     </widget>
58    </item>
59    <item>
60     <widget class="QGroupBox" name="useCustomStyleSheet">
61      <property name="title">
62       <string>Use Custom Stylesheet</string>
63      </property>
64      <property name="checkable">
65       <bool>true</bool>
66      </property>
67      <property name="checked">
68       <bool>false</bool>
69      </property>
70      <property name="settingsKey" stdset="0">
71       <string>/UiStyle/UseCustomStyleSheet</string>
72      </property>
73      <property name="defaultValue" stdset="0">
74       <bool>false</bool>
75      </property>
76      <layout class="QVBoxLayout" name="verticalLayout">
77       <item>
78        <layout class="QHBoxLayout" name="horizontalLayout_2">
79         <item>
80          <widget class="QLabel" name="label">
81           <property name="text">
82            <string>Path:</string>
83           </property>
84          </widget>
85         </item>
86         <item>
87          <widget class="QLineEdit" name="customStyleSheetPath">
88           <property name="sizePolicy">
89            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
90             <horstretch>0</horstretch>
91             <verstretch>0</verstretch>
92            </sizepolicy>
93           </property>
94           <property name="readOnly">
95            <bool>false</bool>
96           </property>
97           <property name="settingsKey" stdset="0">
98            <string>/UiStyle/CustomStyleSheetPath</string>
99           </property>
100           <property name="defaultValue" stdset="0">
101            <string/>
102           </property>
103          </widget>
104         </item>
105         <item>
106          <widget class="QToolButton" name="chooseStyleSheet">
107           <property name="text">
108            <string>...</string>
109           </property>
110          </widget>
111         </item>
112        </layout>
113       </item>
114      </layout>
115     </widget>
116    </item>
117    <item>
118     <widget class="QGroupBox" name="groupBox_4">
119      <property name="enabled">
120       <bool>true</bool>
121      </property>
122      <property name="title">
123       <string>Fonts</string>
124      </property>
125      <layout class="QGridLayout" name="gridLayout">
126       <item row="0" column="0">
127        <widget class="QLabel" name="label_4">
128         <property name="toolTip">
129          <string>Set font for channel and nick lists</string>
130         </property>
131         <property name="text">
132          <string>Channel list:</string>
133         </property>
134        </widget>
135       </item>
136       <item row="0" column="1">
137        <widget class="QLabel" name="demoBufferView">
138         <property name="sizePolicy">
139          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
140           <horstretch>0</horstretch>
141           <verstretch>0</verstretch>
142          </sizepolicy>
143         </property>
144         <property name="toolTip">
145          <string>Set font for channel and nick lists</string>
146         </property>
147         <property name="frameShape">
148          <enum>QFrame::StyledPanel</enum>
149         </property>
150         <property name="frameShadow">
151          <enum>QFrame::Sunken</enum>
152         </property>
153         <property name="text">
154          <string>Font</string>
155         </property>
156         <property name="alignment">
157          <set>Qt::AlignCenter</set>
158         </property>
159        </widget>
160       </item>
161       <item row="0" column="2">
162        <widget class="QPushButton" name="chooseBufferView">
163         <property name="sizePolicy">
164          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
165           <horstretch>0</horstretch>
166           <verstretch>0</verstretch>
167          </sizepolicy>
168         </property>
169         <property name="text">
170          <string>Choose...</string>
171         </property>
172        </widget>
173       </item>
174       <item row="1" column="0">
175        <widget class="QLabel" name="label_3">
176         <property name="toolTip">
177          <string>Set font for the input line</string>
178         </property>
179         <property name="text">
180          <string>Input line:</string>
181         </property>
182        </widget>
183       </item>
184       <item row="1" column="1">
185        <widget class="QLabel" name="demoInputLine">
186         <property name="sizePolicy">
187          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
188           <horstretch>0</horstretch>
189           <verstretch>0</verstretch>
190          </sizepolicy>
191         </property>
192         <property name="toolTip">
193          <string>Set font for the input line</string>
194         </property>
195         <property name="frameShape">
196          <enum>QFrame::StyledPanel</enum>
197         </property>
198         <property name="frameShadow">
199          <enum>QFrame::Sunken</enum>
200         </property>
201         <property name="text">
202          <string>Font</string>
203         </property>
204         <property name="alignment">
205          <set>Qt::AlignCenter</set>
206         </property>
207        </widget>
208       </item>
209       <item row="1" column="2">
210        <widget class="QPushButton" name="chooseInputLine">
211         <property name="sizePolicy">
212          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
213           <horstretch>0</horstretch>
214           <verstretch>0</verstretch>
215          </sizepolicy>
216         </property>
217         <property name="text">
218          <string>Choose...</string>
219         </property>
220        </widget>
221       </item>
222      </layout>
223     </widget>
224    </item>
225    <item>
226     <widget class="QGroupBox" name="groupBox_3">
227      <property name="title">
228       <string>Misc</string>
229      </property>
230      <layout class="QVBoxLayout" name="verticalLayout_3">
231       <item>
232        <widget class="QCheckBox" name="showUserStateIcons">
233         <property name="toolTip">
234          <string>Show status icons in channel and nick lists</string>
235         </property>
236         <property name="text">
237          <string>Use icons in channel and nick lists</string>
238         </property>
239         <property name="checked">
240          <bool>true</bool>
241         </property>
242        </widget>
243       </item>
244      </layout>
245     </widget>
246    </item>
247    <item>
248     <spacer name="verticalSpacer">
249      <property name="orientation">
250       <enum>Qt::Vertical</enum>
251      </property>
252      <property name="sizeHint" stdset="0">
253       <size>
254        <width>20</width>
255        <height>40</height>
256       </size>
257      </property>
258     </spacer>
259    </item>
260   </layout>
261  </widget>
262  <resources/>
263  <connections/>
264 </ui>