##// END OF EJS Templates
Documentation updates...
Documentation updates Brought the documentation up to date and fixed a bunch of typos. Task-number: QTRD-1951 Change-Id: Id9274e911c314cea6ec8968433cf3c962baf5815 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2494:232715f311f8
Show More
demos-quick2oscilloscope.qdoc
16 lines | 543 B | text/plain | TextLexer
/ doc / src / demos-quick2oscilloscope.qdoc
/*!
\example demos/quick2oscilloscope
\title QtQuick 2 Oscilloscope
\image demos_qmloscilloscope.png
This is a reimplementation of \l{Oscilloscope} demo in QtQuick 2.
Only difference in qml files is importing the correct version of QtQuick:
\snippet ../demos/quick2oscilloscope/qml/quick2oscilloscope/main.qml 3
\note QML_SHOW_FRAMERATE environment variable doesn't work with QtQuick 2.
Starting with Qt 5.1.0, QSG_RENDER_TIMING environment variable can be used
similarly to display rendering time.
*/