46 <string>Generate</string> |
46 <string>Generate</string> |
47 </property> |
47 </property> |
48 </widget> |
48 </widget> |
49 </item> |
49 </item> |
50 <item row="1" column="0"> |
50 <item row="1" column="0"> |
|
51 <widget class="QLabel" name="label_6"> |
|
52 <property name="text"> |
|
53 <string>Connection Timeout:</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="1" column="1" colspan="2"> |
|
58 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
59 <item> |
|
60 <widget class="QSpinBox" name="connectionTimeoutSpinBox"> |
|
61 <property name="toolTip"> |
|
62 <string>Enter the connection timeout in seconds</string> |
|
63 </property> |
|
64 <property name="alignment"> |
|
65 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
66 </property> |
|
67 <property name="suffix"> |
|
68 <string> s</string> |
|
69 </property> |
|
70 <property name="maximum"> |
|
71 <number>300</number> |
|
72 </property> |
|
73 <property name="singleStep"> |
|
74 <number>5</number> |
|
75 </property> |
|
76 <property name="value"> |
|
77 <number>15</number> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <spacer name="horizontalSpacer_2"> |
|
83 <property name="orientation"> |
|
84 <enum>Qt::Horizontal</enum> |
|
85 </property> |
|
86 <property name="sizeHint" stdset="0"> |
|
87 <size> |
|
88 <width>148</width> |
|
89 <height>20</height> |
|
90 </size> |
|
91 </property> |
|
92 </spacer> |
|
93 </item> |
|
94 </layout> |
|
95 </item> |
|
96 <item row="2" column="0"> |
51 <widget class="QLabel" name="label_2"> |
97 <widget class="QLabel" name="label_2"> |
52 <property name="text"> |
98 <property name="text"> |
53 <string>Keep Alive Interval:</string> |
99 <string>Keep Alive Interval:</string> |
54 </property> |
100 </property> |
55 </widget> |
101 </widget> |
56 </item> |
102 </item> |
57 <item row="1" column="1" colspan="2"> |
103 <item row="2" column="1" colspan="2"> |
58 <layout class="QHBoxLayout" name="horizontalLayout"> |
104 <layout class="QHBoxLayout" name="horizontalLayout"> |
59 <item> |
105 <item> |
60 <widget class="QSpinBox" name="keepaliveSpinBox"> |
106 <widget class="QSpinBox" name="keepaliveSpinBox"> |
61 <property name="toolTip"> |
107 <property name="toolTip"> |
62 <string>Enter the keep alive interval in seconds</string> |
108 <string>Enter the keep alive interval in seconds</string> |
91 </property> |
137 </property> |
92 </spacer> |
138 </spacer> |
93 </item> |
139 </item> |
94 </layout> |
140 </layout> |
95 </item> |
141 </item> |
96 <item row="2" column="0" colspan="3"> |
142 <item row="3" column="0" colspan="3"> |
97 <widget class="QCheckBox" name="cleanSessionCheckBox"> |
143 <widget class="QCheckBox" name="cleanSessionCheckBox"> |
98 <property name="toolTip"> |
144 <property name="toolTip"> |
99 <string>Select to start with a clean session</string> |
145 <string>Select to start with a clean session</string> |
100 </property> |
146 </property> |
101 <property name="text"> |
147 <property name="text"> |
276 </customwidget> |
322 </customwidget> |
277 </customwidgets> |
323 </customwidgets> |
278 <tabstops> |
324 <tabstops> |
279 <tabstop>clientIdEdit</tabstop> |
325 <tabstop>clientIdEdit</tabstop> |
280 <tabstop>generateIdButton</tabstop> |
326 <tabstop>generateIdButton</tabstop> |
|
327 <tabstop>connectionTimeoutSpinBox</tabstop> |
281 <tabstop>keepaliveSpinBox</tabstop> |
328 <tabstop>keepaliveSpinBox</tabstop> |
282 <tabstop>cleanSessionCheckBox</tabstop> |
329 <tabstop>cleanSessionCheckBox</tabstop> |
283 <tabstop>usernameEdit</tabstop> |
330 <tabstop>usernameEdit</tabstop> |
284 <tabstop>passwordEdit</tabstop> |
331 <tabstop>passwordEdit</tabstop> |
285 <tabstop>willTopicEdit</tabstop> |
332 <tabstop>willTopicEdit</tabstop> |
286 <tabstop>willMessageEdit</tabstop> |
333 <tabstop>willMessageEdit</tabstop> |
287 <tabstop>willQosSpinBox</tabstop> |
334 <tabstop>willQosSpinBox</tabstop> |
288 <tabstop>willRetainCheckBox</tabstop> |
335 <tabstop>willRetainCheckBox</tabstop> |
|
336 <tabstop>tlsEnableCheckBox</tabstop> |
|
337 <tabstop>tlsCertsFilePicker</tabstop> |
289 </tabstops> |
338 </tabstops> |
290 <resources/> |
339 <resources/> |
291 <connections> |
340 <connections> |
292 <connection> |
341 <connection> |
293 <sender>buttonBox</sender> |
342 <sender>buttonBox</sender> |
294 <signal>accepted()</signal> |
343 <signal>accepted()</signal> |
295 <receiver>MqttConnectionOptionsDialog</receiver> |
344 <receiver>MqttConnectionOptionsDialog</receiver> |
296 <slot>accept()</slot> |
345 <slot>accept()</slot> |
297 <hints> |
346 <hints> |
298 <hint type="sourcelabel"> |
347 <hint type="sourcelabel"> |
299 <x>257</x> |
348 <x>266</x> |
300 <y>590</y> |
349 <y>640</y> |
301 </hint> |
350 </hint> |
302 <hint type="destinationlabel"> |
351 <hint type="destinationlabel"> |
303 <x>157</x> |
352 <x>157</x> |
304 <y>274</y> |
353 <y>274</y> |
305 </hint> |
354 </hint> |
310 <signal>rejected()</signal> |
359 <signal>rejected()</signal> |
311 <receiver>MqttConnectionOptionsDialog</receiver> |
360 <receiver>MqttConnectionOptionsDialog</receiver> |
312 <slot>reject()</slot> |
361 <slot>reject()</slot> |
313 <hints> |
362 <hints> |
314 <hint type="sourcelabel"> |
363 <hint type="sourcelabel"> |
315 <x>325</x> |
364 <x>334</x> |
316 <y>590</y> |
365 <y>640</y> |
317 </hint> |
366 </hint> |
318 <hint type="destinationlabel"> |
367 <hint type="destinationlabel"> |
319 <x>286</x> |
368 <x>286</x> |
320 <y>274</y> |
369 <y>274</y> |
321 </hint> |
370 </hint> |
326 <signal>toggled(bool)</signal> |
375 <signal>toggled(bool)</signal> |
327 <receiver>tlsCertsFilePicker</receiver> |
376 <receiver>tlsCertsFilePicker</receiver> |
328 <slot>setEnabled(bool)</slot> |
377 <slot>setEnabled(bool)</slot> |
329 <hints> |
378 <hints> |
330 <hint type="sourcelabel"> |
379 <hint type="sourcelabel"> |
331 <x>82</x> |
380 <x>103</x> |
332 <y>523</y> |
381 <y>572</y> |
333 </hint> |
382 </hint> |
334 <hint type="destinationlabel"> |
383 <hint type="destinationlabel"> |
335 <x>92</x> |
384 <x>164</x> |
336 <y>544</y> |
385 <y>596</y> |
337 </hint> |
386 </hint> |
338 </hints> |
387 </hints> |
339 </connection> |
388 </connection> |
340 </connections> |
389 </connections> |
341 </ui> |
390 </ui> |