Skip to content

Add filters into DeviceModel

Sergey Chupligin requested to merge neochapay/bluez-qt:master into master

This patch provide filter into DeviceModel like

    BluezQt.DevicesModel {
        id: bluetoothDevicesNearbyModel
        filters: BluezQt.DevicesModelPrivate.UnpairedDevices
    }

And show only paried/unparied device and etc

Edited by Harald Sitter

Merge request reports