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
QtWS25 Last Chance

QT Creator Design Window Blank

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 336 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 2 Jan 2020, 14:18 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
    • Y Offline
      Y Offline
      Yunus
      wrote on 3 Jan 2020, 05:35 last edited by Yunus 1 Mar 2020, 05:42
      #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 3 Jan 2020, 10:50 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

        1/3

        2 Jan 2020, 14:18

        • Login

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