##// END OF EJS Templates
Added HTML support for various text items...
Added HTML support for various text items - HTML tags can now be used in chart titles, legends, and labels - '\n' does no longer cause line break in multi-line text items. HTML tag <br/> can be used for line break now. - Setting pen for axis titles and labels is deprecated - When setting brush for titles and labels, only the color is relevant - Logic for identifying label format specifiers was improved, so adding additional information to labels via label format string is now more viable. Task-number: QTRD-1912 Change-Id: I8fa56df56fd656e2a3e427eff4abf3481435eec7 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2483:f494279b6366
r2539:74f3dbde7a75
Show More
polarcharttest.pro
20 lines | 346 B | text/idl | PrologLexer
Miikka Heikkinen
Add Polar chart support...
r2483 !include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = polarcharttest
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui