|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MqttPage</class> |
|
4 <widget class="QWidget" name="MqttPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>316</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure MQTT Monitor</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line15"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox_5"> |
|
36 <property name="title"> |
|
37 <string>Default MQTT Protocol</string> |
|
38 </property> |
|
39 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
40 <item> |
|
41 <widget class="QRadioButton" name="mqttv31Button"> |
|
42 <property name="toolTip"> |
|
43 <string>Select to use the MQTT 3.1 protocol</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>v 3.1</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QRadioButton" name="mqttv311Button"> |
|
52 <property name="toolTip"> |
|
53 <string>Select to use the MQTT 3.1.1 protocol</string> |
|
54 </property> |
|
55 <property name="text"> |
|
56 <string>v 3.1.1</string> |
|
57 </property> |
|
58 <property name="checked"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <widget class="QRadioButton" name="mqttv5Button"> |
|
65 <property name="toolTip"> |
|
66 <string>Select to use the MQTT 5.0 protocol</string> |
|
67 </property> |
|
68 <property name="text"> |
|
69 <string>v 5.0</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 </layout> |
|
74 </widget> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QGroupBox" name="groupBox_7"> |
|
78 <property name="title"> |
|
79 <string>Recent Brokers</string> |
|
80 </property> |
|
81 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
82 <item> |
|
83 <widget class="QLabel" name="label"> |
|
84 <property name="text"> |
|
85 <string>Number of recent brokers:</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="QSpinBox" name="recentBrokersSpinBox"> |
|
91 <property name="toolTip"> |
|
92 <string>Enter the number of recent brokers to remember</string> |
|
93 </property> |
|
94 <property name="alignment"> |
|
95 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
96 </property> |
|
97 <property name="minimum"> |
|
98 <number>5</number> |
|
99 </property> |
|
100 <property name="maximum"> |
|
101 <number>50</number> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item> |
|
106 <spacer> |
|
107 <property name="orientation"> |
|
108 <enum>Qt::Horizontal</enum> |
|
109 </property> |
|
110 <property name="sizeHint" stdset="0"> |
|
111 <size> |
|
112 <width>138</width> |
|
113 <height>20</height> |
|
114 </size> |
|
115 </property> |
|
116 </spacer> |
|
117 </item> |
|
118 </layout> |
|
119 </widget> |
|
120 </item> |
|
121 <item> |
|
122 <widget class="QGroupBox" name="groupBox_8"> |
|
123 <property name="title"> |
|
124 <string>Recent Topics</string> |
|
125 </property> |
|
126 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
127 <item> |
|
128 <widget class="QLabel" name="label_2"> |
|
129 <property name="text"> |
|
130 <string>Number of recent topics:</string> |
|
131 </property> |
|
132 </widget> |
|
133 </item> |
|
134 <item> |
|
135 <widget class="QSpinBox" name="recentTopicsSpinBox"> |
|
136 <property name="toolTip"> |
|
137 <string>Enter the number of recent topics to remember</string> |
|
138 </property> |
|
139 <property name="alignment"> |
|
140 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
141 </property> |
|
142 <property name="minimum"> |
|
143 <number>5</number> |
|
144 </property> |
|
145 <property name="maximum"> |
|
146 <number>50</number> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <spacer> |
|
152 <property name="orientation"> |
|
153 <enum>Qt::Horizontal</enum> |
|
154 </property> |
|
155 <property name="sizeHint" stdset="0"> |
|
156 <size> |
|
157 <width>40</width> |
|
158 <height>20</height> |
|
159 </size> |
|
160 </property> |
|
161 </spacer> |
|
162 </item> |
|
163 </layout> |
|
164 </widget> |
|
165 </item> |
|
166 <item> |
|
167 <spacer name="verticalSpacer"> |
|
168 <property name="orientation"> |
|
169 <enum>Qt::Vertical</enum> |
|
170 </property> |
|
171 <property name="sizeHint" stdset="0"> |
|
172 <size> |
|
173 <width>20</width> |
|
174 <height>31</height> |
|
175 </size> |
|
176 </property> |
|
177 </spacer> |
|
178 </item> |
|
179 </layout> |
|
180 </widget> |
|
181 <tabstops> |
|
182 <tabstop>mqttv31Button</tabstop> |
|
183 <tabstop>mqttv311Button</tabstop> |
|
184 <tabstop>mqttv5Button</tabstop> |
|
185 <tabstop>recentBrokersSpinBox</tabstop> |
|
186 <tabstop>recentTopicsSpinBox</tabstop> |
|
187 </tabstops> |
|
188 <resources/> |
|
189 <connections/> |
|
190 </ui> |