QTapGesture 类
QTapGesture 类描述了用户执行的单击手势。 更多...
头文件 | #include <QTapGesture> |
CMake | find_package(Qt6 REQUIRED COMPONENTS Widgets) target_link_libraries(mytarget PRIVATE Qt6::Widgets) |
qmake | QT += widgets |
继承自 | QGesture |
属性
- position : QPointF
公共函数
virtual | ~QTapGesture() |
QPointF | position() const |
void | setPosition(const QPointF &pos) |
详细描述
有关 Qt 中手势处理的概述和使用手势的应用程序的信息,请参阅 Widgets 和 Graphics View 中的手势 文档。
另请参阅QPanGesture 和 QPinchGesture。
© 2024 The Qt Company Ltd. 本文档中包含的文档贡献是各自所有者的版权。本提供的文档是根据自由软件基金会发布的 GNU 自由文档许可证版本 1.3 的条款许可的。Qt 和相应的标志是 The Qt Company Ltd. 在芬兰和/或世界其他国家的商标。所有其他商标均为其各自所有者的财产。