##// END OF EJS Templates
Improve theme initialization performance for bar series...
Improve theme initialization performance for bar series The bar series are not updated while the theme is initialized. The update will be done after the theme is ready. This reduces the time spent to initialize the theme from seconds to milliseconds. Task-number: QTRD-2163 Change-Id: Ie111d8b42e017d0a514ca773bc8a714295d1eaa2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2368:6a035c04dc6b
r2598:764a09c2b2a5
Show More
presenterchart.pro
8 lines | 208 B | text/idl | PrologLexer
Marek Rosa
Presenterchart moved to tests
r2364 !include( ../tests.pri ) {
Michal Klocek
Renames example -> examples
r486 error( "Couldn't find the examples.pri file!" )
}
TARGET = presenterchart
HEADERS += chartview.h
Tero Ahola
Hacked library dependency issues on OSX
r1035 SOURCES += main.cpp chartview.cpp
Tero Ahola
Fixed a Qt5 build issue in presenterchart test app
r2368
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets