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

Error about cycle in the parent chain for SplitterRow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • Qt Creator 2.7.0
    • Quick / QML Support
    • None

      Just try this code with Desktop Components installed:

      import QtQuick 1.1
      import QtDesktop 1.0
      
      ApplicationWindow {
        width: 400
        height: 300
      
        SplitterRow {
      
          anchors.fill: parent
      
          Rectangle{
            width: 200
            height: 100
          }
      
          Rectangle{
            width: 200
            height: 100
          }
        }
      }
      
      

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

            qtqmlteam Qt Qml Team User
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes