29 <string>Client ID:</string> |
29 <string>Client ID:</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="clientIdEdit"> |
34 <widget class="QLineEdit" name="clientIdEdit"> |
35 <property name="toolTip"> |
35 <property name="toolTip"> |
36 <string>Enter the ID string for this client</string> |
36 <string>Enter the ID string for this client</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="0" column="2"> |
43 <item row="0" column="2"> |
41 <widget class="QPushButton" name="generateIdButton"> |
44 <widget class="QPushButton" name="generateIdButton"> |
164 <string>User Name:</string> |
167 <string>User Name:</string> |
165 </property> |
168 </property> |
166 </widget> |
169 </widget> |
167 </item> |
170 </item> |
168 <item row="0" column="1"> |
171 <item row="0" column="1"> |
169 <widget class="E5ClearableLineEdit" name="usernameEdit"> |
172 <widget class="QLineEdit" name="usernameEdit"> |
170 <property name="toolTip"> |
173 <property name="toolTip"> |
171 <string>Enter the user name</string> |
174 <string>Enter the user name</string> |
|
175 </property> |
|
176 <property name="clearButtonEnabled"> |
|
177 <bool>true</bool> |
172 </property> |
178 </property> |
173 </widget> |
179 </widget> |
174 </item> |
180 </item> |
175 <item row="1" column="0"> |
181 <item row="1" column="0"> |
176 <widget class="QLabel" name="label_4"> |
182 <widget class="QLabel" name="label_4"> |
178 <string>Password:</string> |
184 <string>Password:</string> |
179 </property> |
185 </property> |
180 </widget> |
186 </widget> |
181 </item> |
187 </item> |
182 <item row="1" column="1"> |
188 <item row="1" column="1"> |
183 <widget class="E5ClearableLineEdit" name="passwordEdit"> |
189 <widget class="QLineEdit" name="passwordEdit"> |
184 <property name="toolTip"> |
190 <property name="toolTip"> |
185 <string>Enter the password</string> |
191 <string>Enter the password</string> |
186 </property> |
192 </property> |
187 <property name="echoMode"> |
193 <property name="echoMode"> |
188 <enum>QLineEdit::Password</enum> |
194 <enum>QLineEdit::Password</enum> |
|
195 </property> |
|
196 <property name="clearButtonEnabled"> |
|
197 <bool>true</bool> |
189 </property> |
198 </property> |
190 </widget> |
199 </widget> |
191 </item> |
200 </item> |
192 </layout> |
201 </layout> |
193 </widget> |
202 </widget> |
197 <property name="title"> |
206 <property name="title"> |
198 <string>Last Will and Testament</string> |
207 <string>Last Will and Testament</string> |
199 </property> |
208 </property> |
200 <layout class="QGridLayout" name="gridLayout_3"> |
209 <layout class="QGridLayout" name="gridLayout_3"> |
201 <item row="0" column="0"> |
210 <item row="0" column="0"> |
202 <widget class="E5ClearableLineEdit" name="willTopicEdit"> |
211 <widget class="QLineEdit" name="willTopicEdit"> |
203 <property name="toolTip"> |
212 <property name="toolTip"> |
204 <string>Enter the topic of the last will</string> |
213 <string>Enter the topic of the last will</string> |
|
214 </property> |
|
215 <property name="clearButtonEnabled"> |
|
216 <bool>true</bool> |
205 </property> |
217 </property> |
206 </widget> |
218 </widget> |
207 </item> |
219 </item> |
208 <item row="0" column="1"> |
220 <item row="0" column="1"> |
209 <widget class="QLabel" name="label_5"> |
221 <widget class="QLabel" name="label_5"> |
273 <string>CA File:</string> |
285 <string>CA File:</string> |
274 </property> |
286 </property> |
275 </widget> |
287 </widget> |
276 </item> |
288 </item> |
277 <item row="1" column="1"> |
289 <item row="1" column="1"> |
278 <widget class="E5PathPicker" name="tlsCertsFilePicker" native="true"> |
290 <widget class="EricPathPicker" name="tlsCertsFilePicker" native="true"> |
279 <property name="enabled"> |
291 <property name="enabled"> |
280 <bool>false</bool> |
292 <bool>false</bool> |
281 </property> |
293 </property> |
282 <property name="sizePolicy"> |
294 <property name="sizePolicy"> |
283 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
295 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
308 </item> |
320 </item> |
309 </layout> |
321 </layout> |
310 </widget> |
322 </widget> |
311 <customwidgets> |
323 <customwidgets> |
312 <customwidget> |
324 <customwidget> |
313 <class>E5ClearableLineEdit</class> |
325 <class>EricPathPicker</class> |
314 <extends>QLineEdit</extends> |
|
315 <header>E5Gui/E5LineEdit.h</header> |
|
316 </customwidget> |
|
317 <customwidget> |
|
318 <class>E5PathPicker</class> |
|
319 <extends>QWidget</extends> |
326 <extends>QWidget</extends> |
320 <header>E5Gui/E5PathPicker.h</header> |
327 <header>EricWidgets/EricPathPicker.h</header> |
321 <container>1</container> |
328 <container>1</container> |
322 </customwidget> |
329 </customwidget> |
323 </customwidgets> |
330 </customwidgets> |
324 <tabstops> |
331 <tabstops> |
325 <tabstop>clientIdEdit</tabstop> |
332 <tabstop>clientIdEdit</tabstop> |