summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensorsshowcase/images
Commit message (Collapse)AuthorAgeFilesLines
* Revamp Sensors Showcase ExampleDennis Oberst2023-10-201-0/+0
| | | | | | | | | | | | | | Update the style by using 'Material' as default for all platforms except iOS and indicate the availability of sensors by graying out the buttons if not present. Put the example into the 'mobile example' category and update images and icons. Fixes: QTBUG-117369 Pick-to: 6.6 6.5 Change-Id: I2149ab0bc8b784e748a54beaac84152c370af0a2 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* QtSensors: Create a sensors showcase exampleTamas Martinec2021-11-123-0/+320
Create an example that demonstrates the sensor module sensors more visually than just displaying the sensor reading values. Pick-to: 6.2 Task-number: QTBUG-72329 Change-Id: I7383722124c3aae333cf9218613d7001c9d04690 Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>