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

Inspector: Applying change opens strange file main.qml_526:45

    XMLWordPrintable

Details

    Description

      The problem is not 100% reproduciable but take:

      import QtQuick 1.0

      Rectangle {
      width: 360
      height: 360
      Text {
      text: qsTr("Hello World")
      anchors.centerIn: parent

      Text

      { text: qsTr("Hello World") anchors.centerIn: parent }

      }
      MouseArea {
      x: 1
      y: 0
      anchors.fill: parent
      onClicked:

      { Qt.quit(); }

      }
      }

      Add a deeper nested Text element, save. Repeat until the problem shows.

      Attachments

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

        Activity

          People

            siabraha Simjees Abraham
            dt Daniel Teske
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes