Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-19212 Improved value type support in QML
  3. QTBUG-15763

Unable to set a changed signal handler for a value-type sub-property

    XMLWordPrintable

Details

    Description

      It would be ideal if this code worked:

      import QtQuick 1.0
      
      Text {
          font {
              pixelSize: 20
              onPixelSizeChanged: print("Someone changed the pixel size");
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              chrisadams Christopher Adams
              aakenned Aaron Kennedy
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes