79 </property> |
79 </property> |
80 <property name="bottomMargin"> |
80 <property name="bottomMargin"> |
81 <number>0</number> |
81 <number>0</number> |
82 </property> |
82 </property> |
83 <item> |
83 <item> |
84 <widget class="E5ClearableComboBox" name="brokerComboBox"> |
84 <widget class="QComboBox" name="brokerComboBox"> |
85 <property name="sizePolicy"> |
85 <property name="sizePolicy"> |
86 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
86 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
87 <horstretch>0</horstretch> |
87 <horstretch>0</horstretch> |
88 <verstretch>0</verstretch> |
88 <verstretch>0</verstretch> |
89 </sizepolicy> |
89 </sizepolicy> |
142 </widget> |
142 </widget> |
143 </item> |
143 </item> |
144 <item> |
144 <item> |
145 <widget class="QTabWidget" name="brokerWidget"> |
145 <widget class="QTabWidget" name="brokerWidget"> |
146 <property name="currentIndex"> |
146 <property name="currentIndex"> |
147 <number>3</number> |
147 <number>0</number> |
148 </property> |
148 </property> |
149 <widget class="QWidget" name="pubSubTab"> |
149 <widget class="QWidget" name="pubSubTab"> |
150 <attribute name="title"> |
150 <attribute name="title"> |
151 <string>Pub/Sub</string> |
151 <string>Pub/Sub</string> |
152 </attribute> |
152 </attribute> |
166 <string>Topic:</string> |
166 <string>Topic:</string> |
167 </property> |
167 </property> |
168 </widget> |
168 </widget> |
169 </item> |
169 </item> |
170 <item> |
170 <item> |
171 <widget class="E5ClearableLineEdit" name="subscribeTopicEdit"> |
171 <widget class="QLineEdit" name="subscribeTopicEdit"> |
172 <property name="toolTip"> |
172 <property name="toolTip"> |
173 <string>Enter the topic</string> |
173 <string>Enter the topic</string> |
|
174 </property> |
|
175 <property name="clearButtonEnabled"> |
|
176 <bool>true</bool> |
174 </property> |
177 </property> |
175 </widget> |
178 </widget> |
176 </item> |
179 </item> |
177 <item> |
180 <item> |
178 <widget class="QLabel" name="label_3"> |
181 <widget class="QLabel" name="label_3"> |
260 <string>Topic:</string> |
263 <string>Topic:</string> |
261 </property> |
264 </property> |
262 </widget> |
265 </widget> |
263 </item> |
266 </item> |
264 <item> |
267 <item> |
265 <widget class="E5ClearableComboBox" name="publishTopicComboBox"> |
268 <widget class="QComboBox" name="publishTopicComboBox"> |
266 <property name="sizePolicy"> |
269 <property name="sizePolicy"> |
267 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
270 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
268 <horstretch>0</horstretch> |
271 <horstretch>0</horstretch> |
269 <verstretch>0</verstretch> |
272 <verstretch>0</verstretch> |
270 </sizepolicy> |
273 </sizepolicy> |
333 <string>Payload File:</string> |
336 <string>Payload File:</string> |
334 </property> |
337 </property> |
335 </widget> |
338 </widget> |
336 </item> |
339 </item> |
337 <item> |
340 <item> |
338 <widget class="E5PathPicker" name="publishPayloadFilePicker" native="true"> |
341 <widget class="EricPathPicker" name="publishPayloadFilePicker" native="true"> |
339 <property name="sizePolicy"> |
342 <property name="sizePolicy"> |
340 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
343 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
341 <horstretch>0</horstretch> |
344 <horstretch>0</horstretch> |
342 <verstretch>0</verstretch> |
345 <verstretch>0</verstretch> |
343 </sizepolicy> |
346 </sizepolicy> |
418 <attribute name="title"> |
421 <attribute name="title"> |
419 <string>Messages</string> |
422 <string>Messages</string> |
420 </attribute> |
423 </attribute> |
421 <layout class="QVBoxLayout" name="verticalLayout_3"> |
424 <layout class="QVBoxLayout" name="verticalLayout_3"> |
422 <item> |
425 <item> |
423 <widget class="E5TextEditSearchWidget" name="messagesSearchWidget" native="true"> |
426 <widget class="EricTextEditSearchWidget" name="messagesSearchWidget" native="true"> |
424 <property name="focusPolicy"> |
427 <property name="focusPolicy"> |
425 <enum>Qt::WheelFocus</enum> |
428 <enum>Qt::WheelFocus</enum> |
426 </property> |
429 </property> |
427 </widget> |
430 </widget> |
428 </item> |
431 </item> |
1377 </item> |
1380 </item> |
1378 </layout> |
1381 </layout> |
1379 </widget> |
1382 </widget> |
1380 <customwidgets> |
1383 <customwidgets> |
1381 <customwidget> |
1384 <customwidget> |
1382 <class>E5ClearableLineEdit</class> |
1385 <class>EricPathPicker</class> |
1383 <extends>QLineEdit</extends> |
|
1384 <header>E5Gui/E5LineEdit.h</header> |
|
1385 </customwidget> |
|
1386 <customwidget> |
|
1387 <class>E5ClearableComboBox</class> |
|
1388 <extends>QComboBox</extends> |
|
1389 <header>E5Gui/E5ComboBox.h</header> |
|
1390 </customwidget> |
|
1391 <customwidget> |
|
1392 <class>E5PathPicker</class> |
|
1393 <extends>QWidget</extends> |
1386 <extends>QWidget</extends> |
1394 <header>E5Gui/E5PathPicker.h</header> |
1387 <header>EricWidgets/EricPathPicker.h</header> |
1395 <container>1</container> |
1388 <container>1</container> |
1396 </customwidget> |
1389 </customwidget> |
1397 <customwidget> |
1390 <customwidget> |
1398 <class>E5TextEditSearchWidget</class> |
1391 <class>EricTextEditSearchWidget</class> |
1399 <extends>QWidget</extends> |
1392 <extends>QWidget</extends> |
1400 <header>E5Gui/E5TextEditSearchWidget.h</header> |
1393 <header>EricWidgets/EricTextEditSearchWidget.h</header> |
1401 <container>1</container> |
1394 <container>1</container> |
1402 </customwidget> |
1395 </customwidget> |
1403 </customwidgets> |
1396 </customwidgets> |
1404 <tabstops> |
1397 <tabstops> |
1405 <tabstop>modeButton</tabstop> |
1398 <tabstop>modeButton</tabstop> |