[PATCH] Fix tab order for webservices dialog

Sergey Starosek sergey.starosek at gmail.com
Mon Dec 9 09:36:37 UTC 2013


At least username and password have to follow each other.

Signed-off-by: Sergey Starosek <sergey.starosek at gmail.com>
---
 qt-ui/webservices.ui | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/qt-ui/webservices.ui b/qt-ui/webservices.ui
index 942ff1f..04a6841 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>
-- 
1.8.3.2



More information about the subsurface mailing list