Prevent coreinfodlg from being too tall
[quassel.git] / src / qtui / ui / coreconfigwizardsyncpage.ui
1 <ui version="4.0" >
2  <class>CoreConfigWizardSyncPage</class>
3  <widget class="QWidget" name="CoreConfigWizardSyncPage" >
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>Your Choices</string>
20      </property>
21      <layout class="QVBoxLayout" >
22       <item>
23        <layout class="QHBoxLayout" >
24         <item>
25          <layout class="QGridLayout" >
26           <item row="0" column="0" >
27            <widget class="QLabel" name="label" >
28             <property name="font" >
29              <font>
30               <weight>75</weight>
31               <bold>true</bold>
32              </font>
33             </property>
34             <property name="text" >
35              <string>Admin User:</string>
36             </property>
37            </widget>
38           </item>
39           <item row="0" column="1" >
40            <widget class="QLabel" name="user" >
41             <property name="text" >
42              <string>foo</string>
43             </property>
44            </widget>
45           </item>
46           <item row="1" column="0" >
47            <widget class="QLabel" name="label_2" >
48             <property name="font" >
49              <font>
50               <weight>75</weight>
51               <bold>true</bold>
52              </font>
53             </property>
54             <property name="text" >
55              <string>Storage Backend:</string>
56             </property>
57            </widget>
58           </item>
59           <item row="1" column="1" >
60            <widget class="QLabel" name="backend" >
61             <property name="text" >
62              <string>bar</string>
63             </property>
64            </widget>
65           </item>
66          </layout>
67         </item>
68         <item>
69          <spacer>
70           <property name="orientation" >
71            <enum>Qt::Horizontal</enum>
72           </property>
73           <property name="sizeHint" >
74            <size>
75             <width>40</width>
76             <height>20</height>
77            </size>
78           </property>
79          </spacer>
80         </item>
81        </layout>
82       </item>
83      </layout>
84     </widget>
85    </item>
86    <item>
87     <spacer>
88      <property name="orientation" >
89       <enum>Qt::Vertical</enum>
90      </property>
91      <property name="sizeHint" >
92       <size>
93        <width>20</width>
94        <height>40</height>
95       </size>
96      </property>
97     </spacer>
98    </item>
99    <item>
100     <widget class="QLabel" name="status" >
101      <property name="text" >
102       <string>Please wait while your settings are being transmitted to the core...</string>
103      </property>
104      <property name="alignment" >
105       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
106      </property>
107      <property name="wordWrap" >
108       <bool>true</bool>
109      </property>
110     </widget>
111    </item>
112   </layout>
113  </widget>
114  <resources/>
115  <connections/>
116 </ui>