diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-20 21:55:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-20 21:55:56 -0700 |
commit | 246fbd0333c53f55b7ff7e8165b4435163a8f350 (patch) | |
tree | 52a03908c9bf270d41826a0189bade9db80ca265 /qt-ui/downloadfromdivecomputer.ui | |
parent | f4acbb02e489672b6ee56e5bcf37b651039abb77 (diff) | |
download | subsurface-246fbd0333c53f55b7ff7e8165b4435163a8f350.tar.gz |
Implement rudimentary divecomputer download
Small changes to the names of elements the divecomputer download UI and
very simplistic first stab at populating the device_data_t structure.
This is lacking lots of things
- it should remember the last vendor / product used
- it should figure out which device (mount point) to offer
- it needs proper error handling
But it's a step in the right direction.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.ui')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui index 924b886aa..4b46a6e43 100644 --- a/qt-ui/downloadfromdivecomputer.ui +++ b/qt-ui/downloadfromdivecomputer.ui @@ -32,7 +32,7 @@ <widget class="QComboBox" name="vendor"/> </item> <item row="1" column="1" colspan="2"> - <widget class="QComboBox" name="diveComputerName"/> + <widget class="QComboBox" name="product"/> </item> <item row="2" column="0" colspan="3"> <widget class="QLabel" name="label_3"> @@ -42,7 +42,7 @@ </widget> </item> <item row="3" column="0" colspan="2"> - <widget class="QLineEdit" name="mountPoint"/> + <widget class="QLineEdit" name="device"/> </item> <item row="3" column="2"> <widget class="QToolButton" name="search"> |