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

Doc: QML: Mass confusion between "signals" and "signal handlers"

    XMLWordPrintable

Details

    Description

      CORRECT
      http://qt-project.org/doc/qt-5/qtqml-syntax-objectattributes.html#attached-properties-and-attached-signal-handlers
      This section describes "attached signal handlers", where the format is

      <AttachingType>.on<SignalName>

      Example: The Component type has a signal called completed and a corresponding attached signal handler called onCompleted.

      WRONG
      http://qt-project.org/doc/qt-5/qml-qtqml-component.html
      This page has a section called "Attached Signals", and talks about the "onCompleted signal".

      This mistake is repeated throughout the Qt documentation!

      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
              jksh Sze Howe Koh
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews