##// END OF EJS Templates
Fix value axis documentation...
Fix value axis documentation QML documentation does not show obsolete properties correctly. Removed the obsolete key and added a deprecated comment. Related typos fixed. Change-Id: I86c862e4f587541df0a08363834ad13efc14e1b4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2610:66fa88d10640
r2636:25b732239a6d
Show More
demos-quick2oscilloscope.qdoc
16 lines | 553 B | text/plain | TextLexer
/ doc / src / demos-quick2oscilloscope.qdoc
/*!
\example demos/quick2oscilloscope
\title Qt Quick 2 Oscilloscope
\image demos_qmloscilloscope.png
This is a reimplementation of the \l{Oscilloscope} demo in Qt Quick 2.
The main difference in qml files is importing the correct version of Qt Quick:
\snippet ../demos/quick2oscilloscope/qml/quick2oscilloscope/main.qml 3
\note QML_SHOW_FRAMERATE environment variable doesn't work with Qt Quick 2.
From Qt 5.1.0 on, the QSG_RENDER_TIMING environment variable can be used
similarly to display rendering time.
*/