Well... it depends what you want to do. You can either use QGestureRecognizer for a high-level API or touch events for low-level API. With QtQuick you can use PinchArea or MultiTouchPointArea.