##// END OF EJS Templates
Added a note in docs about not plotting series with log axis...
Added a note in docs about not plotting series with log axis If a series contains zero on negative values along an attached log dimension, the entire series will not be plotted. Documented this fact. Task-number: QTRD-1916

File last commit:

r2069:fff5aa874bbe
r2430:673bd507942b
Show More
qmlcustomlegend.pro
8 lines | 190 B | text/idl | PrologLexer
Tero Ahola
Demo about creating a custom legend on QML
r2069 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)