mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-05-15 17:43:16 +08:00
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example touch/pinchzoom
|
|
\title Pinch Zoom Example
|
|
\ingroup touchinputexamples
|
|
\brief Shows how to recognize a gesture.
|
|
|
|
The Pinch Zoom example shows how to use low-level touch information
|
|
to recognize a gesture.
|
|
|
|
\image touch-pinchzoom-example.png
|
|
*/
|