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:
parent
2ae33376f7
commit
7b0cfb1772
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user