|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>506</width>
|
10 |
| - <height>578</height> |
| 10 | + <height>596</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
68 | 68 | <layout class="QHBoxLayout" name="horizontalLayout">
|
69 | 69 | <item>
|
70 | 70 | <widget class="QSpinBox" name="tcpportSpinbox">
|
71 |
| - <property name="maximum"> |
72 |
| - <number>65535</number> |
73 |
| - </property> |
74 | 71 | <property name="accessibleName">
|
75 | 72 | <string>TCP Port (Default: 10333)</string>
|
76 | 73 | </property>
|
| 74 | + <property name="maximum"> |
| 75 | + <number>65535</number> |
| 76 | + </property> |
77 | 77 | </widget>
|
78 | 78 | </item>
|
79 | 79 | <item>
|
|
99 | 99 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
100 | 100 | <item>
|
101 | 101 | <widget class="QSpinBox" name="udpportSpinbox">
|
102 |
| - <property name="maximum"> |
103 |
| - <number>65535</number> |
104 |
| - </property> |
105 | 102 | <property name="accessibleName">
|
106 | 103 | <string>UDP Port (Default: 10333)</string>
|
107 | 104 | </property>
|
| 105 | + <property name="maximum"> |
| 106 | + <number>65535</number> |
| 107 | + </property> |
108 | 108 | </widget>
|
109 | 109 | </item>
|
110 | 110 | <item>
|
|
138 | 138 | <item>
|
139 | 139 | <spacer name="horizontalSpacer_5">
|
140 | 140 | <property name="orientation">
|
141 |
| - <enum>Qt::Horizontal</enum> |
| 141 | + <enum>Qt::Orientation::Horizontal</enum> |
142 | 142 | </property>
|
143 | 143 | <property name="sizeHint" stdset="0">
|
144 | 144 | <size>
|
|
194 | 194 | <item>
|
195 | 195 | <widget class="QLineEdit" name="passwordEdit">
|
196 | 196 | <property name="echoMode">
|
197 |
| - <enum>QLineEdit::Password</enum> |
| 197 | + <enum>QLineEdit::EchoMode::Password</enum> |
198 | 198 | </property>
|
199 | 199 | </widget>
|
200 | 200 | </item>
|
|
235 | 235 | <item row="0" column="0">
|
236 | 236 | <widget class="QCheckBox" name="lastChanChkBox">
|
237 | 237 | <property name="text">
|
238 |
| - <string>Latest Joined Channel</string> |
| 238 | + <string>Last Joined Channel</string> |
239 | 239 | </property>
|
240 | 240 | </widget>
|
241 | 241 | </item>
|
|
267 | 267 | <item>
|
268 | 268 | <widget class="QLineEdit" name="chanpasswdEdit">
|
269 | 269 | <property name="echoMode">
|
270 |
| - <enum>QLineEdit::Password</enum> |
| 270 | + <enum>QLineEdit::EchoMode::Password</enum> |
271 | 271 | </property>
|
272 | 272 | </widget>
|
273 | 273 | </item>
|
|
286 | 286 | </layout>
|
287 | 287 | </widget>
|
288 | 288 | </item>
|
289 |
| - <item alignment="Qt::AlignRight"> |
| 289 | + <item alignment="Qt::AlignmentFlag::AlignRight"> |
290 | 290 | <widget class="QCheckBox" name="connectSrvBox">
|
291 | 291 | <property name="text">
|
292 | 292 | <string>&Connect to Server on exit</string>
|
|
296 | 296 | <item>
|
297 | 297 | <spacer name="verticalSpacer">
|
298 | 298 | <property name="orientation">
|
299 |
| - <enum>Qt::Vertical</enum> |
| 299 | + <enum>Qt::Orientation::Vertical</enum> |
300 | 300 | </property>
|
301 | 301 | <property name="sizeHint" stdset="0">
|
302 | 302 | <size>
|
|
309 | 309 | <item>
|
310 | 310 | <widget class="QDialogButtonBox" name="buttonBox">
|
311 | 311 | <property name="orientation">
|
312 |
| - <enum>Qt::Horizontal</enum> |
| 312 | + <enum>Qt::Orientation::Horizontal</enum> |
313 | 313 | </property>
|
314 | 314 | <property name="standardButtons">
|
315 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 315 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
316 | 316 | </property>
|
317 | 317 | </widget>
|
318 | 318 | </item>
|
|
0 commit comments