diff options
author | Tobias Markmann <tm@ayena.de> | 2014-10-14 07:21:02 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2014-10-14 07:21:02 (GMT) |
commit | b3195ad73e4399ff431d640f2d12df5914d36221 (patch) | |
tree | 15ebc68262edf10ae678e00ef383aa18f8c5f1f9 | |
parent | da894fc2d49f179e93fee660b235aa960f23d673 (diff) | |
download | swift-contrib-b3195ad73e4399ff431d640f2d12df5914d36221.zip swift-contrib-b3195ad73e4399ff431d640f2d12df5914d36221.tar.bz2 |
Fix tab order of join room dialog.
Test-Information:
Run Swift and verify that tabbing through the join room dialog goes through the
widgets from left to right and from top to buttom.
Change-Id: I8acb0e10860970e758ff66318760dceeda9cfe0b
-rw-r--r-- | Swift/QtUI/QtJoinMUCWindow.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Swift/QtUI/QtJoinMUCWindow.ui b/Swift/QtUI/QtJoinMUCWindow.ui index 9225f6f..f294f8c 100644 --- a/Swift/QtUI/QtJoinMUCWindow.ui +++ b/Swift/QtUI/QtJoinMUCWindow.ui @@ -88,43 +88,45 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </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> </property> </widget> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>room</tabstop> + <tabstop>searchButton</tabstop> <tabstop>nickName</tabstop> + <tabstop>password</tabstop> + <tabstop>instantRoom</tabstop> <tabstop>joinAutomatically</tabstop> <tabstop>joinButton</tabstop> - <tabstop>searchButton</tabstop> </tabstops> <resources/> <connections/> </ui> |