Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
6.3.0 RC
-
60ebb044c (dev), 2a95e3f55 (6.5), e283c05af (dev), d1dd54a2a (6.5), 7f72ac18a (6.4), 04e51e9b6 (tqtc/lts-6.2), b357aca56 (tqtc/lts-6.2), c9e8ad032 (dev)
Description
https://doc.qt.io/qt-6/qml-qtquick-pointerhandler.html shows signals that use GrabTransition and EventPoint types.
- GrabTransition corresponds to QPointingDevice::GrabTransition. However, this enum is missing from https://doc.qt.io/qt-6/qpointingdevice.html
- EventPoint corresponds to QEventPoint. It is good that QEventPoint is documented at https://doc.qt.io/qt-6/qeventpoint.html – it would be even better if the QML EventPoint could auto-link to the C++ QEventPoint.
Attachments
Issue Links
- relates to
-
QTBUG-104761 acceptedButtons in DragHandler is apparently ignored
- Reported
-
QTBUG-107609 qmltc: fix type import and resolution issues in examples
- Open
- resulted in
-
QTBUG-115439 Qmllint throws warnings at TapHandler's signals
- Closed