##// END OF EJS Templates
Improve QML Weather example layout...
Improve QML Weather example layout The size of the images is adjusted based on the window size. Change-Id: Ib575288456d6773e00ee740b7b0be6a392c9eeaa Task-number: QTRD-3444 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2761:c19e8d5c88d9
Show More
areachart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Adds area chart...
r421 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/qareaseries_p.h
Michal Klocek
Adds area chart...
r421
PUBLIC_HEADERS += \
$$PWD/qareaseries.h