Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Where can I fint the source files of QML MouseArea element ?
-
Where can I fint the source files of QML MouseArea element ?
-
From gitorious:
http://qt.gitorious.org/qt/qtdeclarative/blobs/master/src/quick/items/qquickmousearea.cpp
or from Qt source packages.
-
Thanks.
Anf where can I fint the code that handles MouseArea on embedded linux ?
-
This code is used for all platforms using the MouseArea QML item, probably you meant the initial sending of MouseEvents themselves?
In this case the (platform-specific) QApplication class would probably be a place to look for (at least it's the case for Win, s60, ...).
Alex