summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-20 21:55:56 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-20 21:55:56 -0700
commit246fbd0333c53f55b7ff7e8165b4435163a8f350 (patch)
tree52a03908c9bf270d41826a0189bade9db80ca265 /qt-ui/downloadfromdivecomputer.ui
parentf4acbb02e489672b6ee56e5bcf37b651039abb77 (diff)
downloadsubsurface-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.ui4
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">