29 <string>First Name:</string> |
29 <string>First Name:</string> |
30 </property> |
30 </property> |
31 </widget> |
31 </widget> |
32 </item> |
32 </item> |
33 <item row="0" column="1"> |
33 <item row="0" column="1"> |
34 <widget class="E5ClearableLineEdit" name="firstNameEdit"> |
34 <widget class="QLineEdit" name="firstNameEdit"> |
35 <property name="toolTip"> |
35 <property name="toolTip"> |
36 <string>Enter the first name</string> |
36 <string>Enter the first name</string> |
|
37 </property> |
|
38 <property name="clearButtonEnabled"> |
|
39 <bool>true</bool> |
37 </property> |
40 </property> |
38 </widget> |
41 </widget> |
39 </item> |
42 </item> |
40 <item row="1" column="0"> |
43 <item row="1" column="0"> |
41 <widget class="QLabel" name="label_2"> |
44 <widget class="QLabel" name="label_2"> |
43 <string>Last Name:</string> |
46 <string>Last Name:</string> |
44 </property> |
47 </property> |
45 </widget> |
48 </widget> |
46 </item> |
49 </item> |
47 <item row="1" column="1"> |
50 <item row="1" column="1"> |
48 <widget class="E5ClearableLineEdit" name="lastNameEdit"> |
51 <widget class="QLineEdit" name="lastNameEdit"> |
49 <property name="toolTip"> |
52 <property name="toolTip"> |
50 <string>Enter the last name</string> |
53 <string>Enter the last name</string> |
|
54 </property> |
|
55 <property name="clearButtonEnabled"> |
|
56 <bool>true</bool> |
51 </property> |
57 </property> |
52 </widget> |
58 </widget> |
53 </item> |
59 </item> |
54 <item row="2" column="0"> |
60 <item row="2" column="0"> |
55 <widget class="QLabel" name="label_3"> |
61 <widget class="QLabel" name="label_3"> |
57 <string>Email:</string> |
63 <string>Email:</string> |
58 </property> |
64 </property> |
59 </widget> |
65 </widget> |
60 </item> |
66 </item> |
61 <item row="2" column="1"> |
67 <item row="2" column="1"> |
62 <widget class="E5ClearableLineEdit" name="emailEdit"> |
68 <widget class="QLineEdit" name="emailEdit"> |
63 <property name="toolTip"> |
69 <property name="toolTip"> |
64 <string>Enter the email address</string> |
70 <string>Enter the email address</string> |
|
71 </property> |
|
72 <property name="clearButtonEnabled"> |
|
73 <bool>true</bool> |
65 </property> |
74 </property> |
66 </widget> |
75 </widget> |
67 </item> |
76 </item> |
68 </layout> |
77 </layout> |
69 </widget> |
78 </widget> |
78 </property> |
87 </property> |
79 </widget> |
88 </widget> |
80 </item> |
89 </item> |
81 </layout> |
90 </layout> |
82 </widget> |
91 </widget> |
83 <customwidgets> |
|
84 <customwidget> |
|
85 <class>E5ClearableLineEdit</class> |
|
86 <extends>QLineEdit</extends> |
|
87 <header>E5Gui/E5LineEdit.h</header> |
|
88 </customwidget> |
|
89 </customwidgets> |
|
90 <tabstops> |
92 <tabstops> |
91 <tabstop>firstNameEdit</tabstop> |
93 <tabstop>firstNameEdit</tabstop> |
92 <tabstop>lastNameEdit</tabstop> |
94 <tabstop>lastNameEdit</tabstop> |
93 <tabstop>emailEdit</tabstop> |
95 <tabstop>emailEdit</tabstop> |
94 <tabstop>buttonBox</tabstop> |
96 <tabstop>buttonBox</tabstop> |