Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Updated to QtCreator 9.0.0 & now it crashes when I try to open designer

Updated to QtCreator 9.0.0 & now it crashes when I try to open designer

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 282 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ijststd
    wrote on last edited by
    #1

    Hello
    I am new to Qt & QML. I have been using it for just a couple of weeks.

    Qt Creator was working fine until I updated to 9.0.0. Now Qt Creator crashes and closes as soon as I press the design button.

    I should note that my little app compiles and runs fine in the editor.

    So, through the process of elimination have found that this code is what seems to be making it crash.

    import QtQuick
    import QtQuick.Controls
    import QtQuick.Layouts
    import QtQml.XmlListModel
    
    Window {
        id: root
        width: 1024
        height: 768
        visible: true
        title: qsTr("Title")
    
        Component {
            id: compId
            Text {
                id: txtId
            }
        }
    }
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved