Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QCreator in design mode doesn't show my window
Forum Updated to NodeBB v4.3 + New Features

QCreator in design mode doesn't show my window

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 130 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.
  • F Offline
    F Offline
    faezehFrj
    wrote on last edited by faezehFrj
    #1

    I am very new in QCreator, I create new project an I want to edit my project in design mode but unfortunately when I clicked on this item, sudden 3 windows open same time. when I close one of them, all windows close and I don't have white window for attach my item such as rectangles and text filed, finally I don't know what am i doing now.

    my code is:

    import QtQuick 2.15
    import QtQuick.Window 2.15
    
    Window {
        visible: true
        color: "#55aa7f"
        width: 100
        height: 200
        title: qsTr("Hello World")
    }
    
    

    2.PNG

    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