summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlaxisformatter/qmlaxisformatter.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>
* Axis formatter customization exampleMiikka Heikkinen2014-04-011-0/+7
Also refactored the formatter api somewhat: - Removed virtual from allowNegatives and allowZero and added a setter function for those. This will make it cleaner if we need to add similar properties to the axis formatter in the future, as no new virtual methods can be added without breaking BC. - Changed the labelValues array to labelStrings list, as it makes more sense to directly format the strings in recalculate. Change-Id: I3ea005afa984bb756845ca356b999762e0807415 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>