modernize: Migrate action-related things to PMF connects
[quassel.git] / src / qtui / coreconfigwizardsyncpage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CoreConfigWizardSyncPage</class>
4  <widget class="QWidget" name="CoreConfigWizardSyncPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>252</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Your Choices</string>
21      </property>
22      <layout class="QVBoxLayout">
23       <item>
24        <layout class="QHBoxLayout">
25         <item>
26          <layout class="QGridLayout">
27           <item row="0" column="0">
28            <widget class="QLabel" name="label">
29             <property name="font">
30              <font>
31               <weight>75</weight>
32               <bold>true</bold>
33              </font>
34             </property>
35             <property name="text">
36              <string>Admin User:</string>
37             </property>
38            </widget>
39           </item>
40           <item row="0" column="1">
41            <widget class="QLabel" name="user">
42             <property name="text">
43              <string notr="true">foo</string>
44             </property>
45            </widget>
46           </item>
47           <item row="1" column="0">
48            <widget class="QLabel" name="label_2">
49             <property name="font">
50              <font>
51               <weight>75</weight>
52               <bold>true</bold>
53              </font>
54             </property>
55             <property name="text">
56              <string>Storage Backend:</string>
57             </property>
58            </widget>
59           </item>
60           <item row="1" column="1">
61            <widget class="QLabel" name="backend">
62             <property name="text">
63              <string notr="true">bar</string>
64             </property>
65            </widget>
66           </item>
67           <item row="2" column="0">
68            <widget class="QLabel" name="label_3">
69             <property name="font">
70              <font>
71               <weight>75</weight>
72               <bold>true</bold>
73              </font>
74             </property>
75             <property name="text">
76              <string>Authentication Backend:</string>
77             </property>
78            </widget>
79           </item>
80           <item row="2" column="1">
81            <widget class="QLabel" name="authenticator">
82             <property name="text">
83              <string notr="true">bar</string>
84             </property>
85            </widget>
86           </item>
87          </layout>
88         </item>
89         <item>
90          <spacer>
91           <property name="orientation">
92            <enum>Qt::Horizontal</enum>
93           </property>
94           <property name="sizeHint" stdset="0">
95            <size>
96             <width>40</width>
97             <height>20</height>
98            </size>
99           </property>
100          </spacer>
101         </item>
102        </layout>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item>
108     <widget class="QLabel" name="status">
109      <property name="text">
110       <string>Please wait while your settings are being transmitted to the core...</string>
111      </property>
112      <property name="alignment">
113       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
114      </property>
115      <property name="wordWrap">
116       <bool>true</bool>
117      </property>
118     </widget>
119    </item>
120    <item>
121     <spacer>
122      <property name="orientation">
123       <enum>Qt::Vertical</enum>
124      </property>
125      <property name="sizeHint" stdset="0">
126       <size>
127        <width>0</width>
128        <height>0</height>
129       </size>
130      </property>
131     </spacer>
132    </item>
133   </layout>
134  </widget>
135  <resources/>
136  <connections/>
137 </ui>