##// END OF EJS Templates
changing order of series in qmlweather example. This is a workaround to make axis values right. Should not be order dependant, like it is now
changing order of series in qmlweather example. This is a workaround to make axis values right. Should not be order dependant, like it is now

File last commit:

r1783:86f3ac473a35
r2401:71e82ffadcde
Show More
qmloscilloscope.pro
13 lines | 247 B | text/idl | PrologLexer
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
QT += opengl
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)
HEADERS += \
datasource.h