MqttMonitor/MqttMonitorWidget.ui

changeset 4
991db89bda9c
parent 3
82845c0fd550
child 5
7162c838cfc9
equal deleted inserted replaced
3:82845c0fd550 4:991db89bda9c
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>300</height> 10 <height>600</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">
75 </item> 75 </item>
76 </layout> 76 </layout>
77 </widget> 77 </widget>
78 </item> 78 </item>
79 <item> 79 <item>
80 <spacer name="verticalSpacer"> 80 <widget class="QTabWidget" name="brokerWidget">
81 <property name="orientation"> 81 <property name="currentIndex">
82 <enum>Qt::Vertical</enum> 82 <number>0</number>
83 </property> 83 </property>
84 <property name="sizeHint" stdset="0"> 84 <widget class="QWidget" name="pubSubTab">
85 <size> 85 <attribute name="title">
86 <width>20</width> 86 <string>Pub/Sub</string>
87 <height>251</height> 87 </attribute>
88 </size> 88 <layout class="QVBoxLayout" name="verticalLayout_2">
89 </property> 89 <item>
90 </spacer> 90 <widget class="QGroupBox" name="subscribeGroup">
91 <property name="enabled">
92 <bool>false</bool>
93 </property>
94 <property name="title">
95 <string>Subscribe</string>
96 </property>
97 <layout class="QHBoxLayout" name="horizontalLayout_2">
98 <item>
99 <widget class="QLabel" name="label">
100 <property name="text">
101 <string>Topic:</string>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="E5ClearableLineEdit" name="subscribeTopicEdit">
107 <property name="toolTip">
108 <string>Enter the topic</string>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="QLabel" name="label_3">
114 <property name="text">
115 <string>QoS:</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <widget class="QSpinBox" name="subscribeQosSpinBox">
121 <property name="toolTip">
122 <string>Enter the desired QoS value</string>
123 </property>
124 <property name="alignment">
125 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
126 </property>
127 <property name="maximum">
128 <number>2</number>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QToolButton" name="subscribeButton">
134 <property name="toolTip">
135 <string>Press to subscribe to the given topic</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 </item>
142 <item>
143 <widget class="QGroupBox" name="unsubscribeGroup">
144 <property name="enabled">
145 <bool>false</bool>
146 </property>
147 <property name="title">
148 <string>Unsubscribe</string>
149 </property>
150 <layout class="QHBoxLayout" name="horizontalLayout_3">
151 <item>
152 <widget class="QLabel" name="label_4">
153 <property name="text">
154 <string>Topic:</string>
155 </property>
156 </widget>
157 </item>
158 <item>
159 <widget class="QComboBox" name="unsubscribeTopicComboBox">
160 <property name="sizePolicy">
161 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
162 <horstretch>0</horstretch>
163 <verstretch>0</verstretch>
164 </sizepolicy>
165 </property>
166 <property name="toolTip">
167 <string>Select the topic to unsubscribe</string>
168 </property>
169 </widget>
170 </item>
171 <item>
172 <widget class="QToolButton" name="unsubscribeButton">
173 <property name="toolTip">
174 <string>Press to unsubscribe the selected topic</string>
175 </property>
176 </widget>
177 </item>
178 </layout>
179 </widget>
180 </item>
181 <item>
182 <spacer name="verticalSpacer">
183 <property name="orientation">
184 <enum>Qt::Vertical</enum>
185 </property>
186 <property name="sizeHint" stdset="0">
187 <size>
188 <width>20</width>
189 <height>312</height>
190 </size>
191 </property>
192 </spacer>
193 </item>
194 </layout>
195 </widget>
196 <widget class="QWidget" name="messagesTab">
197 <attribute name="title">
198 <string>Messages</string>
199 </attribute>
200 </widget>
201 <widget class="QWidget" name="statusTab">
202 <attribute name="title">
203 <string>Status</string>
204 </attribute>
205 </widget>
206 </widget>
91 </item> 207 </item>
92 </layout> 208 </layout>
93 </widget> 209 </widget>
210 <customwidgets>
211 <customwidget>
212 <class>E5ClearableLineEdit</class>
213 <extends>QLineEdit</extends>
214 <header>E5Gui/E5LineEdit.h</header>
215 </customwidget>
216 </customwidgets>
217 <tabstops>
218 <tabstop>brokerComboBox</tabstop>
219 <tabstop>connectButton</tabstop>
220 <tabstop>brokerWidget</tabstop>
221 <tabstop>subscribeTopicEdit</tabstop>
222 <tabstop>subscribeQosSpinBox</tabstop>
223 <tabstop>subscribeButton</tabstop>
224 <tabstop>unsubscribeTopicComboBox</tabstop>
225 <tabstop>unsubscribeButton</tabstop>
226 </tabstops>
94 <resources/> 227 <resources/>
95 <connections/> 228 <connections/>
96 </ui> 229 </ui>

eric ide

mercurial