Merge branch 'master' of git@git.quassel-irc.org:quassel
[quassel.git] / src / qtui / ui / settingsdlg.ui
1 <ui version="4.0" >
2  <class>SettingsDlg</class>
3  <widget class="QDialog" name="SettingsDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>725</width>
9     <height>575</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Configure Quassel</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_2" >
16    <item>
17     <widget class="QSplitter" name="splitter" >
18      <property name="orientation" >
19       <enum>Qt::Horizontal</enum>
20      </property>
21      <widget class="QTreeWidget" name="settingsTree" >
22       <property name="maximumSize" >
23        <size>
24         <width>200</width>
25         <height>16777215</height>
26        </size>
27       </property>
28       <column>
29        <property name="text" >
30         <string>Settings</string>
31        </property>
32       </column>
33      </widget>
34      <widget class="QWidget" name="" >
35       <layout class="QVBoxLayout" name="verticalLayout" >
36        <item>
37         <widget class="QLabel" name="pageTitle" >
38          <property name="font" >
39           <font>
40            <weight>75</weight>
41            <bold>true</bold>
42           </font>
43          </property>
44          <property name="text" >
45           <string>Settings</string>
46          </property>
47         </widget>
48        </item>
49        <item>
50         <widget class="Line" name="line" >
51          <property name="orientation" >
52           <enum>Qt::Horizontal</enum>
53          </property>
54         </widget>
55        </item>
56        <item>
57         <widget class="QStackedWidget" name="settingsStack" >
58          <widget class="QWidget" name="page" >
59           <property name="geometry" >
60            <rect>
61             <x>0</x>
62             <y>0</y>
63             <width>492</width>
64             <height>466</height>
65            </rect>
66           </property>
67          </widget>
68         </widget>
69        </item>
70       </layout>
71      </widget>
72     </widget>
73    </item>
74    <item>
75     <widget class="QDialogButtonBox" name="buttonBox" >
76      <property name="orientation" >
77       <enum>Qt::Horizontal</enum>
78      </property>
79      <property name="standardButtons" >
80       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset|QDialogButtonBox::RestoreDefaults</set>
81      </property>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <resources/>
87  <connections/>
88 </ui>