diff options
Diffstat (limited to 'Swift/QtUI/QtJoinMUCWindow.ui')
-rw-r--r-- | Swift/QtUI/QtJoinMUCWindow.ui | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Swift/QtUI/QtJoinMUCWindow.ui b/Swift/QtUI/QtJoinMUCWindow.ui index 9225f6f..96f1d17 100644 --- a/Swift/QtUI/QtJoinMUCWindow.ui +++ b/Swift/QtUI/QtJoinMUCWindow.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QtJoinMUCWindow</class> - <widget class="QWidget" name="QtJoinMUCWindow"> + <widget class="QDialog" name="QtJoinMUCWindow"> <property name="geometry"> <rect> <x>0</x> @@ -101,13 +101,6 @@ </spacer> </item> <item> - <widget class="QCheckBox" name="joinAutomatically"> - <property name="text"> - <string>Enter automatically in future</string> - </property> - </widget> - </item> - <item> <widget class="QPushButton" name="joinButton"> <property name="text"> <string>Enter Room</string> @@ -120,10 +113,11 @@ </widget> <tabstops> <tabstop>room</tabstop> + <tabstop>searchButton</tabstop> <tabstop>nickName</tabstop> - <tabstop>joinAutomatically</tabstop> + <tabstop>password</tabstop> + <tabstop>instantRoom</tabstop> <tabstop>joinButton</tabstop> - <tabstop>searchButton</tabstop> </tabstops> <resources/> <connections/> |