Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-40047

Documentation: Improve the documentation of creating own gesture recognizers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.3.0
    • Documentation
    • None

      Creating own gesture recognizer is vaguely described in the documentation. The documents talk about state machine and give hint that the gesture recognition should follow the QGesture state machine (Qt::GestureState), but neither of the state machines - Qt::GestureState or QGestureRecognizer::ResultFlag - or their state transitions are not defined in the documentation. Only their states are defined, but some of them leave open questions. For example description of QGestureRecognizer::MayBeGesture contais "Gesture recognizers in the MayBeGesture state may be reset automatically if they take too long to recognize gestures.", but how long is too long and what happens when the state is automatically reset.

      Hence there is a need for improvement. The lack of proper documentation causes a lot of "trial and error" development and makes quick prototyping harder.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            docteam Qt Documentation Team
            qtcomsupport Qt Support
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes