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

Qt Quick Form Editor cannot display window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 12.0.0
    • Quick Designer
    • QT 6.6.1
    • Windows

      HI,

      I'm a relative newbie to Qt. I've installed the default Qt 6.1 Open Source option on a Windows 11 machine, while I'm learning it.

      I'm trying the tutorial, "Creating a Qt Quick Application" (Qt Quick Application - Empty), for MinGW 64-bit. I use the default options in the setup (but there is no step #8 where it asks for screen resolution).

      main.qml is:
      import QtQuick 2.15
      import QtQuick.Window 2.15

      Window

      { width: 640 height: 480 visible: true title: qsTr("Hello World") }

      When I go into Design view and select Form Editor, I get the error:
      "Cannot open this QML document because of an error in the QML file:
      Line: 1: Qt Quick emulation layer crashed."

      Can someone please point me to a solution for this? Thank you!

      DevAbo

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

            thohartm Thomas Hartmann
            devabo DevAbo HQ
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes