77 </widget> |
77 </widget> |
78 </item> |
78 </item> |
79 <item> |
79 <item> |
80 <widget class="QTabWidget" name="brokerWidget"> |
80 <widget class="QTabWidget" name="brokerWidget"> |
81 <property name="currentIndex"> |
81 <property name="currentIndex"> |
82 <number>2</number> |
82 <number>0</number> |
83 </property> |
83 </property> |
84 <widget class="QWidget" name="pubSubTab"> |
84 <widget class="QWidget" name="pubSubTab"> |
85 <attribute name="title"> |
85 <attribute name="title"> |
86 <string>Pub/Sub</string> |
86 <string>Pub/Sub</string> |
87 </attribute> |
87 </attribute> |
88 <layout class="QVBoxLayout" name="verticalLayout_2"> |
88 <layout class="QVBoxLayout" name="verticalLayout_5"> |
89 <item> |
89 <item> |
90 <widget class="QGroupBox" name="subscribeGroup"> |
90 <widget class="QGroupBox" name="subscribeGroup"> |
91 <property name="enabled"> |
91 <property name="enabled"> |
92 <bool>false</bool> |
92 <bool>false</bool> |
93 </property> |
93 </property> |
177 </item> |
177 </item> |
178 </layout> |
178 </layout> |
179 </widget> |
179 </widget> |
180 </item> |
180 </item> |
181 <item> |
181 <item> |
|
182 <widget class="QGroupBox" name="publishGroup"> |
|
183 <property name="enabled"> |
|
184 <bool>false</bool> |
|
185 </property> |
|
186 <property name="title"> |
|
187 <string>Publish</string> |
|
188 </property> |
|
189 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
190 <item> |
|
191 <layout class="QHBoxLayout" name="horizontalLayout_13"> |
|
192 <item> |
|
193 <widget class="QLabel" name="label_39"> |
|
194 <property name="text"> |
|
195 <string>Topic:</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item> |
|
200 <widget class="E5ClearableComboBox" name="publishTopicComboBox"> |
|
201 <property name="sizePolicy"> |
|
202 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
203 <horstretch>0</horstretch> |
|
204 <verstretch>0</verstretch> |
|
205 </sizepolicy> |
|
206 </property> |
|
207 <property name="toolTip"> |
|
208 <string>Enter the topic to publish to</string> |
|
209 </property> |
|
210 <property name="editable"> |
|
211 <bool>true</bool> |
|
212 </property> |
|
213 </widget> |
|
214 </item> |
|
215 <item> |
|
216 <widget class="QLabel" name="label_40"> |
|
217 <property name="text"> |
|
218 <string>QoS:</string> |
|
219 </property> |
|
220 </widget> |
|
221 </item> |
|
222 <item> |
|
223 <widget class="QSpinBox" name="publishQosSpinBox"> |
|
224 <property name="toolTip"> |
|
225 <string>Enter the desired QoS value</string> |
|
226 </property> |
|
227 <property name="alignment"> |
|
228 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
229 </property> |
|
230 <property name="maximum"> |
|
231 <number>2</number> |
|
232 </property> |
|
233 </widget> |
|
234 </item> |
|
235 <item> |
|
236 <widget class="QCheckBox" name="publishRetainCheckBox"> |
|
237 <property name="toolTip"> |
|
238 <string>Select to retain the published message</string> |
|
239 </property> |
|
240 <property name="text"> |
|
241 <string>Retain</string> |
|
242 </property> |
|
243 </widget> |
|
244 </item> |
|
245 </layout> |
|
246 </item> |
|
247 <item> |
|
248 <widget class="QPlainTextEdit" name="publishPayloadEdit"> |
|
249 <property name="maximumSize"> |
|
250 <size> |
|
251 <width>16777215</width> |
|
252 <height>300</height> |
|
253 </size> |
|
254 </property> |
|
255 <property name="toolTip"> |
|
256 <string>Enter the string data to be sent</string> |
|
257 </property> |
|
258 </widget> |
|
259 </item> |
|
260 <item> |
|
261 <layout class="QHBoxLayout" name="horizontalLayout_12"> |
|
262 <item> |
|
263 <spacer name="horizontalSpacer_3"> |
|
264 <property name="orientation"> |
|
265 <enum>Qt::Horizontal</enum> |
|
266 </property> |
|
267 <property name="sizeHint" stdset="0"> |
|
268 <size> |
|
269 <width>40</width> |
|
270 <height>20</height> |
|
271 </size> |
|
272 </property> |
|
273 </spacer> |
|
274 </item> |
|
275 <item> |
|
276 <widget class="QPushButton" name="publishButton"> |
|
277 <property name="text"> |
|
278 <string>Publish</string> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 </layout> |
|
283 </item> |
|
284 </layout> |
|
285 </widget> |
|
286 </item> |
|
287 <item> |
182 <spacer name="verticalSpacer"> |
288 <spacer name="verticalSpacer"> |
183 <property name="orientation"> |
289 <property name="orientation"> |
184 <enum>Qt::Vertical</enum> |
290 <enum>Qt::Vertical</enum> |
185 </property> |
291 </property> |
186 <property name="sizeHint" stdset="0"> |
292 <property name="sizeHint" stdset="0"> |
187 <size> |
293 <size> |
188 <width>20</width> |
294 <width>20</width> |
189 <height>312</height> |
295 <height>40</height> |
190 </size> |
296 </size> |
191 </property> |
297 </property> |
192 </spacer> |
298 </spacer> |
193 </item> |
299 </item> |
194 </layout> |
300 </layout> |
282 </property> |
388 </property> |
283 <widget class="QWidget" name="scrollAreaWidgetContents"> |
389 <widget class="QWidget" name="scrollAreaWidgetContents"> |
284 <property name="geometry"> |
390 <property name="geometry"> |
285 <rect> |
391 <rect> |
286 <x>0</x> |
392 <x>0</x> |
287 <y>-266</y> |
393 <y>0</y> |
288 <width>339</width> |
394 <width>344</width> |
289 <height>670</height> |
395 <height>840</height> |
290 </rect> |
396 </rect> |
291 </property> |
397 </property> |
292 <layout class="QFormLayout" name="formLayout"> |
398 <layout class="QFormLayout" name="formLayout"> |
293 <property name="labelAlignment"> |
399 <property name="labelAlignment"> |
294 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
400 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
1010 <customwidgets> |
1116 <customwidgets> |
1011 <customwidget> |
1117 <customwidget> |
1012 <class>E5ClearableLineEdit</class> |
1118 <class>E5ClearableLineEdit</class> |
1013 <extends>QLineEdit</extends> |
1119 <extends>QLineEdit</extends> |
1014 <header>E5Gui/E5LineEdit.h</header> |
1120 <header>E5Gui/E5LineEdit.h</header> |
|
1121 </customwidget> |
|
1122 <customwidget> |
|
1123 <class>E5ClearableComboBox</class> |
|
1124 <extends>QComboBox</extends> |
|
1125 <header>E5Gui/E5ComboBox.h</header> |
1015 </customwidget> |
1126 </customwidget> |
1016 </customwidgets> |
1127 </customwidgets> |
1017 <tabstops> |
1128 <tabstops> |
1018 <tabstop>brokerComboBox</tabstop> |
1129 <tabstop>brokerComboBox</tabstop> |
1019 <tabstop>connectButton</tabstop> |
1130 <tabstop>connectButton</tabstop> |