mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 13 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue