summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurfacegallery
Commit message (Collapse)AuthorAgeFilesLines
* Remove examples from removed 'Graphics' categoryKai Köhne2023-09-041-1/+0
| | | | | | | | | | | | | | | In dev and 6.6, the categorization of qtdatavis3d examples got removed completely, as the module should be eventually replaced by Qt Graphs (98dfdc8351b7532efc4e). Later on, we 're-added' them to new 'Data Visualization & 3D' category (cbc46f80976324101dc), arguably by mistake. Only the latter patch was cherry-picked to 6.5. This lead to the examples being in both categories for 6.5. Let's fix this by removing them explicitly by Graphics category in this dedicated patch, and revert cbc46f80976324101dc for all branches (6.5, 6.6, dev). Change-Id: If31dcfbd80d23981dbcb505d36fbc24ba14df65c Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Revert "Add \examplecategory to Qt DataVis examples"Kai Köhne2023-09-041-1/+0
| | | | | | | | | | | This reverts commit cbc46f80976324101dc920de62e3c720feb2a597. Reason for revert: It was decided to _not_ classify Qt DataVis examples in a previous patch (commit 98dfdc8351b75). Therefore revert this patch, and leave the Qt Data Visualization examples in the implicit 'Other' category. Change-Id: Ib1c52832e301f3e21bd0af1a8c49c5fe30a1efca Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 6c82b3bc8944910ecbd384874a0ddfc7964031c2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add \examplecategory to Qt DataVis examplesVenugopal Shivashankar2023-08-071-0/+1
| | | | | | | | | Task-number: QTBUG-115245 Change-Id: I7ce4ad8630960430cf656d991f72230d6316fe82 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit cbc46f80976324101dc920de62e3c720feb2a597) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Use the \examplecategory macro to tag examplesTopi Reinio2023-04-111-1/+1
| | | | | | | | | | | | | | | | | The '\meta category' command was used for tagging examples with a specific category, used in Qt Creators Welcome mode. As we want to also generate lists of examples belonging to a category elsewhere in the documentation, replace the command with a macro that expands to the original \meta command and also adds the example to a group using the \ingroup command. This way, the category names can be used as arguments to the \generatelist or \annotatedlist commands. Task-number: QTBUG-112731 Change-Id: Ibfd1179923b898259a5c96417aba8f7711e9c5ee Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 6c7984e6931fa7123c1faee8a8c91d159d293633) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Brush up the qmlsurfacegallery exampleFriedemann Kleint2023-03-163-30/+28
| | | | | | | | | | | | - 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-168-8/+8
| | | | | | | | | 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-1015-0/+3099
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>