you can now disable the web previews and user state icons (settings -> appearance...
[quassel.git] / src / qtui / settingspages / appearancesettingspage.ui
1 <ui version="4.0" >
2  <class>AppearanceSettingsPage</class>
3  <widget class="QWidget" name="AppearanceSettingsPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>396</width>
9     <height>324</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_2" >
16    <item>
17     <widget class="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>Client style:</string>
20      </property>
21      <layout class="QVBoxLayout" >
22       <item>
23        <widget class="QComboBox" name="styleComboBox" />
24       </item>
25      </layout>
26     </widget>
27    </item>
28    <item>
29     <widget class="QGroupBox" name="groupBox_2" >
30      <property name="title" >
31       <string>Language:</string>
32      </property>
33      <layout class="QVBoxLayout" name="verticalLayout" >
34       <item>
35        <widget class="QComboBox" name="languageComboBox" >
36         <item>
37          <property name="text" >
38           <string>&lt;System Default></string>
39          </property>
40         </item>
41         <item>
42          <property name="text" >
43           <string>&lt;Original></string>
44          </property>
45         </item>
46        </widget>
47       </item>
48       <item>
49        <widget class="QLabel" name="label" >
50         <property name="text" >
51          <string>Note: needs client restart for full effect!</string>
52         </property>
53        </widget>
54       </item>
55      </layout>
56     </widget>
57    </item>
58    <item>
59     <widget class="QGroupBox" name="groupBox_3" >
60      <property name="title" >
61       <string>Misc:</string>
62      </property>
63      <layout class="QVBoxLayout" name="verticalLayout_3" >
64       <item>
65        <widget class="QCheckBox" name="showWebPreview" >
66         <property name="text" >
67          <string>Show Web Previews</string>
68         </property>
69         <property name="checked" >
70          <bool>true</bool>
71         </property>
72        </widget>
73       </item>
74       <item>
75        <widget class="QCheckBox" name="showUserStateIcons" >
76         <property name="text" >
77          <string>Use Icons to represent away state of Users</string>
78         </property>
79         <property name="checked" >
80          <bool>true</bool>
81         </property>
82        </widget>
83       </item>
84      </layout>
85     </widget>
86    </item>
87    <item>
88     <spacer name="verticalSpacer" >
89      <property name="orientation" >
90       <enum>Qt::Vertical</enum>
91      </property>
92      <property name="sizeHint" stdset="0" >
93       <size>
94        <width>20</width>
95        <height>40</height>
96       </size>
97      </property>
98     </spacer>
99    </item>
100   </layout>
101  </widget>
102  <resources/>
103  <connections/>
104 </ui>