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>
This commit is contained in:
Sergey Starosek 2013-12-09 19:36:37 +02:00 committed by Dirk Hohndel
parent d177fd3050
commit 5cb47c3de8

View file

@ -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>