MqttMonitor/MqttMonitorWidget.ui

branch
eric7
changeset 102
70b8858199f5
parent 92
2fb5c08019fd
child 103
5fe4f179975f
equal deleted inserted replaced
101:0eae5f616154 102:70b8858199f5
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>400</width> 9 <width>400</width>
10 <height>600</height> 10 <height>715</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <layout class="QHBoxLayout" name="horizontalLayout"> 15 <layout class="QHBoxLayout" name="horizontalLayout">
113 </widget> 113 </widget>
114 </item> 114 </item>
115 </layout> 115 </layout>
116 </item> 116 </item>
117 <item row="0" column="2"> 117 <item row="0" column="2">
118 <widget class="QToolButton" name="brokerConnectionOptionsButton"> 118 <layout class="QHBoxLayout" name="horizontalLayout_19">
119 <property name="toolTip"> 119 <property name="spacing">
120 <string>Press to open a dialog to enter connection options</string> 120 <number>0</number>
121 </property> 121 </property>
122 </widget> 122 <item>
123 <widget class="QToolButton" name="brokerConnectionOptionsButton">
124 <property name="toolTip">
125 <string>Press to open a dialog to enter connection options</string>
126 </property>
127 </widget>
128 </item>
129 <item>
130 <widget class="QToolButton" name="connectButton">
131 <property name="toolTip">
132 <string>Press to connect to/disconnect from the broker</string>
133 </property>
134 <property name="text">
135 <string/>
136 </property>
137 </widget>
138 </item>
139 </layout>
123 </item> 140 </item>
124 <item row="0" column="3"> 141 <item row="1" column="0" colspan="3">
125 <widget class="QToolButton" name="connectButton">
126 <property name="toolTip">
127 <string>Press to connect to/disconnect from the broker</string>
128 </property>
129 <property name="text">
130 <string/>
131 </property>
132 </widget>
133 </item>
134 <item row="1" column="0" colspan="4">
135 <widget class="QLabel" name="brokerStatusLabel"> 142 <widget class="QLabel" name="brokerStatusLabel">
136 <property name="wordWrap"> 143 <property name="wordWrap">
137 <bool>true</bool> 144 <bool>true</bool>
138 </property> 145 </property>
139 </widget> 146 </widget>
148 </property> 155 </property>
149 <widget class="QWidget" name="pubSubTab"> 156 <widget class="QWidget" name="pubSubTab">
150 <attribute name="title"> 157 <attribute name="title">
151 <string>Pub/Sub</string> 158 <string>Pub/Sub</string>
152 </attribute> 159 </attribute>
153 <layout class="QVBoxLayout" name="verticalLayout_5"> 160 <layout class="QVBoxLayout" name="verticalLayout_7">
154 <item> 161 <item>
155 <widget class="QGroupBox" name="subscribeGroup"> 162 <widget class="QGroupBox" name="subscribeGroup">
156 <property name="enabled"> 163 <property name="enabled">
157 <bool>false</bool> 164 <bool>false</bool>
158 </property> 165 </property>
159 <property name="title"> 166 <property name="title">
160 <string>Subscribe</string> 167 <string>Subscribe</string>
161 </property> 168 </property>
162 <layout class="QHBoxLayout" name="horizontalLayout_2"> 169 <layout class="QHBoxLayout" name="horizontalLayout_20">
163 <item> 170 <item>
164 <widget class="QLabel" name="label"> 171 <widget class="QLabel" name="label">
165 <property name="text"> 172 <property name="text">
166 <string>Topic:</string> 173 <string>Topic:</string>
167 </property> 174 </property>
196 <number>2</number> 203 <number>2</number>
197 </property> 204 </property>
198 </widget> 205 </widget>
199 </item> 206 </item>
200 <item> 207 <item>
201 <widget class="QToolButton" name="subscribeButton"> 208 <layout class="QHBoxLayout" name="horizontalLayout_2">
202 <property name="toolTip"> 209 <property name="spacing">
203 <string>Press to subscribe to the given topic</string> 210 <number>0</number>
204 </property> 211 </property>
205 </widget> 212 <item>
213 <widget class="QToolButton" name="subscribeButton">
214 <property name="toolTip">
215 <string>Press to subscribe to the given topic</string>
216 </property>
217 </widget>
218 </item>
219 <item>
220 <widget class="QToolButton" name="subscribePropertiesButton">
221 <property name="toolTip">
222 <string>Press to edit the user properties</string>
223 </property>
224 <property name="text">
225 <string/>
226 </property>
227 </widget>
228 </item>
229 </layout>
206 </item> 230 </item>
207 </layout> 231 </layout>
208 </widget> 232 </widget>
209 </item> 233 </item>
210 <item> 234 <item>
213 <bool>false</bool> 237 <bool>false</bool>
214 </property> 238 </property>
215 <property name="title"> 239 <property name="title">
216 <string>Unsubscribe</string> 240 <string>Unsubscribe</string>
217 </property> 241 </property>
218 <layout class="QHBoxLayout" name="horizontalLayout_3"> 242 <layout class="QHBoxLayout" name="horizontalLayout_21">
219 <item> 243 <item>
220 <widget class="QLabel" name="label_4"> 244 <widget class="QLabel" name="label_4">
221 <property name="text"> 245 <property name="text">
222 <string>Topic:</string> 246 <string>Topic:</string>
223 </property> 247 </property>
235 <string>Select the topic to unsubscribe</string> 259 <string>Select the topic to unsubscribe</string>
236 </property> 260 </property>
237 </widget> 261 </widget>
238 </item> 262 </item>
239 <item> 263 <item>
240 <widget class="QToolButton" name="unsubscribeButton"> 264 <layout class="QHBoxLayout" name="horizontalLayout_3">
241 <property name="toolTip"> 265 <property name="spacing">
242 <string>Press to unsubscribe the selected topic</string> 266 <number>0</number>
243 </property> 267 </property>
244 </widget> 268 <item>
269 <widget class="QToolButton" name="unsubscribeButton">
270 <property name="toolTip">
271 <string>Press to unsubscribe the selected topic</string>
272 </property>
273 </widget>
274 </item>
275 <item>
276 <widget class="QToolButton" name="unsubscribePropertiesButton">
277 <property name="toolTip">
278 <string>Press to edit the user properties</string>
279 </property>
280 <property name="text">
281 <string/>
282 </property>
283 </widget>
284 </item>
285 </layout>
245 </item> 286 </item>
246 </layout> 287 </layout>
247 </widget> 288 </widget>
248 </item> 289 </item>
249 <item> 290 <item>
366 <string>Clear</string> 407 <string>Clear</string>
367 </property> 408 </property>
368 </widget> 409 </widget>
369 </item> 410 </item>
370 <item> 411 <item>
412 <widget class="QPushButton" name="publishClearRetainedButton">
413 <property name="toolTip">
414 <string>Press to clear the retained messages of the selected topic</string>
415 </property>
416 <property name="text">
417 <string>Clear Retained</string>
418 </property>
419 </widget>
420 </item>
421 <item>
371 <spacer name="horizontalSpacer_3"> 422 <spacer name="horizontalSpacer_3">
372 <property name="orientation"> 423 <property name="orientation">
373 <enum>Qt::Horizontal</enum> 424 <enum>Qt::Horizontal</enum>
374 </property> 425 </property>
375 <property name="sizeHint" stdset="0"> 426 <property name="sizeHint" stdset="0">
401 </item> 452 </item>
402 </layout> 453 </layout>
403 </widget> 454 </widget>
404 </item> 455 </item>
405 <item> 456 <item>
406 <spacer name="verticalSpacer"> 457 <widget class="QGroupBox" name="groupBox">
407 <property name="orientation"> 458 <property name="title">
408 <enum>Qt::Vertical</enum> 459 <string>MQTT V5 Properties</string>
409 </property> 460 </property>
410 <property name="sizeHint" stdset="0"> 461 <layout class="QVBoxLayout" name="verticalLayout_5">
411 <size> 462 <item>
412 <width>20</width> 463 <widget class="QPlainTextEdit" name="propertiesEdit">
413 <height>40</height> 464 <property name="contextMenuPolicy">
414 </size> 465 <enum>Qt::CustomContextMenu</enum>
415 </property> 466 </property>
416 </spacer> 467 <property name="tabChangesFocus">
468 <bool>true</bool>
469 </property>
470 <property name="lineWrapMode">
471 <enum>QPlainTextEdit::NoWrap</enum>
472 </property>
473 <property name="readOnly">
474 <bool>true</bool>
475 </property>
476 <property name="textInteractionFlags">
477 <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
478 </property>
479 </widget>
480 </item>
481 </layout>
482 </widget>
417 </item> 483 </item>
418 </layout> 484 </layout>
419 </widget> 485 </widget>
420 <widget class="QWidget" name="messagesTab"> 486 <widget class="QWidget" name="messagesTab">
421 <attribute name="title"> 487 <attribute name="title">
546 <widget class="QWidget" name="scrollAreaWidgetContents"> 612 <widget class="QWidget" name="scrollAreaWidgetContents">
547 <property name="geometry"> 613 <property name="geometry">
548 <rect> 614 <rect>
549 <x>0</x> 615 <x>0</x>
550 <y>0</y> 616 <y>0</y>
551 <width>178</width> 617 <width>344</width>
552 <height>840</height> 618 <height>840</height>
553 </rect> 619 </rect>
554 </property> 620 </property>
555 <layout class="QFormLayout" name="formLayout"> 621 <layout class="QFormLayout" name="formLayout">
556 <property name="labelAlignment"> 622 <property name="labelAlignment">
1412 <tabstop>publishPayloadFilePicker</tabstop> 1478 <tabstop>publishPayloadFilePicker</tabstop>
1413 <tabstop>publishQosSpinBox</tabstop> 1479 <tabstop>publishQosSpinBox</tabstop>
1414 <tabstop>publishRetainCheckBox</tabstop> 1480 <tabstop>publishRetainCheckBox</tabstop>
1415 <tabstop>publishButton</tabstop> 1481 <tabstop>publishButton</tabstop>
1416 <tabstop>publishClearButton</tabstop> 1482 <tabstop>publishClearButton</tabstop>
1483 <tabstop>publishClearRetainedButton</tabstop>
1417 <tabstop>clearPublishCheckBox</tabstop> 1484 <tabstop>clearPublishCheckBox</tabstop>
1485 <tabstop>propertiesEdit</tabstop>
1418 <tabstop>messagesSearchWidget</tabstop> 1486 <tabstop>messagesSearchWidget</tabstop>
1419 <tabstop>messagesEdit</tabstop> 1487 <tabstop>messagesEdit</tabstop>
1420 <tabstop>saveMessagesButton</tabstop> 1488 <tabstop>saveMessagesButton</tabstop>
1421 <tabstop>clearMessagesButton</tabstop> 1489 <tabstop>clearMessagesButton</tabstop>
1422 <tabstop>followMessagesCheckBox</tabstop> 1490 <tabstop>followMessagesCheckBox</tabstop>

eric ide

mercurial