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. Fullscreen application will disappear when I open a dialog such as file dialog or I click on my the second screen.
Forum Updated to NodeBB v4.3 + New Features

Fullscreen application will disappear when I open a dialog such as file dialog or I click on my the second screen.

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

    Re: Qml - ApplicationWindow fullscreen issues
    I am facing the same problem and I do not think get a good solution and cause of issue, even though I think @GoranShekerov 's method will work.My enviroment is Win10, Qt5.12, msvc2017.Simple testing code is as follows:

    Window {
        visible: true
        width: 1920
        height: 1080
        flags: flags | Qt.FramelessWindowHint //just Qt.FramelessWindowHint also the same
    }
    

    My the first screen resolution is 1920x1080, that mean a fullscreen application.Surely, I will use @GoranShekerov 's method temporarily.

    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