Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-15942

binding is not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 4.0.0-rc1
    • Qt Creator 3.6.1, Qt Creator 4.0.0-beta1
    • Quick Designer
    • None
    • All

    Description

      The inner rect does not get the binding

      import QtQuick 2.6
      
      Rectangle {
          id: root
          width: 800
          height: 480
          property int test: 660
      
          Rectangle {
              width: root.test
              color: "red"
              height: 100
          }
      }
      

      does not work for self built puppets

      Attachments

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

        Activity

          People

            tjenssen Tim Jenssen
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes