Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Wacom and Qt Quick 2

$
0
0
I tried this with no success (no output): import QtQuick 2.2   Rectangle {   width: 360   height: 360   PinchArea   {     id: pinchArea     anchors.fill: parent     enabled: true       onPinchUpdated: console.log("PIIIIIIIIINCH")     onPinchStarted: console.log("PIIIIIIIIINCH")     onPinchFinished: console.log("PIIIIIIIIINCH")   } }

Viewing all articles
Browse latest Browse all 4972

Trending Articles