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

Support assigning to variant properties in v4.

    XMLWordPrintable

Details

    Description

      If the final assignment of a binding's value is to a variant property, it currently cannot be handled by v4. Extend v4 to support this case.

      import QtQuick 2.0
      
      Rectangle {
          width: 400; height: 400
      
          property real prop1: width + 5    //this is handled by v4
          property variant prop2: width + 5 //this is not
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-25022
        # Subject Branch Project Status CR V

        Activity

          People

            mvogt Matthew Vogt (closed Nokia identity) (Inactive)
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes