433 </widget> |
436 </widget> |
434 </item> |
437 </item> |
435 <item> |
438 <item> |
436 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
439 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
437 <item> |
440 <item> |
|
441 <widget class="QPushButton" name="saveMessagesButton"> |
|
442 <property name="enabled"> |
|
443 <bool>false</bool> |
|
444 </property> |
|
445 <property name="toolTip"> |
|
446 <string>Press to save the received messages to a file</string> |
|
447 </property> |
|
448 <property name="text"> |
|
449 <string>Save</string> |
|
450 </property> |
|
451 </widget> |
|
452 </item> |
|
453 <item> |
438 <spacer name="horizontalSpacer"> |
454 <spacer name="horizontalSpacer"> |
439 <property name="orientation"> |
455 <property name="orientation"> |
440 <enum>Qt::Horizontal</enum> |
456 <enum>Qt::Horizontal</enum> |
441 </property> |
457 </property> |
442 <property name="sizeHint" stdset="0"> |
458 <property name="sizeHint" stdset="0"> |
446 </size> |
462 </size> |
447 </property> |
463 </property> |
448 </spacer> |
464 </spacer> |
449 </item> |
465 </item> |
450 <item> |
466 <item> |
451 <widget class="QPushButton" name="messagesClearButton"> |
467 <widget class="QPushButton" name="clearMessagesButton"> |
|
468 <property name="enabled"> |
|
469 <bool>false</bool> |
|
470 </property> |
452 <property name="toolTip"> |
471 <property name="toolTip"> |
453 <string>Press to clear the list of received messages</string> |
472 <string>Press to clear the list of received messages</string> |
454 </property> |
473 </property> |
455 <property name="text"> |
474 <property name="text"> |
456 <string>Clear</string> |
475 <string>Clear</string> |
517 <widget class="QWidget" name="scrollAreaWidgetContents"> |
536 <widget class="QWidget" name="scrollAreaWidgetContents"> |
518 <property name="geometry"> |
537 <property name="geometry"> |
519 <rect> |
538 <rect> |
520 <x>0</x> |
539 <x>0</x> |
521 <y>0</y> |
540 <y>0</y> |
522 <width>344</width> |
541 <width>339</width> |
523 <height>840</height> |
542 <height>670</height> |
524 </rect> |
543 </rect> |
525 </property> |
544 </property> |
526 <layout class="QFormLayout" name="formLayout"> |
545 <layout class="QFormLayout" name="formLayout"> |
527 <property name="labelAlignment"> |
546 <property name="labelAlignment"> |
528 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
547 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1283 </widget> |
1302 </widget> |
1284 </item> |
1303 </item> |
1285 <item> |
1304 <item> |
1286 <layout class="QHBoxLayout" name="horizontalLayout_16"> |
1305 <layout class="QHBoxLayout" name="horizontalLayout_16"> |
1287 <item> |
1306 <item> |
|
1307 <widget class="QPushButton" name="saveLogMessagesButton"> |
|
1308 <property name="enabled"> |
|
1309 <bool>false</bool> |
|
1310 </property> |
|
1311 <property name="toolTip"> |
|
1312 <string>Press to save the received log messages to a file</string> |
|
1313 </property> |
|
1314 <property name="text"> |
|
1315 <string>Save</string> |
|
1316 </property> |
|
1317 </widget> |
|
1318 </item> |
|
1319 <item> |
1288 <spacer name="horizontalSpacer_4"> |
1320 <spacer name="horizontalSpacer_4"> |
1289 <property name="orientation"> |
1321 <property name="orientation"> |
1290 <enum>Qt::Horizontal</enum> |
1322 <enum>Qt::Horizontal</enum> |
1291 </property> |
1323 </property> |
1292 <property name="sizeHint" stdset="0"> |
1324 <property name="sizeHint" stdset="0"> |
1296 </size> |
1328 </size> |
1297 </property> |
1329 </property> |
1298 </spacer> |
1330 </spacer> |
1299 </item> |
1331 </item> |
1300 <item> |
1332 <item> |
1301 <widget class="QPushButton" name="logClearButton"> |
1333 <widget class="QPushButton" name="clearLogMessagesButton"> |
|
1334 <property name="enabled"> |
|
1335 <bool>false</bool> |
|
1336 </property> |
1302 <property name="toolTip"> |
1337 <property name="toolTip"> |
1303 <string>Press to clear the list of received log messages</string> |
1338 <string>Press to clear the list of received log messages</string> |
1304 </property> |
1339 </property> |
1305 <property name="text"> |
1340 <property name="text"> |
1306 <string>Clear</string> |
1341 <string>Clear</string> |
1313 <widget class="QCheckBox" name="followLogMessagesCheckBox"> |
1348 <widget class="QCheckBox" name="followLogMessagesCheckBox"> |
1314 <property name="toolTip"> |
1349 <property name="toolTip"> |
1315 <string>Select to scroll to the most recently received log message</string> |
1350 <string>Select to scroll to the most recently received log message</string> |
1316 </property> |
1351 </property> |
1317 <property name="text"> |
1352 <property name="text"> |
1318 <string>Follow received messages</string> |
1353 <string>Follow received log messages</string> |
1319 </property> |
1354 </property> |
1320 <property name="checked"> |
1355 <property name="checked"> |
1321 <bool>true</bool> |
1356 <bool>true</bool> |
1322 </property> |
1357 </property> |
1323 </widget> |
1358 </widget> |
1366 <tabstop>publishRetainCheckBox</tabstop> |
1401 <tabstop>publishRetainCheckBox</tabstop> |
1367 <tabstop>publishClearButton</tabstop> |
1402 <tabstop>publishClearButton</tabstop> |
1368 <tabstop>publishButton</tabstop> |
1403 <tabstop>publishButton</tabstop> |
1369 <tabstop>clearPublishCheckBox</tabstop> |
1404 <tabstop>clearPublishCheckBox</tabstop> |
1370 <tabstop>messagesEdit</tabstop> |
1405 <tabstop>messagesEdit</tabstop> |
1371 <tabstop>messagesClearButton</tabstop> |
1406 <tabstop>saveMessagesButton</tabstop> |
|
1407 <tabstop>clearMessagesButton</tabstop> |
1372 <tabstop>followMessagesCheckBox</tabstop> |
1408 <tabstop>followMessagesCheckBox</tabstop> |
1373 <tabstop>brokerStatusButton</tabstop> |
1409 <tabstop>brokerStatusButton</tabstop> |
1374 <tabstop>scrollArea</tabstop> |
1410 <tabstop>scrollArea</tabstop> |
1375 <tabstop>logLevelComboBox</tabstop> |
1411 <tabstop>logLevelComboBox</tabstop> |
1376 <tabstop>logEdit</tabstop> |
1412 <tabstop>logEdit</tabstop> |
1377 <tabstop>logClearButton</tabstop> |
1413 <tabstop>saveLogMessagesButton</tabstop> |
|
1414 <tabstop>clearLogMessagesButton</tabstop> |
1378 <tabstop>followLogMessagesCheckBox</tabstop> |
1415 <tabstop>followLogMessagesCheckBox</tabstop> |
1379 </tabstops> |
1416 </tabstops> |
1380 <resources/> |
1417 <resources/> |
1381 <connections> |
1418 <connections> |
1382 <connection> |
1419 <connection> |
1383 <sender>messagesClearButton</sender> |
1420 <sender>clearMessagesButton</sender> |
1384 <signal>clicked()</signal> |
1421 <signal>clicked()</signal> |
1385 <receiver>messagesEdit</receiver> |
1422 <receiver>messagesEdit</receiver> |
1386 <slot>clear()</slot> |
1423 <slot>clear()</slot> |
1387 <hints> |
1424 <hints> |
1388 <hint type="sourcelabel"> |
1425 <hint type="sourcelabel"> |