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

WYSIWYG does not work for bindings inside a component. Even if the component is just used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt Creator 2.3.0
    • Qt Creator 2.3.0
    • Quick Designer
    • None

      An example describes the problem best:

      main.qml

      import QtQuick 1.0
      
      Rectangle {
          width: 400
          height: 40
          TestButton {}
      }
      

      TestButton.qml

      import QtQuick 1.0
      
      Rectangle {
          width: 40
          height: parent.height
      }
      

      When opening main.qml the used TestButton should have a height of 40.
      The height is 0 instead. This is a bug.

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

            bubke Marco Bubke
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes