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

Flickable dragStarted and dragEnded signal docs are missing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 5.9.1
    • Documentation
    • None

    Description

      /*!
          \qmlsignal QtQuick::Flickable::dragStarted()
      
          This signal is emitted when the view starts to be dragged due to user
          interaction.
      
          The corresponding handler is \c onDragStarted.
      */
      
      /*!
          \qmlsignal QtQuick::Flickable::dragEnded()
      
          This signal is emitted when the user stops dragging the view.
      
          If the velocity of the drag is sufficient at the time the
          touch/mouse button is released then a flick will start.
      
          The corresponding handler is \c onDragEnded.
      */
      
      /*!
          \qmltype Flickable
          \instantiates QQuickFlickable
          \inqmlmodule QtQuick
          \ingroup qtquick-input
          \ingroup qtquick-containers
      

      They don't show up here:

      http://doc.qt.io/qt-5/qml-qtquick-flickable.html

      Is it because the qmlsignal doc blocks occur before the qmltype block? Should we move them below, or is it a bug in qtdoc that it doesn't find them?

      Attachments

        Issue Links

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

          Activity

            People

              docteam Qt Documentation Team
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes