Move font settings to general appearance settingspage
[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>447</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
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="groupBox_4">
61      <property name="title">
62       <string>Fonts</string>
63      </property>
64      <layout class="QGridLayout" name="gridLayout">
65       <item row="0" column="0">
66        <widget class="QLabel" name="label_2">
67         <property name="toolTip">
68          <string>Set font for the main chat window and the chat monitor</string>
69         </property>
70         <property name="text">
71          <string>Chat window:</string>
72         </property>
73        </widget>
74       </item>
75       <item row="0" column="1">
76        <widget class="QLabel" name="demoChatView">
77         <property name="sizePolicy">
78          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
79           <horstretch>0</horstretch>
80           <verstretch>0</verstretch>
81          </sizepolicy>
82         </property>
83         <property name="toolTip">
84          <string>Set font for the main chat window and the chat monitor</string>
85         </property>
86         <property name="frameShape">
87          <enum>QFrame::StyledPanel</enum>
88         </property>
89         <property name="frameShadow">
90          <enum>QFrame::Sunken</enum>
91         </property>
92         <property name="text">
93          <string>Font</string>
94         </property>
95         <property name="alignment">
96          <set>Qt::AlignCenter</set>
97         </property>
98        </widget>
99       </item>
100       <item row="0" column="2">
101        <widget class="QPushButton" name="chooseChatView">
102         <property name="sizePolicy">
103          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
104           <horstretch>0</horstretch>
105           <verstretch>0</verstretch>
106          </sizepolicy>
107         </property>
108         <property name="text">
109          <string>Choose...</string>
110         </property>
111        </widget>
112       </item>
113       <item row="1" column="0">
114        <widget class="QLabel" name="label_4">
115         <property name="toolTip">
116          <string>Set font for channel and nick lists</string>
117         </property>
118         <property name="text">
119          <string>Channel list:</string>
120         </property>
121        </widget>
122       </item>
123       <item row="1" column="1">
124        <widget class="QLabel" name="demoBufferView">
125         <property name="sizePolicy">
126          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
127           <horstretch>0</horstretch>
128           <verstretch>0</verstretch>
129          </sizepolicy>
130         </property>
131         <property name="toolTip">
132          <string>Set font for channel and nick lists</string>
133         </property>
134         <property name="frameShape">
135          <enum>QFrame::StyledPanel</enum>
136         </property>
137         <property name="frameShadow">
138          <enum>QFrame::Sunken</enum>
139         </property>
140         <property name="text">
141          <string>Font</string>
142         </property>
143         <property name="alignment">
144          <set>Qt::AlignCenter</set>
145         </property>
146        </widget>
147       </item>
148       <item row="1" column="2">
149        <widget class="QPushButton" name="chooseBufferView">
150         <property name="sizePolicy">
151          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
152           <horstretch>0</horstretch>
153           <verstretch>0</verstretch>
154          </sizepolicy>
155         </property>
156         <property name="text">
157          <string>Choose...</string>
158         </property>
159        </widget>
160       </item>
161       <item row="2" column="0">
162        <widget class="QLabel" name="label_3">
163         <property name="toolTip">
164          <string>Set font for the input line</string>
165         </property>
166         <property name="text">
167          <string>Input line:</string>
168         </property>
169        </widget>
170       </item>
171       <item row="2" column="1">
172        <widget class="QLabel" name="demoInputLine">
173         <property name="sizePolicy">
174          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
175           <horstretch>0</horstretch>
176           <verstretch>0</verstretch>
177          </sizepolicy>
178         </property>
179         <property name="toolTip">
180          <string>Set font for the input line</string>
181         </property>
182         <property name="frameShape">
183          <enum>QFrame::StyledPanel</enum>
184         </property>
185         <property name="frameShadow">
186          <enum>QFrame::Sunken</enum>
187         </property>
188         <property name="text">
189          <string>Font</string>
190         </property>
191         <property name="alignment">
192          <set>Qt::AlignCenter</set>
193         </property>
194        </widget>
195       </item>
196       <item row="2" column="2">
197        <widget class="QPushButton" name="chooseInputLine">
198         <property name="sizePolicy">
199          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
200           <horstretch>0</horstretch>
201           <verstretch>0</verstretch>
202          </sizepolicy>
203         </property>
204         <property name="text">
205          <string>Choose...</string>
206         </property>
207        </widget>
208       </item>
209      </layout>
210     </widget>
211    </item>
212    <item>
213     <widget class="QGroupBox" name="groupBox_3">
214      <property name="title">
215       <string>Misc</string>
216      </property>
217      <layout class="QVBoxLayout" name="verticalLayout_3">
218       <item>
219        <widget class="QCheckBox" name="showWebPreview">
220         <property name="toolTip">
221          <string>Show a website preview window when hovering the mouse over a web address</string>
222         </property>
223         <property name="text">
224          <string>Show previews of webpages on URL hover</string>
225         </property>
226         <property name="checked">
227          <bool>true</bool>
228         </property>
229        </widget>
230       </item>
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>