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

Error about cycle in the parent chain for SplitterRow

    XMLWordPrintable

Details

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

    Description

      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
          }
        }
      }
      
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes