summaryrefslogtreecommitdiffstats
path: root/examples/deviceutilities
Commit message (Collapse)AuthorAgeFilesLines
* Do not shadow FINAL property modelDataPasi Petäjäjärvi2023-09-193-4/+4
| | | | | | | | | | | | | | | | | | Qt 6.6 changed many properties to FINAL for preventing adding new properties with same name (QTBUG-108739) and did break accessing Interface and Service related entries in the model. Document the model role for accessing underlying delegate properties. [ChangeLog][Important Behavior Changes][QtDeviceUtilities] Interface or Service from respective model cannot be no longer accessed by modelData anymore, use entry instead. Task-number: QTBUG-117041 Pick-to: 6.6 6.6.0 Change-Id: I467071fddb982093b757d448c0dfaa0ce1ad492a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io>
* SettingsUI is now simple view of available networksPasi Petäjäjärvi2022-02-1712-369/+37
| | | | | | | | | | | | Features it provides: * Control WiFi interface powered option * Manually connect hidden WiFi via SSID * Connect/Disconnect available networks (also WiFi) Task-number: QTBUG-97737 Pick-to: 6.2 6.3 Change-Id: Id79555f4bab221d50765507abe4c2ee905b7a063 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* CMake: lower the minimum CMake versionSamuli Piippo2022-02-011-1/+1
| | | | | | | | Use 3.16, which is the minimum for Qt itself. Pick-to: 6.3 6.2 Change-Id: I49802cb0e6217548536b5e903410002c2af1ab0d Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-1/+1
| | | | | | | Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: I818e738719cb58fef765aac4cda471a3fb0d9e9c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Refactor SettingsUI source code and add QML module supportPasi Petäjäjärvi2021-12-1449-0/+3532
Split application and plugins structure to use QML modules feature Move settingsui binary and plugins it uses under examples as those are not really documented nor production quality. Task-number: QTBUG-97737 Pick-to: 6.2 6.3 Change-Id: I4b030a5a42b29554a45c23eab4170be980cd5dc5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>