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

QML file preview not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 6.0.1
    • None
    • Manjaro Linux, Intel HD Graphics, Gnome 41.2, X11, Qt Creator 6.0.1 Based on Qt 6.2.2 (GCC 11.1.0, 64 bit)
    • Linux/X11

    Description

      Create Qt Quick Blank Project with default main.qml

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

      Go to design tab and Qt starts 3 processes with name Qml2Puppet (attachment 1)

      And the qml file preview is empty(attachment 2). The content of the Window component does not change the behavior of the editor. If in main.qml I change "Window" component to an "Item" component preview works well, but expectacly window not create.

       

      Attachments

        Issue Links

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

          Activity

            People

              davschul David Schulz
              karasikq Stsepaniuk Raman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes