diff options
Diffstat (limited to 'Swift/QtUI/QtJoinMUCWindow.ui')
-rw-r--r-- | Swift/QtUI/QtJoinMUCWindow.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Swift/QtUI/QtJoinMUCWindow.ui b/Swift/QtUI/QtJoinMUCWindow.ui index 74fe513..4c4935a 100644 --- a/Swift/QtUI/QtJoinMUCWindow.ui +++ b/Swift/QtUI/QtJoinMUCWindow.ui @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QtJoinMUCWindow</class> <widget class="QWidget" name="QtJoinMUCWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>410</width> - <height>212</height> + <height>224</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> @@ -47,18 +47,28 @@ <widget class="QLineEdit" name="nickName"/> </item> <item row="0" column="1"> <widget class="QLineEdit" name="room"> <property name="text"> <string/> </property> </widget> </item> + <item row="2" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Password:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="password"/> + </item> </layout> </item> <item> <widget class="QCheckBox" name="instantRoom"> <property name="text"> <string>Automatically configure newly created rooms</string> </property> </widget> </item> |