35 <property name="toolTip"> |
35 <property name="toolTip"> |
36 <string>Enter the ID string for this client</string> |
36 <string>Enter the ID string for this client</string> |
37 </property> |
37 </property> |
38 </widget> |
38 </widget> |
39 </item> |
39 </item> |
|
40 <item row="0" column="2"> |
|
41 <widget class="QPushButton" name="generateIdButton"> |
|
42 <property name="toolTip"> |
|
43 <string>Press to generate a client ID</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>Generate</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
40 <item row="1" column="0"> |
50 <item row="1" column="0"> |
41 <widget class="QLabel" name="label_2"> |
51 <widget class="QLabel" name="label_2"> |
42 <property name="text"> |
52 <property name="text"> |
43 <string>Keep Alive Interval:</string> |
53 <string>Keep Alive Interval:</string> |
44 </property> |
54 </property> |
45 </widget> |
55 </widget> |
46 </item> |
56 </item> |
47 <item row="1" column="1"> |
57 <item row="1" column="1" colspan="2"> |
48 <layout class="QHBoxLayout" name="horizontalLayout"> |
58 <layout class="QHBoxLayout" name="horizontalLayout"> |
49 <item> |
59 <item> |
50 <widget class="QSpinBox" name="keepaliveSpinBox"> |
60 <widget class="QSpinBox" name="keepaliveSpinBox"> |
51 <property name="toolTip"> |
61 <property name="toolTip"> |
52 <string>Enter the keep alive interval in seconds</string> |
62 <string>Enter the keep alive interval in seconds</string> |
133 <item> |
143 <item> |
134 <widget class="QGroupBox" name="groupBox_3"> |
144 <widget class="QGroupBox" name="groupBox_3"> |
135 <property name="title"> |
145 <property name="title"> |
136 <string>Last Will and Testament</string> |
146 <string>Last Will and Testament</string> |
137 </property> |
147 </property> |
138 <layout class="QVBoxLayout" name="verticalLayout"> |
148 <layout class="QGridLayout" name="gridLayout_3"> |
139 <item> |
149 <item row="0" column="0"> |
140 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
141 <item> |
|
142 <spacer name="horizontalSpacer_2"> |
|
143 <property name="orientation"> |
|
144 <enum>Qt::Horizontal</enum> |
|
145 </property> |
|
146 <property name="sizeHint" stdset="0"> |
|
147 <size> |
|
148 <width>40</width> |
|
149 <height>20</height> |
|
150 </size> |
|
151 </property> |
|
152 </spacer> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QLabel" name="label_5"> |
|
156 <property name="text"> |
|
157 <string>QoS:</string> |
|
158 </property> |
|
159 </widget> |
|
160 </item> |
|
161 <item> |
|
162 <widget class="QSpinBox" name="willQosSpinBox"> |
|
163 <property name="toolTip"> |
|
164 <string>Enter the desired QoS value</string> |
|
165 </property> |
|
166 <property name="alignment"> |
|
167 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
168 </property> |
|
169 <property name="maximum"> |
|
170 <number>2</number> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item> |
|
175 <widget class="QCheckBox" name="willRetainCheckBox"> |
|
176 <property name="toolTip"> |
|
177 <string>Select to retain the last will message</string> |
|
178 </property> |
|
179 <property name="text"> |
|
180 <string>Retain</string> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 </layout> |
|
185 </item> |
|
186 <item> |
|
187 <widget class="QLineEdit" name="willTopicEdit"> |
150 <widget class="QLineEdit" name="willTopicEdit"> |
188 <property name="toolTip"> |
151 <property name="toolTip"> |
189 <string>Enter the topic of the last will</string> |
152 <string>Enter the topic of the last will</string> |
190 </property> |
153 </property> |
191 </widget> |
154 </widget> |
192 </item> |
155 </item> |
193 <item> |
156 <item row="0" column="1"> |
|
157 <widget class="QLabel" name="label_5"> |
|
158 <property name="text"> |
|
159 <string>QoS:</string> |
|
160 </property> |
|
161 </widget> |
|
162 </item> |
|
163 <item row="0" column="2"> |
|
164 <widget class="QSpinBox" name="willQosSpinBox"> |
|
165 <property name="toolTip"> |
|
166 <string>Enter the desired QoS value</string> |
|
167 </property> |
|
168 <property name="alignment"> |
|
169 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
170 </property> |
|
171 <property name="maximum"> |
|
172 <number>2</number> |
|
173 </property> |
|
174 </widget> |
|
175 </item> |
|
176 <item row="0" column="3"> |
|
177 <widget class="QCheckBox" name="willRetainCheckBox"> |
|
178 <property name="toolTip"> |
|
179 <string>Select to retain the last will message</string> |
|
180 </property> |
|
181 <property name="text"> |
|
182 <string>Retain</string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="1" column="0" colspan="4"> |
194 <widget class="QPlainTextEdit" name="willMessageEdit"> |
187 <widget class="QPlainTextEdit" name="willMessageEdit"> |
195 <property name="maximumSize"> |
188 <property name="maximumSize"> |
196 <size> |
189 <size> |
197 <width>16777215</width> |
190 <width>16777215</width> |
198 <height>300</height> |
191 <height>300</height> |
225 <header>E5Gui/E5LineEdit.h</header> |
218 <header>E5Gui/E5LineEdit.h</header> |
226 </customwidget> |
219 </customwidget> |
227 </customwidgets> |
220 </customwidgets> |
228 <tabstops> |
221 <tabstops> |
229 <tabstop>clientIdEdit</tabstop> |
222 <tabstop>clientIdEdit</tabstop> |
|
223 <tabstop>generateIdButton</tabstop> |
230 <tabstop>keepaliveSpinBox</tabstop> |
224 <tabstop>keepaliveSpinBox</tabstop> |
231 <tabstop>cleanSessionCheckBox</tabstop> |
225 <tabstop>cleanSessionCheckBox</tabstop> |
232 <tabstop>usernameEdit</tabstop> |
226 <tabstop>usernameEdit</tabstop> |
233 <tabstop>passwordEdit</tabstop> |
227 <tabstop>passwordEdit</tabstop> |
|
228 <tabstop>willTopicEdit</tabstop> |
|
229 <tabstop>willMessageEdit</tabstop> |
234 <tabstop>willQosSpinBox</tabstop> |
230 <tabstop>willQosSpinBox</tabstop> |
235 <tabstop>willRetainCheckBox</tabstop> |
231 <tabstop>willRetainCheckBox</tabstop> |
236 <tabstop>willTopicEdit</tabstop> |
|
237 <tabstop>willMessageEdit</tabstop> |
|
238 </tabstops> |
232 </tabstops> |
239 <resources/> |
233 <resources/> |
240 <connections> |
234 <connections> |
241 <connection> |
235 <connection> |
242 <sender>buttonBox</sender> |
236 <sender>buttonBox</sender> |