diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-16 22:03:43 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-16 22:03:43 -0400 |
commit | f138006d1ac3fcd32436075c30bad8fda76c04d7 (patch) | |
tree | de694595bb12fafb500391e6d35286c098b9feeb /qt-ui/downloadfromdivecomputer.ui | |
parent | 30dbfc1f570ac95baade002c525c5d1351f58ae3 (diff) | |
parent | a8d33f80b0e8da4acb84028be0da8f33b81de0f9 (diff) | |
download | subsurface-f138006d1ac3fcd32436075c30bad8fda76c04d7.tar.gz |
Merge branch 'deviceProbe' of github.com:danilocesar/subsurface
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.ui')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui index 41f9a4751..72e9c5ea1 100644 --- a/qt-ui/downloadfromdivecomputer.ui +++ b/qt-ui/downloadfromdivecomputer.ui @@ -42,7 +42,11 @@ </widget> </item> <item row="3" column="0" colspan="2"> - <widget class="QLineEdit" name="device"/> + <widget class="QComboBox" name="device"> + <property name="editable"> + <bool>true</bool> + </property> + </widget> </item> <item row="3" column="2"> <widget class="QToolButton" name="search"> |