Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QT Creator Design Window Blank

QT Creator Design Window Blank

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 343 Views
  • 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.
  • M Offline
    M Offline
    MaxBec
    wrote on last edited by
    #1

    Hey guys,

    i have a pretty basic application and the QT Creator Design Window is just blank. Any suggestions why?

    import QtQuick 2.14
    import QtQuick.Controls 2.14
    import QtQuick.Window 2.14
    
    ApplicationWindow {
        id: main_window
        visible: true
        width: 640
        height: 480
        title: qsTr("Hello World")
    
        Button {
            x: 40
            y: 40
        }
    }
    

    main_qml__qml___AMIGAA_Control_Station___master__-_Qt_Creator_und_QML_and_Qt_Quick___Qt_Forum.png

    1 Reply Last reply
    0
    • YunusY Offline
      YunusY Offline
      Yunus
      wrote on last edited by Yunus
      #2

      @MaxBec Hi. Does your "import part" have the necessary imports? Actually the button which you created can be seen on the navigator part. There is no problem with me when I tried but maybe you can also try to give width and height. Try also doubleclick to button on navigator part to be able to see where your button is.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MaxBec
        wrote on last edited by
        #3

        I tried both of your suggestions. No imporvement :/ Even the official QT examples are not working in the editor window.

        1 Reply Last reply
        1

        • Login

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