diff options
author | Rodrigo Severo <rodrigo@fabricadeideias.com> | 2014-01-14 20:54:29 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-15 06:29:34 +0700 |
commit | 69d82acf9faccb016317b576e7e86efdd5c46f3f (patch) | |
tree | bcabcfe57fcd03df86e4d0a7090dbe885eadac31 /qt-ui/divelogimportdialog.ui | |
parent | 7d741a0022a82cc68a484a9e050eff686ff8bc03 (diff) | |
download | subsurface-69d82acf9faccb016317b576e7e86efdd5c46f3f.tar.gz |
Defining a logical tab order for Import CSV Dive Log Files widgets
Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.ui')
-rw-r--r-- | qt-ui/divelogimportdialog.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.ui b/qt-ui/divelogimportdialog.ui index 36f62de54..8be041aab 100644 --- a/qt-ui/divelogimportdialog.ui +++ b/qt-ui/divelogimportdialog.ui @@ -290,6 +290,22 @@ </item> </layout> </widget> + <tabstops> + <tabstop>tabWidget</tabstop> + <tabstop>CSVTime</tabstop> + <tabstop>CSVDepth</tabstop> + <tabstop>temperatureCheckBox</tabstop> + <tabstop>CSVTemperature</tabstop> + <tabstop>po2CheckBox</tabstop> + <tabstop>CSVpo2</tabstop> + <tabstop>cnsCheckBox</tabstop> + <tabstop>CSVcns</tabstop> + <tabstop>stopdepthCheckBox</tabstop> + <tabstop>CSVstopdepth</tabstop> + <tabstop>CSVSeparator</tabstop> + <tabstop>knownImports</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> |