##// END OF EJS Templates
Fix mouse events for QtQuick2...
Fix mouse events for QtQuick2 Change-Id: Ibb6b80765c6433a47670046ca72e156c697b1f97 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2488:5862599d088d
r2495:a5499c546bff
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.
*/