Added title for gps tracking dialog
[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    <property name="echoMode">
55     <enum>QLineEdit::Password</enum>
56    </property>
57   </widget>
58   <widget class="QLineEdit" name="regEMailLineEdit">
59    <property name="geometry">
60     <rect>
61      <x>190</x>
62      <y>170</y>
63      <width>351</width>
64      <height>51</height>
65     </rect>
66    </property>
67    <property name="maxLength">
68     <number>255</number>
69    </property>
70   </widget>
71   <widget class="QLabel" name="regUsernameLabel">
72    <property name="geometry">
73     <rect>
74      <x>50</x>
75      <y>80</y>
76      <width>131</width>
77      <height>41</height>
78     </rect>
79    </property>
80    <property name="text">
81     <string>New username:</string>
82    </property>
83   </widget>
84   <widget class="QLabel" name="regPasswordLabel">
85    <property name="geometry">
86     <rect>
87      <x>50</x>
88      <y>130</y>
89      <width>111</width>
90      <height>41</height>
91     </rect>
92    </property>
93    <property name="text">
94     <string>New password:</string>
95    </property>
96   </widget>
97   <widget class="QLabel" name="regEMailLabel">
98    <property name="geometry">
99     <rect>
100      <x>100</x>
101      <y>180</y>
102      <width>61</width>
103      <height>31</height>
104     </rect>
105    </property>
106    <property name="text">
107     <string>Email:</string>
108    </property>
109   </widget>
110   <widget class="QLineEdit" name="setUserUsernameLineEdit">
111    <property name="geometry">
112     <rect>
113      <x>190</x>
114      <y>310</y>
115      <width>351</width>
116      <height>51</height>
117     </rect>
118    </property>
119    <property name="maxLength">
120     <number>12</number>
121    </property>
122   </widget>
123   <widget class="QLineEdit" name="setUserPasswordLineEdit">
124    <property name="geometry">
125     <rect>
126      <x>190</x>
127      <y>360</y>
128      <width>351</width>
129      <height>51</height>
130     </rect>
131    </property>
132    <property name="maxLength">
133     <number>255</number>
134    </property>
135    <property name="echoMode">
136     <enum>QLineEdit::Password</enum>
137    </property>
138   </widget>
139   <widget class="QLabel" name="setUserUsernameLabel">
140    <property name="geometry">
141     <rect>
142      <x>70</x>
143      <y>320</y>
144      <width>111</width>
145      <height>31</height>
146     </rect>
147    </property>
148    <property name="text">
149     <string>Username:</string>
150    </property>
151   </widget>
152   <widget class="QLabel" name="setUserPasswordLabel">
153    <property name="geometry">
154     <rect>
155      <x>70</x>
156      <y>366</y>
157      <width>101</width>
158      <height>31</height>
159     </rect>
160    </property>
161    <property name="text">
162     <string>Password:</string>
163    </property>
164   </widget>
165   <widget class="QLabel" name="setUserLabel">
166    <property name="geometry">
167     <rect>
168      <x>50</x>
169      <y>250</y>
170      <width>371</width>
171      <height>31</height>
172     </rect>
173    </property>
174    <property name="font">
175     <font>
176      <pointsize>13</pointsize>
177     </font>
178    </property>
179    <property name="text">
180     <string>Set / Change current user:</string>
181    </property>
182   </widget>
183   <widget class="QPushButton" name="setUserPushButton">
184    <property name="geometry">
185     <rect>
186      <x>600</x>
187      <y>350</y>
188      <width>191</width>
189      <height>61</height>
190     </rect>
191    </property>
192    <property name="text">
193     <string> Set User</string>
194    </property>
195   </widget>
196   <widget class="QLabel" name="registrateLabel">
197    <property name="geometry">
198     <rect>
199      <x>50</x>
200      <y>20</y>
201      <width>271</width>
202      <height>31</height>
203     </rect>
204    </property>
205    <property name="font">
206     <font>
207      <pointsize>13</pointsize>
208     </font>
209    </property>
210    <property name="text">
211     <string>Registrate new user:</string>
212    </property>
213   </widget>
214   <widget class="QPushButton" name="registratePushButton">
215    <property name="geometry">
216     <rect>
217      <x>600</x>
218      <y>160</y>
219      <width>191</width>
220      <height>61</height>
221     </rect>
222    </property>
223    <property name="text">
224     <string>Registrate</string>
225    </property>
226   </widget>
227  </widget>
228  <resources/>
229  <connections/>
230 </ui>