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. QQmlWindow remove frame
QtWS25 Last Chance

QQmlWindow remove frame

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

    Hi, I set

    flags: Qt.FramelessWindowHint
    

    for my QQmlWindow which removes window frame but it also removes my application from Windows 10 bottom taskbar.

    How to keep my application in taskbar and remove the window frame on Windows?

    p3c0P 1 Reply Last reply
    0
    • M MartinD

      Hi, I set

      flags: Qt.FramelessWindowHint
      

      for my QQmlWindow which removes window frame but it also removes my application from Windows 10 bottom taskbar.

      How to keep my application in taskbar and remove the window frame on Windows?

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @MartinD
      Add

      flags: Qt.Window|Qt.FramelessWindowHint
      

      157

      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