modernize: Use std::make_unique
[quassel.git] / src / qtui / 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>377</width>
10     <height>160</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout">
19      <property name="sizeConstraint">
20       <enum>QLayout::SetMinAndMaxSize</enum>
21      </property>
22      <item>
23       <widget class="QLabel" name="label">
24        <property name="text">
25         <string>Authentication Backend:</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QComboBox" name="backendList">
31        <property name="sizePolicy">
32         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
33          <horstretch>0</horstretch>
34          <verstretch>0</verstretch>
35         </sizepolicy>
36        </property>
37        <property name="insertPolicy">
38         <enum>QComboBox::InsertAtBottom</enum>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <spacer>
44        <property name="orientation">
45         <enum>Qt::Horizontal</enum>
46        </property>
47        <property name="sizeHint" stdset="0">
48         <size>
49          <width>0</width>
50          <height>0</height>
51         </size>
52        </property>
53       </spacer>
54      </item>
55     </layout>
56    </item>
57    <item>
58     <widget class="QStackedWidget" name="descriptionStack">
59      <property name="sizePolicy">
60       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
61        <horstretch>0</horstretch>
62        <verstretch>0</verstretch>
63       </sizepolicy>
64      </property>
65      <property name="currentIndex">
66       <number>-1</number>
67      </property>
68     </widget>
69    </item>
70    <item>
71     <widget class="QStackedWidget" name="authSettingsStack">
72      <property name="sizePolicy">
73       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
74        <horstretch>0</horstretch>
75        <verstretch>0</verstretch>
76       </sizepolicy>
77      </property>
78      <property name="currentIndex">
79       <number>-1</number>
80      </property>
81     </widget>
82    </item>
83    <item>
84     <spacer name="verticalSpacer">
85      <property name="orientation">
86       <enum>Qt::Vertical</enum>
87      </property>
88      <property name="sizeHint" stdset="0">
89       <size>
90        <width>0</width>
91        <height>0</height>
92       </size>
93      </property>
94     </spacer>
95    </item>
96   </layout>
97  </widget>
98  <resources/>
99  <connections/>
100 </ui>