diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-10 13:12:42 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-10 13:12:42 -0700 |
commit | 52c7b6d93458050256410d79863e35afe7fa9507 (patch) | |
tree | 35e60b7263a9b72b9705641c9af2908317f841ff /qt-ui/diveplanner.ui | |
parent | 486ff0990f53b4a4420c51dcaa07cd94c4725428 (diff) | |
download | subsurface-52c7b6d93458050256410d79863e35afe7fa9507.tar.gz |
Planner: fix the tab order
I know this is being redone, but the messed up tab order was driving me
insane when testing.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index e8db4336a..a26e20d34 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -252,6 +252,22 @@ <container>1</container> </customwidget> </customwidgets> + <tabstops> + <tabstop>startTime</tabstop> + <tabstop>ATMPressure</tabstop> + <tabstop>bottomSAC</tabstop> + <tabstop>decoStopSAC</tabstop> + <tabstop>gflow</tabstop> + <tabstop>gfhigh</tabstop> + <tabstop>lastStop</tabstop> + <tabstop>display_runtime</tabstop> + <tabstop>display_transitions</tabstop> + <tabstop>verbatim_plan</tabstop> + <tabstop>display_duration</tabstop> + <tabstop>printPlan</tabstop> + <tabstop>buttonBox</tabstop> + <tabstop>scrollArea</tabstop> + </tabstops> <resources/> <connections/> </ui> |