39 <property name="title"> |
39 <property name="title"> |
40 <string>Broker</string> |
40 <string>Broker</string> |
41 </property> |
41 </property> |
42 <layout class="QGridLayout" name="gridLayout"> |
42 <layout class="QGridLayout" name="gridLayout"> |
43 <item row="0" column="0"> |
43 <item row="0" column="0"> |
44 <widget class="QComboBox" name="brokerComboBox"> |
44 <widget class="E5ClearableComboBox" name="brokerComboBox"> |
45 <property name="sizePolicy"> |
45 <property name="sizePolicy"> |
46 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
46 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
47 <horstretch>0</horstretch> |
47 <horstretch>0</horstretch> |
48 <verstretch>0</verstretch> |
48 <verstretch>0</verstretch> |
49 </sizepolicy> |
49 </sizepolicy> |
54 <property name="editable"> |
54 <property name="editable"> |
55 <bool>true</bool> |
55 <bool>true</bool> |
56 </property> |
56 </property> |
57 </widget> |
57 </widget> |
58 </item> |
58 </item> |
59 <item row="0" column="1"> |
59 <item row="0" column="3"> |
60 <widget class="QToolButton" name="connectButton"> |
60 <widget class="QToolButton" name="connectButton"> |
61 <property name="toolTip"> |
61 <property name="toolTip"> |
62 <string>Press to connect to/disconnect from the broker</string> |
62 <string>Press to connect to/disconnect from the broker</string> |
63 </property> |
63 </property> |
64 <property name="text"> |
64 <property name="text"> |
65 <string/> |
65 <string/> |
66 </property> |
66 </property> |
67 </widget> |
67 </widget> |
68 </item> |
68 </item> |
69 <item row="1" column="0" colspan="2"> |
69 <item row="1" column="0" colspan="4"> |
70 <widget class="QLabel" name="brokerStatusLabel"> |
70 <widget class="QLabel" name="brokerStatusLabel"> |
71 <property name="wordWrap"> |
71 <property name="wordWrap"> |
72 <bool>true</bool> |
72 <bool>true</bool> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="0" column="1"> |
|
77 <widget class="QComboBox" name="brokerPortComboBox"> |
|
78 <property name="toolTip"> |
|
79 <string>Enter the broker port to connect to</string> |
|
80 </property> |
|
81 <property name="editable"> |
|
82 <bool>true</bool> |
|
83 </property> |
|
84 <property name="sizeAdjustPolicy"> |
|
85 <enum>QComboBox::AdjustToContents</enum> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="0" column="2"> |
|
90 <widget class="QToolButton" name="brokerConnectionOptionsButton"> |
|
91 <property name="toolTip"> |
|
92 <string>Press to open a dialog to enter connection options</string> |
73 </property> |
93 </property> |
74 </widget> |
94 </widget> |
75 </item> |
95 </item> |
76 </layout> |
96 </layout> |
77 </widget> |
97 </widget> |
1125 <header>E5Gui/E5ComboBox.h</header> |
1145 <header>E5Gui/E5ComboBox.h</header> |
1126 </customwidget> |
1146 </customwidget> |
1127 </customwidgets> |
1147 </customwidgets> |
1128 <tabstops> |
1148 <tabstops> |
1129 <tabstop>brokerComboBox</tabstop> |
1149 <tabstop>brokerComboBox</tabstop> |
|
1150 <tabstop>brokerPortComboBox</tabstop> |
|
1151 <tabstop>brokerConnectionOptionsButton</tabstop> |
1130 <tabstop>connectButton</tabstop> |
1152 <tabstop>connectButton</tabstop> |
1131 <tabstop>brokerWidget</tabstop> |
1153 <tabstop>brokerWidget</tabstop> |
1132 <tabstop>subscribeTopicEdit</tabstop> |
1154 <tabstop>subscribeTopicEdit</tabstop> |
1133 <tabstop>subscribeQosSpinBox</tabstop> |
1155 <tabstop>subscribeQosSpinBox</tabstop> |
1134 <tabstop>subscribeButton</tabstop> |
1156 <tabstop>subscribeButton</tabstop> |
1135 <tabstop>unsubscribeTopicComboBox</tabstop> |
1157 <tabstop>unsubscribeTopicComboBox</tabstop> |
1136 <tabstop>unsubscribeButton</tabstop> |
1158 <tabstop>unsubscribeButton</tabstop> |
|
1159 <tabstop>publishTopicComboBox</tabstop> |
|
1160 <tabstop>publishQosSpinBox</tabstop> |
|
1161 <tabstop>publishRetainCheckBox</tabstop> |
|
1162 <tabstop>publishPayloadEdit</tabstop> |
|
1163 <tabstop>publishButton</tabstop> |
|
1164 <tabstop>messagesEdit</tabstop> |
|
1165 <tabstop>pushButton</tabstop> |
|
1166 <tabstop>brokerStatusButton</tabstop> |
|
1167 <tabstop>scrollArea</tabstop> |
1137 </tabstops> |
1168 </tabstops> |
1138 <resources/> |
1169 <resources/> |
1139 <connections> |
1170 <connections> |
1140 <connection> |
1171 <connection> |
1141 <sender>pushButton</sender> |
1172 <sender>pushButton</sender> |