diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2013-12-09 19:36:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-09 18:50:33 +0100 |
commit | 5cb47c3de80e7437ab31aed1e176b99ca844da6d (patch) | |
tree | 3203a2249b28c6d61c017a1eb45be3a4845a52c8 /qt-ui/webservices.ui | |
parent | d177fd3050356747fcaad34327a3116a9d8579f5 (diff) | |
download | subsurface-5cb47c3de80e7437ab31aed1e176b99ca844da6d.tar.gz |
Fix tab order for webservices dialog
At least username and password have to follow each other.
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/webservices.ui')
-rw-r--r-- | qt-ui/webservices.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt-ui/webservices.ui b/qt-ui/webservices.ui index 942ff1fa3..04a68412e 100644 --- a/qt-ui/webservices.ui +++ b/qt-ui/webservices.ui @@ -97,6 +97,13 @@ </item> </layout> </widget> + <tabstops> + <tabstop>userID</tabstop> + <tabstop>password</tabstop> + <tabstop>download</tabstop> + <tabstop>upload</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources> <include location="../subsurface.qrc"/> </resources> |