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. Issue with fullscreen
Qt 6.11 is out! See what's new in the release blog

Issue with fullscreen

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 663 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
    Mc6bullet
    wrote on last edited by
    #1

    After setting fullscreen mainwidow with following code the upper toolbar of application window which is minimize, maximize and close button are not visible b473aa64-3c47-400a-a8c2-a49a7d81b3eb-image.png
    I want to show those also
    window.showFullscreen() and for centering
    x = Screen.width / 2 - width / 2
    y = Screen.height / 2 - height / 2
    i use this one.

    jsulmJ 1 Reply Last reply
    0
    • M Mc6bullet

      After setting fullscreen mainwidow with following code the upper toolbar of application window which is minimize, maximize and close button are not visible b473aa64-3c47-400a-a8c2-a49a7d81b3eb-image.png
      I want to show those also
      window.showFullscreen() and for centering
      x = Screen.width / 2 - width / 2
      y = Screen.height / 2 - height / 2
      i use this one.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Mc6bullet said in Issue with fullscreen:

      I want to show those also

      Then this is not what "full-screen" is.
      What you want is simply a maximized window: https://doc.qt.io/qt-5/qwidget.html#showMaximized

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      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