222 <widget class="QWidget" name="generalTab"> |
222 <widget class="QWidget" name="generalTab"> |
223 <attribute name="title"> |
223 <attribute name="title"> |
224 <string>General</string> |
224 <string>General</string> |
225 </attribute> |
225 </attribute> |
226 <layout class="QGridLayout" name="gridLayout_2"> |
226 <layout class="QGridLayout" name="gridLayout_2"> |
227 <item row="0" column="0"> |
227 <item row="0" column="0" colspan="2"> |
|
228 <widget class="QGroupBox" name="groupBox_5"> |
|
229 <property name="title"> |
|
230 <string>MQTT Protocol</string> |
|
231 </property> |
|
232 <layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
233 <item> |
|
234 <widget class="QRadioButton" name="mqttv31Button"> |
|
235 <property name="toolTip"> |
|
236 <string>Select to use the MQTT 3.1 protocol</string> |
|
237 </property> |
|
238 <property name="text"> |
|
239 <string>v 3.1</string> |
|
240 </property> |
|
241 </widget> |
|
242 </item> |
|
243 <item> |
|
244 <widget class="QRadioButton" name="mqttv311Button"> |
|
245 <property name="toolTip"> |
|
246 <string>Select to use the MQTT 3.1.1 protocol</string> |
|
247 </property> |
|
248 <property name="text"> |
|
249 <string>v 3.1.1</string> |
|
250 </property> |
|
251 <property name="checked"> |
|
252 <bool>true</bool> |
|
253 </property> |
|
254 </widget> |
|
255 </item> |
|
256 <item> |
|
257 <widget class="QRadioButton" name="mqttv5Button"> |
|
258 <property name="toolTip"> |
|
259 <string>Select to use the MQTT 5.0 protocol</string> |
|
260 </property> |
|
261 <property name="text"> |
|
262 <string>v 5.0</string> |
|
263 </property> |
|
264 </widget> |
|
265 </item> |
|
266 </layout> |
|
267 </widget> |
|
268 </item> |
|
269 <item row="1" column="0"> |
228 <widget class="QLabel" name="label_12"> |
270 <widget class="QLabel" name="label_12"> |
229 <property name="text"> |
271 <property name="text"> |
230 <string>Connection Timeout:</string> |
272 <string>Connection Timeout:</string> |
231 </property> |
273 </property> |
232 </widget> |
274 </widget> |
233 </item> |
275 </item> |
234 <item row="0" column="1"> |
276 <item row="1" column="1"> |
235 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
277 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
236 <item> |
278 <item> |
237 <widget class="QSpinBox" name="connectionTimeoutSpinBox"> |
279 <widget class="QSpinBox" name="connectionTimeoutSpinBox"> |
238 <property name="toolTip"> |
280 <property name="toolTip"> |
239 <string>Enter the connection timeout in seconds</string> |
281 <string>Enter the connection timeout in seconds</string> |
268 </property> |
310 </property> |
269 </spacer> |
311 </spacer> |
270 </item> |
312 </item> |
271 </layout> |
313 </layout> |
272 </item> |
314 </item> |
273 <item row="1" column="0"> |
315 <item row="2" column="0"> |
274 <widget class="QLabel" name="label_5"> |
316 <widget class="QLabel" name="label_5"> |
275 <property name="text"> |
317 <property name="text"> |
276 <string>Keep Alive Interval:</string> |
318 <string>Keep Alive Interval:</string> |
277 </property> |
319 </property> |
278 </widget> |
320 </widget> |
279 </item> |
321 </item> |
280 <item row="1" column="1"> |
322 <item row="2" column="1"> |
281 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
323 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
282 <item> |
324 <item> |
283 <widget class="QSpinBox" name="keepaliveSpinBox"> |
325 <widget class="QSpinBox" name="keepaliveSpinBox"> |
284 <property name="toolTip"> |
326 <property name="toolTip"> |
285 <string>Enter the keep alive interval in seconds</string> |
327 <string>Enter the keep alive interval in seconds</string> |
314 </property> |
356 </property> |
315 </spacer> |
357 </spacer> |
316 </item> |
358 </item> |
317 </layout> |
359 </layout> |
318 </item> |
360 </item> |
319 <item row="2" column="0" colspan="2"> |
361 <item row="3" column="0" colspan="2"> |
320 <widget class="QCheckBox" name="cleanSessionCheckBox"> |
362 <widget class="QCheckBox" name="cleanSessionCheckBox"> |
321 <property name="toolTip"> |
363 <property name="toolTip"> |
322 <string>Select to start with a clean session</string> |
364 <string>Select to start with a clean session</string> |
323 </property> |
365 </property> |
324 <property name="text"> |
366 <property name="text"> |
325 <string>Clean Session</string> |
367 <string>Clean Session</string> |
326 </property> |
368 </property> |
327 </widget> |
369 </widget> |
328 </item> |
370 </item> |
329 <item row="3" column="1"> |
371 <item row="4" column="1"> |
330 <spacer name="verticalSpacer"> |
372 <spacer name="verticalSpacer"> |
331 <property name="orientation"> |
373 <property name="orientation"> |
332 <enum>Qt::Vertical</enum> |
374 <enum>Qt::Vertical</enum> |
333 </property> |
375 </property> |
334 <property name="sizeHint" stdset="0"> |
376 <property name="sizeHint" stdset="0"> |
740 <tabstop>brokerAddressEdit</tabstop> |
782 <tabstop>brokerAddressEdit</tabstop> |
741 <tabstop>brokerPortSpinBox</tabstop> |
783 <tabstop>brokerPortSpinBox</tabstop> |
742 <tabstop>clientIdEdit</tabstop> |
784 <tabstop>clientIdEdit</tabstop> |
743 <tabstop>generateIdButton</tabstop> |
785 <tabstop>generateIdButton</tabstop> |
744 <tabstop>profileTabWidget</tabstop> |
786 <tabstop>profileTabWidget</tabstop> |
|
787 <tabstop>mqttv31Button</tabstop> |
|
788 <tabstop>mqttv311Button</tabstop> |
|
789 <tabstop>mqttv5Button</tabstop> |
745 <tabstop>connectionTimeoutSpinBox</tabstop> |
790 <tabstop>connectionTimeoutSpinBox</tabstop> |
746 <tabstop>keepaliveSpinBox</tabstop> |
791 <tabstop>keepaliveSpinBox</tabstop> |
747 <tabstop>cleanSessionCheckBox</tabstop> |
792 <tabstop>cleanSessionCheckBox</tabstop> |
748 <tabstop>usernameEdit</tabstop> |
793 <tabstop>usernameEdit</tabstop> |
749 <tabstop>passwordEdit</tabstop> |
794 <tabstop>passwordEdit</tabstop> |
750 <tabstop>showPasswordButton</tabstop> |
795 <tabstop>showPasswordButton</tabstop> |
751 <tabstop>willTopicEdit</tabstop> |
796 <tabstop>willTopicEdit</tabstop> |
752 <tabstop>willMessageEdit</tabstop> |
|
753 <tabstop>willQosSpinBox</tabstop> |
797 <tabstop>willQosSpinBox</tabstop> |
754 <tabstop>willRetainCheckBox</tabstop> |
798 <tabstop>willRetainCheckBox</tabstop> |
|
799 <tabstop>willMessageEdit</tabstop> |
755 <tabstop>tlsGroupBox</tabstop> |
800 <tabstop>tlsGroupBox</tabstop> |
756 <tabstop>tlsDefaultCertsButton</tabstop> |
801 <tabstop>tlsDefaultCertsButton</tabstop> |
757 <tabstop>tlsCertsFileButton</tabstop> |
802 <tabstop>tlsCertsFileButton</tabstop> |
758 <tabstop>tlsCertsFilePicker</tabstop> |
803 <tabstop>tlsCertsFilePicker</tabstop> |
759 <tabstop>tlsSelfSignedCertsButton</tabstop> |
804 <tabstop>tlsSelfSignedCertsButton</tabstop> |