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

      It would be ideal if this code worked:

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

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

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

              Created:
              Updated:

                There are no open Gerrit changes