##// END OF EJS Templates
Added possibility to set labels position for QCategoryAxis...
Added possibility to set labels position for QCategoryAxis The position of the labels in QCategyAxis can now be set to center of the category or to the high end of the category. The first and the last labels may overlap with other axes labels when positioned on value. Change-Id: Ide0f12b723ffabf6682001e03ea5080f9642da22 Task-number: QTRD-1715 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2780:740f4f94adf8
Show More
tests.pri
10 lines | 149 B | text/plain | TextLexer
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = app
Michal Klocek
Examples build setup cleanup
r252
Titta Heikkala
Qt Charts project file structure change...
r2712 QT += charts
Heikkinen Miikka
Fix qml application deployment for android...
r2523
Titta Heikkala
Qt Charts project file structure change...
r2712 contains(TARGET, qml.*) {
QT += qml quick
Heikkinen Miikka
Fix qml application deployment for android...
r2523 }
Titta Heikkala
Qt Charts project file structure change...
r2712
target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target