first version of postgres backend
[quassel.git] / src / qtui / ui / coreconfigwizardstorageselectionpage.ui
1 <ui version="4.0" >
2  <class>CoreConfigWizardStorageSelectionPage</class>
3  <widget class="QWidget" name="CoreConfigWizardStorageSelectionPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>310</width>
9     <height>168</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string>Storage Backend:</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QComboBox" name="backendList" >
27        <property name="sizePolicy" >
28         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
29          <horstretch>0</horstretch>
30          <verstretch>0</verstretch>
31         </sizepolicy>
32        </property>
33        <property name="insertPolicy" >
34         <enum>QComboBox::InsertAtBottom</enum>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <spacer>
40        <property name="orientation" >
41         <enum>Qt::Horizontal</enum>
42        </property>
43        <property name="sizeHint" stdset="0" >
44         <size>
45          <width>40</width>
46          <height>20</height>
47         </size>
48        </property>
49       </spacer>
50      </item>
51     </layout>
52    </item>
53    <item>
54     <widget class="QGroupBox" name="descriptionBox" >
55      <property name="title" >
56       <string>Description</string>
57      </property>
58      <layout class="QVBoxLayout" >
59       <item>
60        <widget class="QLabel" name="description" >
61         <property name="text" >
62          <string>Foobar</string>
63         </property>
64         <property name="alignment" >
65          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
66         </property>
67         <property name="wordWrap" >
68          <bool>true</bool>
69         </property>
70        </widget>
71       </item>
72      </layout>
73     </widget>
74    </item>
75    <item>
76     <spacer name="verticalSpacer" >
77      <property name="orientation" >
78       <enum>Qt::Vertical</enum>
79      </property>
80      <property name="sizeHint" stdset="0" >
81       <size>
82        <width>20</width>
83        <height>40</height>
84       </size>
85      </property>
86     </spacer>
87    </item>
88   </layout>
89  </widget>
90  <resources/>
91  <connections/>
92 </ui>