Fixing/tweaking various UIs, mostly icons
[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>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
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     <spacer>
30      <property name="orientation" >
31       <enum>Qt::Vertical</enum>
32      </property>
33      <property name="sizeHint" >
34       <size>
35        <width>20</width>
36        <height>40</height>
37       </size>
38      </property>
39     </spacer>
40    </item>
41   </layout>
42  </widget>
43  <resources/>
44  <connections/>
45 </ui>