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