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

QmlDesigner crashes easily

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes