Desktop: add checkbox to show all BT devices

Which right now is of course what we do by default, the goal is to only show
what we think are dive computers, but allow to see all of them if the user
wants to.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-02-10 08:21:27 -08:00
parent 2ae33376f7
commit 7b0cfb1772

View file

@ -215,6 +215,19 @@
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="showNonDivecomputers">
<property name="toolTip">
<string>even if not recognized as dive computer</string>
</property>
<property name="text">
<string>Show all BT devices</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="scanningControls">
<item>