Added implementation to handleCheckPoint slot function in carmainwindow.cpp. Now...
[speedfreak] / Client / loginwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LoginWindow</class>
4  <widget class="QDialog" name="LoginWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>LoginWindow</string>
15   </property>
16   <widget class="QPushButton" name="loginPushButton">
17    <property name="geometry">
18     <rect>
19      <x>170</x>
20      <y>230</y>
21      <width>91</width>
22      <height>41</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Set</string>
27    </property>
28   </widget>
29   <widget class="QPushButton" name="cancelPushButton">
30    <property name="geometry">
31     <rect>
32      <x>330</x>
33      <y>230</y>
34      <width>91</width>
35      <height>41</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>Cancel</string>
40    </property>
41   </widget>
42   <widget class="QLineEdit" name="userNameLineEdit">
43    <property name="geometry">
44     <rect>
45      <x>220</x>
46      <y>60</y>
47      <width>311</width>
48      <height>51</height>
49     </rect>
50    </property>
51    <property name="maxLength">
52     <number>12</number>
53    </property>
54   </widget>
55   <widget class="QLabel" name="passwordLabel">
56    <property name="geometry">
57     <rect>
58      <x>70</x>
59      <y>140</y>
60      <width>141</width>
61      <height>31</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>Password:</string>
66    </property>
67   </widget>
68   <widget class="QLabel" name="userNameLabel">
69    <property name="geometry">
70     <rect>
71      <x>70</x>
72      <y>70</y>
73      <width>141</width>
74      <height>31</height>
75     </rect>
76    </property>
77    <property name="text">
78     <string>Username:</string>
79    </property>
80   </widget>
81   <widget class="QLineEdit" name="passwordLineEdit">
82    <property name="geometry">
83     <rect>
84      <x>220</x>
85      <y>130</y>
86      <width>311</width>
87      <height>51</height>
88     </rect>
89    </property>
90    <property name="maxLength">
91     <number>255</number>
92    </property>
93    <property name="echoMode">
94     <enum>QLineEdit::Password</enum>
95    </property>
96   </widget>
97  </widget>
98  <layoutdefault spacing="6" margin="11"/>
99  <resources/>
100  <connections/>
101 </ui>