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

Form Editor not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.11.0
    • QML Preview, Quick Designer
    • None
    • Windows 10
      Qt 5.14.0
    • Windows

    Description

      I am not able to use the Form Editor of the Design tool for QML projects.

      I'm using a fresh installation of Qt Creator installed with Qt 5.14.0. The problem applyes also for empty projects. There are the steps I'm following. From File -> New File or Project... I generate a new QtQuick Application - Empty. I leave all the other settings to the default values. The used kit is Desktop Qt 5.14.0 MSVC2015 64-bit.

      The content of the automatically generated main.qml is

      import QtQuick 2.12
      import QtQuick.Window 2.12
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      }
      

      When I try to edit ir in the Design tool, the content of the Form Editor replaced by this box:

      Cannot open this QML document because of an error in the QML file:  

      Go to error

      Line: 1: Qt Quick emulation layer crashed.

      The link points to the first line of main.qml.

      Even if I'm not able to use the Form Editor, the project compiles correctly and an empty window named Hello World is shown.
       

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            gcerretani Giovanni Cerretani
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes