dd7af107eaf8a4507bcef206ea44ebd5b2aa4e42
[quassel.git] / gui / settingsdlg.ui
1 <ui version="4.0" >
2  <class>SettingsDialog</class>
3  <widget class="QDialog" name="SettingsDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>700</width>
9     <height>577</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Settings</string>
14   </property>
15   <layout class="QHBoxLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <widget class="QTreeWidget" name="treeWidget" >
24      <property name="sizePolicy" >
25       <sizepolicy>
26        <hsizetype>4</hsizetype>
27        <vsizetype>7</vsizetype>
28        <horstretch>1</horstretch>
29        <verstretch>0</verstretch>
30       </sizepolicy>
31      </property>
32      <column>
33       <property name="text" >
34        <string>Settings</string>
35       </property>
36      </column>
37      <item>
38       <property name="text" >
39        <string>General</string>
40       </property>
41      </item>
42      <item>
43       <property name="text" >
44        <string>Appearance</string>
45       </property>
46      </item>
47      <item>
48       <property name="text" >
49        <string>Connection</string>
50       </property>
51      </item>
52      <item>
53       <property name="text" >
54        <string>Plugins</string>
55       </property>
56      </item>
57     </widget>
58    </item>
59    <item>
60     <layout class="QVBoxLayout" >
61      <property name="margin" >
62       <number>0</number>
63      </property>
64      <property name="spacing" >
65       <number>6</number>
66      </property>
67      <item>
68       <widget class="QStackedWidget" name="stackedWidget" >
69        <property name="sizePolicy" >
70         <sizepolicy>
71          <hsizetype>5</hsizetype>
72          <vsizetype>5</vsizetype>
73          <horstretch>4</horstretch>
74          <verstretch>0</verstretch>
75         </sizepolicy>
76        </property>
77        <widget class="QWidget" name="page" />
78        <widget class="QWidget" name="page_2" />
79       </widget>
80      </item>
81      <item>
82       <widget class="QDialogButtonBox" name="buttonBox" >
83        <property name="orientation" >
84         <enum>Qt::Horizontal</enum>
85        </property>
86        <property name="standardButtons" >
87         <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
88        </property>
89       </widget>
90      </item>
91     </layout>
92    </item>
93   </layout>
94  </widget>
95  <resources/>
96  <connections>
97   <connection>
98    <sender>buttonBox</sender>
99    <signal>accepted()</signal>
100    <receiver>SettingsDialog</receiver>
101    <slot>accept()</slot>
102    <hints>
103     <hint type="sourcelabel" >
104      <x>248</x>
105      <y>254</y>
106     </hint>
107     <hint type="destinationlabel" >
108      <x>157</x>
109      <y>274</y>
110     </hint>
111    </hints>
112   </connection>
113   <connection>
114    <sender>buttonBox</sender>
115    <signal>rejected()</signal>
116    <receiver>SettingsDialog</receiver>
117    <slot>reject()</slot>
118    <hints>
119     <hint type="sourcelabel" >
120      <x>316</x>
121      <y>260</y>
122     </hint>
123     <hint type="destinationlabel" >
124      <x>286</x>
125      <y>274</y>
126     </hint>
127    </hints>
128   </connection>
129  </connections>
130 </ui>