summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlspectrogram/qmlspectrogram.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Fix most of the QML example applicationsTuomo Pelkonen2021-01-271-1/+0
| | | | | | | | | Most of the QML examples work now as supposed to. Qmlbars still needs fixing and is not included in this patch. Task-number: QTBUG-89298 Change-Id: Ic8bc6511cdb00dd3db0a181b7a31b3bbc39f0556 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Polar graph support, phase oneMiikka Heikkinen2014-06-261-0/+7
- Polar property for toggling the polar mode - Example added. Example docs will be added in another patch once all of the functionality the example needs has been implemented. - Only surface graph supports polar so far. Scatter to be added later. Change-Id: I54d36f764ac1771ac88f73a5f3a2142f2309f6e8 Reviewed-by: Mika Salmela <mika.salmela@digia.com>