MqttMonitor/MqttConnectionOptionsDialog.ui

branch
connection_profiles
changeset 25
01d44a4decf5
parent 20
3737a78bb6c5
child 31
40582e448c4b
equal deleted inserted replaced
24:b4e18aadc311 25:01d44a4decf5
14 <string>MQTT Connection Options</string> 14 <string>MQTT Connection Options</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="groupBox"> 21 <widget class="QGroupBox" name="groupBox">
22 <property name="title"> 22 <property name="title">
23 <string>General</string> 23 <string>General</string>
24 </property> 24 </property>
204 </item> 204 </item>
205 </layout> 205 </layout>
206 </widget> 206 </widget>
207 </item> 207 </item>
208 <item> 208 <item>
209 <widget class="QGroupBox" name="groupBox_4">
210 <property name="title">
211 <string>SSL/TLS</string>
212 </property>
213 <layout class="QGridLayout" name="gridLayout_4">
214 <item row="0" column="0" colspan="2">
215 <widget class="QCheckBox" name="tlsEnableCheckBox">
216 <property name="toolTip">
217 <string>Select to enable SSL/TLS connections</string>
218 </property>
219 <property name="text">
220 <string>SSL/TLS Enabled</string>
221 </property>
222 </widget>
223 </item>
224 <item row="1" column="0">
225 <widget class="QLabel" name="label_8">
226 <property name="text">
227 <string>CA File:</string>
228 </property>
229 </widget>
230 </item>
231 <item row="1" column="1">
232 <widget class="E5PathPicker" name="tlsCertsFilePicker" native="true">
233 <property name="enabled">
234 <bool>false</bool>
235 </property>
236 <property name="sizePolicy">
237 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
238 <horstretch>0</horstretch>
239 <verstretch>0</verstretch>
240 </sizepolicy>
241 </property>
242 <property name="focusPolicy">
243 <enum>Qt::StrongFocus</enum>
244 </property>
245 <property name="toolTip">
246 <string>Enter the full path to the CA certificate file; leave empty to use platform default</string>
247 </property>
248 </widget>
249 </item>
250 </layout>
251 </widget>
252 </item>
253 <item>
209 <widget class="QDialogButtonBox" name="buttonBox"> 254 <widget class="QDialogButtonBox" name="buttonBox">
210 <property name="orientation"> 255 <property name="orientation">
211 <enum>Qt::Horizontal</enum> 256 <enum>Qt::Horizontal</enum>
212 </property> 257 </property>
213 <property name="standardButtons"> 258 <property name="standardButtons">
220 <customwidgets> 265 <customwidgets>
221 <customwidget> 266 <customwidget>
222 <class>E5ClearableLineEdit</class> 267 <class>E5ClearableLineEdit</class>
223 <extends>QLineEdit</extends> 268 <extends>QLineEdit</extends>
224 <header>E5Gui/E5LineEdit.h</header> 269 <header>E5Gui/E5LineEdit.h</header>
270 </customwidget>
271 <customwidget>
272 <class>E5PathPicker</class>
273 <extends>QWidget</extends>
274 <header>E5Gui/E5PathPicker.h</header>
275 <container>1</container>
225 </customwidget> 276 </customwidget>
226 </customwidgets> 277 </customwidgets>
227 <tabstops> 278 <tabstops>
228 <tabstop>clientIdEdit</tabstop> 279 <tabstop>clientIdEdit</tabstop>
229 <tabstop>generateIdButton</tabstop> 280 <tabstop>generateIdButton</tabstop>
243 <signal>accepted()</signal> 294 <signal>accepted()</signal>
244 <receiver>MqttConnectionOptionsDialog</receiver> 295 <receiver>MqttConnectionOptionsDialog</receiver>
245 <slot>accept()</slot> 296 <slot>accept()</slot>
246 <hints> 297 <hints>
247 <hint type="sourcelabel"> 298 <hint type="sourcelabel">
248 <x>248</x> 299 <x>257</x>
249 <y>254</y> 300 <y>590</y>
250 </hint> 301 </hint>
251 <hint type="destinationlabel"> 302 <hint type="destinationlabel">
252 <x>157</x> 303 <x>157</x>
253 <y>274</y> 304 <y>274</y>
254 </hint> 305 </hint>
259 <signal>rejected()</signal> 310 <signal>rejected()</signal>
260 <receiver>MqttConnectionOptionsDialog</receiver> 311 <receiver>MqttConnectionOptionsDialog</receiver>
261 <slot>reject()</slot> 312 <slot>reject()</slot>
262 <hints> 313 <hints>
263 <hint type="sourcelabel"> 314 <hint type="sourcelabel">
264 <x>316</x> 315 <x>325</x>
265 <y>260</y> 316 <y>590</y>
266 </hint> 317 </hint>
267 <hint type="destinationlabel"> 318 <hint type="destinationlabel">
268 <x>286</x> 319 <x>286</x>
269 <y>274</y> 320 <y>274</y>
321 </hint>
322 </hints>
323 </connection>
324 <connection>
325 <sender>tlsEnableCheckBox</sender>
326 <signal>toggled(bool)</signal>
327 <receiver>tlsCertsFilePicker</receiver>
328 <slot>setEnabled(bool)</slot>
329 <hints>
330 <hint type="sourcelabel">
331 <x>82</x>
332 <y>523</y>
333 </hint>
334 <hint type="destinationlabel">
335 <x>92</x>
336 <y>544</y>
270 </hint> 337 </hint>
271 </hints> 338 </hints>
272 </connection> 339 </connection>
273 </connections> 340 </connections>
274 </ui> 341 </ui>

eric ide

mercurial