33 </widget> |
33 </widget> |
34 </item> |
34 </item> |
35 </layout> |
35 </layout> |
36 </item> |
36 </item> |
37 <item> |
37 <item> |
38 <widget class="QGroupBox" name="groupBox"> |
38 <widget class="QGroupBox" name="brokerGroupBox"> |
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="E5ClearableComboBox" name="brokerComboBox"> |
44 <widget class="QToolButton" name="modeButton"> |
45 <property name="sizePolicy"> |
45 <property name="toolTip"> |
46 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
46 <string>Press to switch the mode between profiles and direct connection</string> |
47 <horstretch>0</horstretch> |
|
48 <verstretch>0</verstretch> |
|
49 </sizepolicy> |
|
50 </property> |
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="0" column="1"> |
|
51 <layout class="QHBoxLayout" name="horizontalLayout_15"> |
|
52 <property name="spacing"> |
|
53 <number>0</number> |
|
54 </property> |
|
55 <item> |
|
56 <widget class="QComboBox" name="profileComboBox"> |
|
57 <property name="sizePolicy"> |
|
58 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
59 <horstretch>0</horstretch> |
|
60 <verstretch>0</verstretch> |
|
61 </sizepolicy> |
|
62 </property> |
|
63 <property name="toolTip"> |
|
64 <string>Select the profile to be used to connect to the broker</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QWidget" name="brokerConnectionWidget" native="true"> |
|
70 <layout class="QHBoxLayout" name="horizontalLayout_14"> |
|
71 <property name="leftMargin"> |
|
72 <number>0</number> |
|
73 </property> |
|
74 <property name="topMargin"> |
|
75 <number>0</number> |
|
76 </property> |
|
77 <property name="rightMargin"> |
|
78 <number>0</number> |
|
79 </property> |
|
80 <property name="bottomMargin"> |
|
81 <number>0</number> |
|
82 </property> |
|
83 <item> |
|
84 <widget class="E5ClearableComboBox" name="brokerComboBox"> |
|
85 <property name="sizePolicy"> |
|
86 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
87 <horstretch>0</horstretch> |
|
88 <verstretch>0</verstretch> |
|
89 </sizepolicy> |
|
90 </property> |
|
91 <property name="toolTip"> |
|
92 <string>Enter the host name of the broker</string> |
|
93 </property> |
|
94 <property name="editable"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QComboBox" name="brokerPortComboBox"> |
|
101 <property name="toolTip"> |
|
102 <string>Enter the broker port to connect to</string> |
|
103 </property> |
|
104 <property name="editable"> |
|
105 <bool>true</bool> |
|
106 </property> |
|
107 <property name="sizeAdjustPolicy"> |
|
108 <enum>QComboBox::AdjustToContents</enum> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 </item> |
|
115 </layout> |
|
116 </item> |
|
117 <item row="0" column="2"> |
|
118 <widget class="QToolButton" name="brokerConnectionOptionsButton"> |
51 <property name="toolTip"> |
119 <property name="toolTip"> |
52 <string>Enter the host name of the broker</string> |
120 <string>Press to open a dialog to enter connection options</string> |
53 </property> |
|
54 <property name="editable"> |
|
55 <bool>true</bool> |
|
56 </property> |
121 </property> |
57 </widget> |
122 </widget> |
58 </item> |
123 </item> |
59 <item row="0" column="3"> |
124 <item row="0" column="3"> |
60 <widget class="QToolButton" name="connectButton"> |
125 <widget class="QToolButton" name="connectButton"> |
68 </item> |
133 </item> |
69 <item row="1" column="0" colspan="4"> |
134 <item row="1" column="0" colspan="4"> |
70 <widget class="QLabel" name="brokerStatusLabel"> |
135 <widget class="QLabel" name="brokerStatusLabel"> |
71 <property name="wordWrap"> |
136 <property name="wordWrap"> |
72 <bool>true</bool> |
137 <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> |
|
93 </property> |
138 </property> |
94 </widget> |
139 </widget> |
95 </item> |
140 </item> |
96 </layout> |
141 </layout> |
97 </widget> |
142 </widget> |
1167 <extends>QComboBox</extends> |
1212 <extends>QComboBox</extends> |
1168 <header>E5Gui/E5ComboBox.h</header> |
1213 <header>E5Gui/E5ComboBox.h</header> |
1169 </customwidget> |
1214 </customwidget> |
1170 </customwidgets> |
1215 </customwidgets> |
1171 <tabstops> |
1216 <tabstops> |
|
1217 <tabstop>modeButton</tabstop> |
|
1218 <tabstop>profileComboBox</tabstop> |
1172 <tabstop>brokerComboBox</tabstop> |
1219 <tabstop>brokerComboBox</tabstop> |
1173 <tabstop>brokerPortComboBox</tabstop> |
1220 <tabstop>brokerPortComboBox</tabstop> |
1174 <tabstop>brokerConnectionOptionsButton</tabstop> |
1221 <tabstop>brokerConnectionOptionsButton</tabstop> |
1175 <tabstop>connectButton</tabstop> |
1222 <tabstop>connectButton</tabstop> |
1176 <tabstop>brokerWidget</tabstop> |
1223 <tabstop>brokerWidget</tabstop> |
1178 <tabstop>subscribeQosSpinBox</tabstop> |
1225 <tabstop>subscribeQosSpinBox</tabstop> |
1179 <tabstop>subscribeButton</tabstop> |
1226 <tabstop>subscribeButton</tabstop> |
1180 <tabstop>unsubscribeTopicComboBox</tabstop> |
1227 <tabstop>unsubscribeTopicComboBox</tabstop> |
1181 <tabstop>unsubscribeButton</tabstop> |
1228 <tabstop>unsubscribeButton</tabstop> |
1182 <tabstop>publishTopicComboBox</tabstop> |
1229 <tabstop>publishTopicComboBox</tabstop> |
|
1230 <tabstop>publishPayloadEdit</tabstop> |
1183 <tabstop>publishQosSpinBox</tabstop> |
1231 <tabstop>publishQosSpinBox</tabstop> |
1184 <tabstop>publishRetainCheckBox</tabstop> |
1232 <tabstop>publishRetainCheckBox</tabstop> |
1185 <tabstop>publishPayloadEdit</tabstop> |
1233 <tabstop>publishClearButton</tabstop> |
1186 <tabstop>publishButton</tabstop> |
1234 <tabstop>publishButton</tabstop> |
1187 <tabstop>messagesEdit</tabstop> |
1235 <tabstop>messagesEdit</tabstop> |
1188 <tabstop>messagesClearButton</tabstop> |
1236 <tabstop>messagesClearButton</tabstop> |
1189 <tabstop>brokerStatusButton</tabstop> |
1237 <tabstop>brokerStatusButton</tabstop> |
1190 <tabstop>scrollArea</tabstop> |
1238 <tabstop>scrollArea</tabstop> |