Added registrate & set/change user fields to settingsdialog.
[speedfreak] / Client / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QPushButton" name="pushButtonHelp">
17    <property name="geometry">
18     <rect>
19      <x>660</x>
20      <y>10</y>
21      <width>131</width>
22      <height>61</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Help</string>
27    </property>
28   </widget>
29   <widget class="QLineEdit" name="regUserNameLineEdit">
30    <property name="geometry">
31     <rect>
32      <x>190</x>
33      <y>70</y>
34      <width>351</width>
35      <height>51</height>
36     </rect>
37    </property>
38    <property name="maxLength">
39     <number>12</number>
40    </property>
41   </widget>
42   <widget class="QLineEdit" name="regPasswordLineEdit">
43    <property name="geometry">
44     <rect>
45      <x>190</x>
46      <y>120</y>
47      <width>351</width>
48      <height>51</height>
49     </rect>
50    </property>
51    <property name="maxLength">
52     <number>255</number>
53    </property>
54   </widget>
55   <widget class="QLineEdit" name="regEMailLineEdit">
56    <property name="geometry">
57     <rect>
58      <x>190</x>
59      <y>170</y>
60      <width>351</width>
61      <height>51</height>
62     </rect>
63    </property>
64   </widget>
65   <widget class="QLabel" name="regUsernameLabel">
66    <property name="geometry">
67     <rect>
68      <x>50</x>
69      <y>80</y>
70      <width>131</width>
71      <height>41</height>
72     </rect>
73    </property>
74    <property name="text">
75     <string>New username:</string>
76    </property>
77   </widget>
78   <widget class="QLabel" name="regPasswordLabel">
79    <property name="geometry">
80     <rect>
81      <x>50</x>
82      <y>130</y>
83      <width>111</width>
84      <height>41</height>
85     </rect>
86    </property>
87    <property name="text">
88     <string>New password:</string>
89    </property>
90   </widget>
91   <widget class="QLabel" name="regEMailLabel">
92    <property name="geometry">
93     <rect>
94      <x>100</x>
95      <y>180</y>
96      <width>61</width>
97      <height>31</height>
98     </rect>
99    </property>
100    <property name="text">
101     <string>Email:</string>
102    </property>
103   </widget>
104   <widget class="QLineEdit" name="setUserUsernameLineEdit">
105    <property name="geometry">
106     <rect>
107      <x>190</x>
108      <y>310</y>
109      <width>351</width>
110      <height>51</height>
111     </rect>
112    </property>
113    <property name="maxLength">
114     <number>12</number>
115    </property>
116   </widget>
117   <widget class="QLineEdit" name="setUserPasswordLineEdit">
118    <property name="geometry">
119     <rect>
120      <x>190</x>
121      <y>360</y>
122      <width>351</width>
123      <height>51</height>
124     </rect>
125    </property>
126    <property name="maxLength">
127     <number>255</number>
128    </property>
129   </widget>
130   <widget class="QLabel" name="setUserUsernameLabel">
131    <property name="geometry">
132     <rect>
133      <x>70</x>
134      <y>320</y>
135      <width>111</width>
136      <height>31</height>
137     </rect>
138    </property>
139    <property name="text">
140     <string>Username:</string>
141    </property>
142   </widget>
143   <widget class="QLabel" name="setUserPasswordLabel">
144    <property name="geometry">
145     <rect>
146      <x>70</x>
147      <y>366</y>
148      <width>101</width>
149      <height>31</height>
150     </rect>
151    </property>
152    <property name="text">
153     <string>Password:</string>
154    </property>
155   </widget>
156   <widget class="QLabel" name="setUserLabel">
157    <property name="geometry">
158     <rect>
159      <x>50</x>
160      <y>250</y>
161      <width>371</width>
162      <height>31</height>
163     </rect>
164    </property>
165    <property name="font">
166     <font>
167      <pointsize>13</pointsize>
168     </font>
169    </property>
170    <property name="text">
171     <string>Set / Change current user:</string>
172    </property>
173   </widget>
174   <widget class="QPushButton" name="setUserPushButton">
175    <property name="geometry">
176     <rect>
177      <x>600</x>
178      <y>320</y>
179      <width>191</width>
180      <height>61</height>
181     </rect>
182    </property>
183    <property name="text">
184     <string> Set User</string>
185    </property>
186   </widget>
187   <widget class="QLabel" name="registrateLabel">
188    <property name="geometry">
189     <rect>
190      <x>50</x>
191      <y>20</y>
192      <width>271</width>
193      <height>31</height>
194     </rect>
195    </property>
196    <property name="font">
197     <font>
198      <pointsize>13</pointsize>
199     </font>
200    </property>
201    <property name="text">
202     <string>Registrate new user:</string>
203    </property>
204   </widget>
205   <widget class="QPushButton" name="registratePushButton">
206    <property name="geometry">
207     <rect>
208      <x>600</x>
209      <y>160</y>
210      <width>191</width>
211      <height>61</height>
212     </rect>
213    </property>
214    <property name="text">
215     <string>Registrate</string>
216    </property>
217   </widget>
218  </widget>
219  <resources/>
220  <connections/>
221 </ui>