[PATCH 3/8]: wpa_gui-qt4: change tab stop order of WEP widgets

Kel Modderman kel at otaku42.de
Wed Jan 23 06:40:02 EST 2008


This makes tab go from an activated wep key radio button into the corresponding
wep key input field.

Signed-off-by: Kel Modderman <kel at otaku42.de>
---
--- a/wpa_supplicant/wpa_gui-qt4/networkconfig.ui
+++ b/wpa_supplicant/wpa_gui-qt4/networkconfig.ui
@@ -354,12 +354,12 @@
   <tabstop>passwordEdit</tabstop>
   <tabstop>cacertEdit</tabstop>
   <tabstop>wep0Radio</tabstop>
-  <tabstop>wep1Radio</tabstop>
-  <tabstop>wep2Radio</tabstop>
-  <tabstop>wep3Radio</tabstop>
   <tabstop>wep0Edit</tabstop>
+  <tabstop>wep1Radio</tabstop>
   <tabstop>wep1Edit</tabstop>
+  <tabstop>wep2Radio</tabstop>
   <tabstop>wep2Edit</tabstop>
+  <tabstop>wep3Radio</tabstop>
   <tabstop>wep3Edit</tabstop>
   <tabstop>addButton</tabstop>
   <tabstop>removeButton</tabstop>
---


More information about the HostAP mailing list