##// END OF EJS Templates
Added QChart::locale property...
Added QChart::locale property This locale is used for localizing the numbers on various labels when localizeNumbers is set to true. It is also the locale that QDateTimeAxis labels use for month and day names. Task-number: QTRD-3179 Change-Id: Ib9a9cad770c5a6890311fe45a1d4cabd5f40aff4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2051:7cd68cfd6696
r2708:b421e87aa00a
Show More
designer.pro
17 lines | 398 B | text/idl | PrologLexer
Michal Klocek
Adds designer plugin stub
r1201 !include( ../plugins.pri ) {
error( "Couldn't find the plugins.pri file!" )
}
Michal Klocek
Adds release debug direcotires to bin lib
r1978 TARGET=qtcommercialchartdesigner
DESTDIR = $$CHART_BUILD_DESIGNER_PLUGIN_DIR
Marek Rosa
Qt5: fix warnings about deprecated QT/CONFIG specification...
r2051 greaterThan(QT_MAJOR_VERSION, 4) {
QT += designer
} else {
CONFIG += designer
}
Michal Klocek
Adds designer plugin stub
r1201 HEADERS = qchartsplugin.h
SOURCES = qchartsplugin.cpp
RESOURCES = qchartsplugin.qrc
target.path = $$[QT_INSTALL_PLUGINS]/designer
Marek Rosa
Qt5: fix warnings about deprecated QT/CONFIG specification...
r2051 INSTALLS += target