206 </layout> |
206 </layout> |
207 </item> |
207 </item> |
208 <item> |
208 <item> |
209 <widget class="QTabWidget" name="profileTabWidget"> |
209 <widget class="QTabWidget" name="profileTabWidget"> |
210 <property name="currentIndex"> |
210 <property name="currentIndex"> |
211 <number>0</number> |
211 <number>3</number> |
212 </property> |
212 </property> |
213 <widget class="QWidget" name="generalTab"> |
213 <widget class="QWidget" name="generalTab"> |
214 <attribute name="title"> |
214 <attribute name="title"> |
215 <string>General</string> |
215 <string>General</string> |
216 </attribute> |
216 </attribute> |
217 <layout class="QGridLayout" name="gridLayout_2"> |
217 <layout class="QGridLayout" name="gridLayout_2"> |
218 <item row="0" column="0"> |
218 <item row="0" column="0"> |
|
219 <widget class="QLabel" name="label_12"> |
|
220 <property name="text"> |
|
221 <string>Connection Timeout:</string> |
|
222 </property> |
|
223 </widget> |
|
224 </item> |
|
225 <item row="0" column="1"> |
|
226 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
227 <item> |
|
228 <widget class="QSpinBox" name="connectionTimeoutSpinBox"> |
|
229 <property name="toolTip"> |
|
230 <string>Enter the connection timeout in seconds</string> |
|
231 </property> |
|
232 <property name="alignment"> |
|
233 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
234 </property> |
|
235 <property name="suffix"> |
|
236 <string> s</string> |
|
237 </property> |
|
238 <property name="maximum"> |
|
239 <number>300</number> |
|
240 </property> |
|
241 <property name="singleStep"> |
|
242 <number>5</number> |
|
243 </property> |
|
244 <property name="value"> |
|
245 <number>15</number> |
|
246 </property> |
|
247 </widget> |
|
248 </item> |
|
249 <item> |
|
250 <spacer name="horizontalSpacer_6"> |
|
251 <property name="orientation"> |
|
252 <enum>Qt::Horizontal</enum> |
|
253 </property> |
|
254 <property name="sizeHint" stdset="0"> |
|
255 <size> |
|
256 <width>148</width> |
|
257 <height>20</height> |
|
258 </size> |
|
259 </property> |
|
260 </spacer> |
|
261 </item> |
|
262 </layout> |
|
263 </item> |
|
264 <item row="1" column="0"> |
219 <widget class="QLabel" name="label_5"> |
265 <widget class="QLabel" name="label_5"> |
220 <property name="text"> |
266 <property name="text"> |
221 <string>Keep Alive Interval:</string> |
267 <string>Keep Alive Interval:</string> |
222 </property> |
268 </property> |
223 </widget> |
269 </widget> |
224 </item> |
270 </item> |
225 <item row="0" column="1"> |
271 <item row="1" column="1"> |
226 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
272 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
227 <item> |
273 <item> |
228 <widget class="QSpinBox" name="keepaliveSpinBox"> |
274 <widget class="QSpinBox" name="keepaliveSpinBox"> |
229 <property name="toolTip"> |
275 <property name="toolTip"> |
230 <string>Enter the keep alive interval in seconds</string> |
276 <string>Enter the keep alive interval in seconds</string> |
259 </property> |
305 </property> |
260 </spacer> |
306 </spacer> |
261 </item> |
307 </item> |
262 </layout> |
308 </layout> |
263 </item> |
309 </item> |
264 <item row="1" column="0" colspan="2"> |
310 <item row="2" column="0" colspan="2"> |
265 <widget class="QCheckBox" name="cleanSessionCheckBox"> |
311 <widget class="QCheckBox" name="cleanSessionCheckBox"> |
266 <property name="toolTip"> |
312 <property name="toolTip"> |
267 <string>Select to start with a clean session</string> |
313 <string>Select to start with a clean session</string> |
268 </property> |
314 </property> |
269 <property name="text"> |
315 <property name="text"> |
270 <string>Clean Session</string> |
316 <string>Clean Session</string> |
271 </property> |
317 </property> |
272 </widget> |
318 </widget> |
273 </item> |
319 </item> |
274 <item row="2" column="1"> |
320 <item row="3" column="1"> |
275 <spacer name="verticalSpacer"> |
321 <spacer name="verticalSpacer"> |
276 <property name="orientation"> |
322 <property name="orientation"> |
277 <enum>Qt::Vertical</enum> |
323 <enum>Qt::Vertical</enum> |
278 </property> |
324 </property> |
279 <property name="sizeHint" stdset="0"> |
325 <property name="sizeHint" stdset="0"> |
671 <tabstop>brokerAddressEdit</tabstop> |
717 <tabstop>brokerAddressEdit</tabstop> |
672 <tabstop>brokerPortSpinBox</tabstop> |
718 <tabstop>brokerPortSpinBox</tabstop> |
673 <tabstop>clientIdEdit</tabstop> |
719 <tabstop>clientIdEdit</tabstop> |
674 <tabstop>generateIdButton</tabstop> |
720 <tabstop>generateIdButton</tabstop> |
675 <tabstop>profileTabWidget</tabstop> |
721 <tabstop>profileTabWidget</tabstop> |
|
722 <tabstop>connectionTimeoutSpinBox</tabstop> |
676 <tabstop>keepaliveSpinBox</tabstop> |
723 <tabstop>keepaliveSpinBox</tabstop> |
677 <tabstop>cleanSessionCheckBox</tabstop> |
724 <tabstop>cleanSessionCheckBox</tabstop> |
678 <tabstop>usernameEdit</tabstop> |
725 <tabstop>usernameEdit</tabstop> |
679 <tabstop>passwordEdit</tabstop> |
726 <tabstop>passwordEdit</tabstop> |
680 <tabstop>willTopicEdit</tabstop> |
727 <tabstop>willTopicEdit</tabstop> |