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. can i hide/delete this red part?
Forum Updated to NodeBB v4.3 + New Features

can i hide/delete this red part?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 266 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.
  • P Offline
    P Offline
    piercashuang
    wrote on last edited by Chris Kawa
    #1

    i dont know the name of this part so i cant google...i tried but i only find someinfo about menubar, but this is not menubar.So i have no concept of whats this and no idea how can i hide/delete it

    C Ronel_qtmasterR 2 Replies Last reply
    0
    • P piercashuang

      i dont know the name of this part so i cant google...i tried but i only find someinfo about menubar, but this is not menubar.So i have no concept of whats this and no idea how can i hide/delete it

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @piercashuang That red part is the standard window title bar (part of the frame) applied to top-level windows by whatever operating system/window manager you are using. You can suggest to Windows that you do not want this with the Qt::FramelessWindowHint.
      window flag.

      See also Window Flags Example.

      1 Reply Last reply
      7
      • P piercashuang

        i dont know the name of this part so i cant google...i tried but i only find someinfo about menubar, but this is not menubar.So i have no concept of whats this and no idea how can i hide/delete it

        Ronel_qtmasterR Offline
        Ronel_qtmasterR Offline
        Ronel_qtmaster
        wrote on last edited by
        #3

        @piercashuang setWindowFlags(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