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:
parent
d177fd3050
commit
5cb47c3de8
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user