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

Make QTimer properties notifying

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P4: Low
    • None
    • None
    • Core: Other
    • None

    Description

      In QTimer we have the following:

      	    Q_PROPERTY(bool singleShot READ isSingleShot WRITE setSingleShot)
      	    Q_PROPERTY(int interval READ interval WRITE setInterval)
      	    Q_PROPERTY(int remainingTime READ remainingTime)
      	    Q_PROPERTY(Qt::TimerType timerType READ timerType WRITE setTimerType)
      	    Q_PROPERTY(bool active READ isActive)
      

      It would be nice if at least the active- and interval-property would also include NOTIFY signals.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            derm Michael
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes