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. Is there any way to create un-decorated windows in Qt
Qt 6.11 is out! See what's new in the release blog

Is there any way to create un-decorated windows in Qt

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.0k 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.
  • P Offline
    P Offline
    premjith
    wrote on last edited by
    #1

    Is there any way to create un-decorated, borderless with custom close button window in Qt. I want to design it with qt designer , but im not found any option to hide the system default titlebar and controls.

    think Green
    premjith.in

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stima_ua
      wrote on last edited by
      #2

      Qt is not responsible for windows border. You can use window border or not. For more information see window flags.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qxoz
        wrote on last edited by
        #3

        look at this example:
        "http://doc.qt.nokia.com/4.6/widgets-shapedclock.html":http://doc.qt.nokia.com/4.6/widgets-shapedclock.html

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          qxoz
          wrote on last edited by
          #4

          I think this is what you want:
          "http://qt-project.org/doc/qt-4.8/widgets-windowflags.html":http://qt-project.org/doc/qt-4.8/widgets-windowflags.html
          search Qt::FramelessWindowHint

          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