1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConfigDialog</class>
4 <widget class="QDialog" name="ConfigDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>709</width>
10    <height>505</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Mumble Configuration</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <item row="0" column="0">
21    <widget class="QListWidget" name="qlwIcons">
22     <property name="sizePolicy">
23      <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
24       <horstretch>0</horstretch>
25       <verstretch>0</verstretch>
26      </sizepolicy>
27     </property>
28     <property name="iconSize">
29      <size>
30       <width>24</width>
31       <height>24</height>
32      </size>
33     </property>
34     <property name="resizeMode">
35      <enum>QListView::Adjust</enum>
36     </property>
37     <property name="layoutMode">
38      <enum>QListView::Batched</enum>
39     </property>
40     <property name="uniformItemSizes">
41      <bool>true</bool>
42     </property>
43    </widget>
44   </item>
45   <item row="1" column="0" colspan="3">
46    <layout class="QHBoxLayout" name="horizontalLayout">
47     <item>
48      <widget class="QDialogButtonBox" name="pageButtonBox">
49       <property name="orientation">
50        <enum>Qt::Horizontal</enum>
51       </property>
52       <property name="standardButtons">
53        <set>QDialogButtonBox::Reset|QDialogButtonBox::RestoreDefaults</set>
54       </property>
55      </widget>
56     </item>
57     <item>
58      <spacer>
59       <property name="orientation">
60        <enum>Qt::Horizontal</enum>
61       </property>
62       <property name="sizeHint" stdset="0">
63        <size>
64         <width>474</width>
65         <height>22</height>
66        </size>
67       </property>
68      </spacer>
69     </item>
70     <item>
71      <widget class="QDialogButtonBox" name="dialogButtonBox">
72       <property name="orientation">
73        <enum>Qt::Horizontal</enum>
74       </property>
75       <property name="standardButtons">
76        <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
77       </property>
78      </widget>
79     </item>
80    </layout>
81   </item>
82   <item row="0" column="1" rowspan="1">
83    <widget class="QStackedWidget" name="qswPages">
84     <property name="sizePolicy">
85      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
86       <horstretch>1</horstretch>
87       <verstretch>0</verstretch>
88      </sizepolicy>
89     </property>
90    </widget>
91   </item>
92  </layout>
93 </widget>
94 <resources>
95  <include location="mumble.qrc"/>
96 </resources>
97 <connections>
98  <connection>
99   <sender>dialogButtonBox</sender>
100   <signal>accepted()</signal>
101   <receiver>ConfigDialog</receiver>
102   <slot>accept()</slot>
103   <hints>
104    <hint type="sourcelabel">
105     <x>167</x>
106     <y>344</y>
107    </hint>
108    <hint type="destinationlabel">
109     <x>191</x>
110     <y>319</y>
111    </hint>
112   </hints>
113  </connection>
114  <connection>
115   <sender>dialogButtonBox</sender>
116   <signal>rejected()</signal>
117   <receiver>ConfigDialog</receiver>
118   <slot>reject()</slot>
119   <hints>
120    <hint type="sourcelabel">
121     <x>260</x>
122     <y>356</y>
123    </hint>
124    <hint type="destinationlabel">
125     <x>284</x>
126     <y>319</y>
127    </hint>
128   </hints>
129  </connection>
130 </connections>
131</ui>
132