summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner/scanner.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor QBluetoothDiscoveryModelFabian Bumberger2013-09-181-0/+1
| | | | | | | | | | | - Add the option to discover devices - Clear the model when a new discovery is started. In the previous implementation the model was only cleared if new data was available. This can lead to some funny results. - Change some property types to enums - Enhance the qmlscanner example Change-Id: I94f33e3eabd7440b5c0c6c83f3e8158009bd2dbd Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Remove qdeclarativebluetoothimageproviderFabian Bumberger2013-09-161-0/+1
| | | | | | | | This class in unfinished and does not work properly plus it introduces a dependency to the svg module. I also refactored the example where the icon was used. Change-Id: If3bd5e2eb6b05e090255f1bae0015d69c2a83065 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Qt Bluetooth: Modularized documentationJerome Pasion2012-09-271-0/+5
-moved documentation to src/bluetooth/doc -added a qdocconf file for Qt Bluetooth -fixed relative paths for snippets -moved examples to examples/bluetooth Change-Id: Id41bac50dca628400568d191f1c3ccfbaac790a1 Reviewed-by: Alex <ablasche@gmail.com>