ef10ae1927d1300120de61bbfe5137932881002d
[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 notr="true">/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 notr="true">/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     <spacer name="verticalSpacer">
119      <property name="orientation">
120       <enum>Qt::Vertical</enum>
121      </property>
122      <property name="sizeHint" stdset="0">
123       <size>
124        <width>20</width>
125        <height>40</height>
126       </size>
127      </property>
128     </spacer>
129    </item>
130   </layout>
131  </widget>
132  <resources/>
133  <connections/>
134 </ui>