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

QML Signals and signal handler miscategorization

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.8.0, 5.0.0
    • 4.7.1
    • Documentation
    • None
    • 14a46c4e79dc07faf21f2c657cbdcf8f88607a92 eed8a63d17a7d324892f920b034db9e268f27685

    Description

      The signal handlers are in the "Signals" section, but they are actually signal handlers. In the QML documentation, we clearly identify the signal handlers differently from signals. It should reflect that in the documentation as well.

      For example: http://doc.qt.nokia.com/4.7-snapshot/qml-mousearea.html

      We could create a "Signal Handlers" section for these. It is not necessary to put a signal entry for each signal handler and vice versa because the intended use should be the category.

      Signals:
      customSignal1 //onCustomSignal1 handler not documented below

      Signal handlers:
      onClicked //clicked() signal not documented above
      onPressed //pressed() signal not documented above

      Attachments

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

        Activity

          People

            gbk Martin Smith (Qt)
            jerome.pasion Jerome Pasion
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes