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

QmlDesigner crashes easily

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • Qt Creator 12.0.0, Qt Creator 12.0.1
    • Quick Designer
    • None
    • Windows

      Steps to reproduce:

      • have QmlDesigner enabled
      • create a Qt Quick Application from template (I'm usually using the compat version)
      • add some content to the src - usually I tend to add a Text+MouseArea
      Text {
          text: "schnmu"
          anchors.centerIn: parent
      
          MouseArea {
              anchors.fill: parent
              onClicked: console.log("click")
          }
      } 
      • switch to Design
      • drag a Rectangle on the 2D view
      • inside the properties set the color of the rectangle
      • click back into the 2D view

      QC crashes..

      Will attach stack if I manage to get something.

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

            thohartm Thomas Hartmann
            cstenger Christian Stenger
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes