summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurfacegallery/datasource.h
Commit message (Collapse)AuthorAgeFilesLines
* Brush up the qmlsurfacegallery exampleFriedemann Kleint2023-03-161-3/+3
| | | | | | | | | | | | - Use modern string literals - Use member initialization - Streamline the code a bit with algorithms Task-number: QTBUG-110700 Change-Id: Iad834c22f4dc14858b0f5da4fc2a550de9906072 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit acdaea0c859ba7b78756011ea60ec2765b5a8f04) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix the example licensesFriedemann Kleint2023-03-161-1/+1
| | | | | | | | | Examples are BSD licensed Change-Id: Ib2136fd1e09c0cb366b224558b36ab6808cf7b8e Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit aaf72bd938c4aacb92a6a6f726c30b856e1158ac) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Combine 3 examples into one qmlsurfacegalleryTomi Korpipaa2023-02-101-0/+38
Combine qmlsurface, qml3doscilloscope, and qmlspectrogram into one surface graph gallery example. Fixes: QTBUG-110700 Change-Id: Ic8319884a61a12c5d65c68314c958a86d62a65b1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit 6b9e8224c2e567ed0f42fa5ebc442d201615fa3e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>