Hello, I am trying to use the QML test framework to simulate a pinch. The API which is here
http://doc.qt.io/qt-5/qml-qttest-testcase.html does not provide any methods to simulate a pinch. This seems like an oversight. There is code that shows how to do this here: http://code.qt.io/cgit/qt/qtdeclarative.git/tree/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp But QQuickPinchArea, QQuickPinch and QQuickPinchEvent do not seem to be available. Invoking these classes will cause a linking error. Is there a sane and simple way to simulate a pinch with the Qt/QML test framework? Thanks, Christopher
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest