1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 <widget class=
"QDialog" name=
"joinWin">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dyskinesia: join room
</string>
16 <property name=
"windowIcon">
17 <iconset resource=
"../../icons.qrc">
18 <normaloff>:/icons/mainicon.png
</normaloff>:/icons/mainicon.png
</iconset>
20 <layout class=
"QVBoxLayout" name=
"verticalLayout">
22 <layout class=
"QFormLayout" name=
"formLayout">
23 <item row=
"0" column=
"0">
24 <widget class=
"QLabel" name=
"lbNick">
25 <property name=
"text">
26 <string>&nick:
</string>
28 <property name=
"textInteractionFlags">
29 <set>Qt::NoTextInteraction
</set>
31 <property name=
"buddy">
32 <cstring>leNick
</cstring>
36 <item row=
"0" column=
"1">
37 <widget class=
"QLineEdit" name=
"leNick">
38 <property name=
"enabled">
41 <property name=
"acceptDrops">
44 <property name=
"maxLength">
49 <item row=
"1" column=
"0">
50 <widget class=
"QLabel" name=
"lbHost">
51 <property name=
"text">
52 <string>&host:
</string>
54 <property name=
"textInteractionFlags">
55 <set>Qt::NoTextInteraction
</set>
57 <property name=
"buddy">
58 <cstring>leHost
</cstring>
62 <item row=
"1" column=
"1">
63 <widget class=
"QLineEdit" name=
"leHost">
64 <property name=
"acceptDrops">
67 <property name=
"maxLength">
72 <item row=
"2" column=
"0">
73 <widget class=
"QLabel" name=
"lbRoom">
74 <property name=
"text">
75 <string>&room:
</string>
77 <property name=
"textInteractionFlags">
78 <set>Qt::NoTextInteraction
</set>
80 <property name=
"buddy">
81 <cstring>leRoom
</cstring>
85 <item row=
"2" column=
"1">
86 <widget class=
"QLineEdit" name=
"leRoom">
87 <property name=
"acceptDrops">
90 <property name=
"maxLength">
93 <property name=
"echoMode">
94 <enum>QLineEdit::PasswordEchoOnEdit
</enum>
101 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
103 <spacer name=
"horizontalSpacer">
104 <property name=
"orientation">
105 <enum>Qt::Horizontal
</enum>
107 <property name=
"sizeHint" stdset=
"0">
116 <widget class=
"QPushButton" name=
"btEnter">
117 <property name=
"text">
118 <string>&enter
</string>
120 <property name=
"default">
130 <include location=
"../../icons.qrc"/>