Make authenticator changes to protocol backwards-compatible
[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           <item row="2" column="0" >
67            <widget class="QLabel" name="label_3" >
68             <property name="font" >
69              <font>
70               <weight>75</weight>
71               <bold>true</bold>
72              </font>
73             </property>
74             <property name="text" >
75              <string>Authentication Backend:</string>
76             </property>
77            </widget>
78           </item>
79           <item row="2" column="1" >
80            <widget class="QLabel" name="authBackend" >
81             <property name="text" >
82              <string>bar</string>
83             </property>
84            </widget>
85           </item>
86          </layout>
87         </item>
88         <item>
89          <spacer>
90           <property name="orientation" >
91            <enum>Qt::Horizontal</enum>
92           </property>
93           <property name="sizeHint" >
94            <size>
95             <width>40</width>
96             <height>20</height>
97            </size>
98           </property>
99          </spacer>
100         </item>
101        </layout>
102       </item>
103      </layout>
104     </widget>
105    </item>
106    <item>
107     <spacer>
108      <property name="orientation" >
109       <enum>Qt::Vertical</enum>
110      </property>
111      <property name="sizeHint" >
112       <size>
113        <width>20</width>
114        <height>40</height>
115       </size>
116      </property>
117     </spacer>
118    </item>
119    <item>
120     <widget class="QLabel" name="status" >
121      <property name="text" >
122       <string>Please wait while your settings are being transmitted to the core...</string>
123      </property>
124      <property name="alignment" >
125       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
126      </property>
127      <property name="wordWrap" >
128       <bool>true</bool>
129      </property>
130     </widget>
131    </item>
132   </layout>
133  </widget>
134  <resources/>
135  <connections/>
136 </ui>