blob: 1198ec373593cde2578c0ecba4c036e3943deac0 [file] [log] [blame]
Edric Milaret559bda52015-04-29 17:02:31 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WizardDialog</class>
4 <widget class="QDialog" name="WizardDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Edric Milaret4097d2f2016-02-09 14:41:50 -05009 <width>500</width>
Edric Milaret25236d92016-03-28 09:40:58 -040010 <height>370</height>
Edric Milaret559bda52015-04-29 17:02:31 -040011 </rect>
12 </property>
Edric Milaret4097d2f2016-02-09 14:41:50 -050013 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>500</width>
Edric Milaret25236d92016-03-28 09:40:58 -040022 <height>370</height>
Edric Milaret4097d2f2016-02-09 14:41:50 -050023 </size>
24 </property>
Edric Milaret559bda52015-04-29 17:02:31 -040025 <property name="windowTitle">
Edric Milareted0b2802015-10-01 15:10:02 -040026 <string/>
Edric Milaret559bda52015-04-29 17:02:31 -040027 </property>
Edric Milareted0b2802015-10-01 15:10:02 -040028 <property name="windowIcon">
29 <iconset resource="ressources.qrc">
30 <normaloff>:/images/ring.png</normaloff>:/images/ring.png</iconset>
31 </property>
32 <layout class="QVBoxLayout" name="verticalLayout">
Edric Milaret4097d2f2016-02-09 14:41:50 -050033 <property name="bottomMargin">
34 <number>0</number>
35 </property>
Edric Milaret559bda52015-04-29 17:02:31 -040036 <item>
Edric Milaret4097d2f2016-02-09 14:41:50 -050037 <spacer name="verticalSpacer_2">
38 <property name="orientation">
39 <enum>Qt::Vertical</enum>
Edric Milaret559bda52015-04-29 17:02:31 -040040 </property>
Edric Milaret4097d2f2016-02-09 14:41:50 -050041 <property name="sizeHint" stdset="0">
42 <size>
43 <width>20</width>
44 <height>20</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 <item alignment="Qt::AlignHCenter">
50 <widget class="QLabel" name="ringLogo">
51 <property name="sizePolicy">
52 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
53 <horstretch>0</horstretch>
54 <verstretch>0</verstretch>
55 </sizepolicy>
56 </property>
57 <property name="text">
58 <string/>
59 </property>
60 <property name="scaledContents">
61 <bool>false</bool>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <spacer name="verticalSpacer_4">
67 <property name="orientation">
68 <enum>Qt::Vertical</enum>
69 </property>
70 <property name="sizeHint" stdset="0">
71 <size>
72 <width>20</width>
73 <height>10</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 <item alignment="Qt::AlignHCenter">
Edric Milaret25236d92016-03-28 09:40:58 -040079 <widget class="QPushButton" name="avatarButton">
80 <property name="sizePolicy">
81 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
82 <horstretch>0</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
86 <property name="minimumSize">
87 <size>
88 <width>74</width>
89 <height>74</height>
90 </size>
91 </property>
92 <property name="maximumSize">
93 <size>
94 <width>74</width>
95 <height>74</height>
96 </size>
97 </property>
98 <property name="text">
99 <string/>
100 </property>
101 <property name="icon">
102 <iconset resource="ressources.qrc">
103 <normaloff>:/images/user/btn-default-userpic.svg</normaloff>:/images/user/btn-default-userpic.svg</iconset>
104 </property>
105 <property name="iconSize">
106 <size>
107 <width>74</width>
108 <height>74</height>
109 </size>
110 </property>
111 <property name="flat">
112 <bool>true</bool>
113 </property>
114 </widget>
115 </item>
116 <item alignment="Qt::AlignHCenter">
Edric Milaret4097d2f2016-02-09 14:41:50 -0500117 <widget class="QLabel" name="label">
118 <property name="font">
119 <font>
120 <pointsize>12</pointsize>
121 </font>
122 </property>
123 <property name="text">
124 <string>Choose your username:</string>
125 </property>
126 <property name="alignment">
127 <set>Qt::AlignCenter</set>
128 </property>
129 <property name="wordWrap">
130 <bool>true</bool>
131 </property>
132 </widget>
133 </item>
134 <item alignment="Qt::AlignHCenter">
135 <widget class="QLineEdit" name="usernameEdit">
136 <property name="minimumSize">
137 <size>
138 <width>200</width>
139 <height>0</height>
140 </size>
141 </property>
142 <property name="maximumSize">
143 <size>
144 <width>200</width>
145 <height>16777215</height>
146 </size>
147 </property>
148 <property name="font">
149 <font>
150 <pointsize>11</pointsize>
151 </font>
152 </property>
153 <property name="alignment">
154 <set>Qt::AlignCenter</set>
155 </property>
156 <property name="clearButtonEnabled">
157 <bool>true</bool>
158 </property>
159 </widget>
160 </item>
161 <item>
162 <spacer name="verticalSpacer_3">
163 <property name="orientation">
164 <enum>Qt::Vertical</enum>
165 </property>
166 <property name="sizeHint" stdset="0">
167 <size>
168 <width>5</width>
169 <height>10</height>
170 </size>
171 </property>
172 </spacer>
173 </item>
174 <item alignment="Qt::AlignRight">
175 <widget class="QPushButton" name="wizardButton">
176 <property name="sizePolicy">
177 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
178 <horstretch>0</horstretch>
179 <verstretch>0</verstretch>
180 </sizepolicy>
181 </property>
182 <property name="minimumSize">
183 <size>
184 <width>85</width>
185 <height>30</height>
186 </size>
187 </property>
188 <property name="maximumSize">
189 <size>
190 <width>85</width>
191 <height>30</height>
192 </size>
193 </property>
Nicolas Jager032c0002016-02-18 16:38:09 -0500194 <property name="toolTip">
195 <string>Next</string>
Edric Milaret4097d2f2016-02-09 14:41:50 -0500196 </property>
197 <property name="text">
198 <string>Next</string>
199 </property>
200 <property name="flat">
201 <bool>false</bool>
202 </property>
203 </widget>
204 </item>
205 <item>
206 <spacer name="verticalSpacer">
207 <property name="orientation">
208 <enum>Qt::Vertical</enum>
209 </property>
210 <property name="sizeHint" stdset="0">
211 <size>
212 <width>10</width>
213 <height>5</height>
214 </size>
215 </property>
216 </spacer>
Edric Milaret559bda52015-04-29 17:02:31 -0400217 </item>
218 </layout>
219 </widget>
Edric Milaret74e4b8b2015-05-15 10:25:00 -0400220 <resources>
221 <include location="ressources.qrc"/>
222 </resources>
Edric Milaret559bda52015-04-29 17:02:31 -0400223 <connections>
224 <connection>
Nicolas Jager1ddb38d2016-01-20 11:11:49 -0500225 <sender>wizardButton</sender>
Edric Milareted0b2802015-10-01 15:10:02 -0400226 <signal>clicked()</signal>
Edric Milaret559bda52015-04-29 17:02:31 -0400227 <receiver>WizardDialog</receiver>
228 <slot>accept()</slot>
229 <hints>
230 <hint type="sourcelabel">
Edric Milareted0b2802015-10-01 15:10:02 -0400231 <x>300</x>
232 <y>326</y>
Edric Milaret559bda52015-04-29 17:02:31 -0400233 </hint>
234 <hint type="destinationlabel">
Edric Milareted0b2802015-10-01 15:10:02 -0400235 <x>300</x>
236 <y>175</y>
Edric Milaret559bda52015-04-29 17:02:31 -0400237 </hint>
238 </hints>
239 </connection>
240 </connections>
241</ui>