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. Hide window titlebar on Qt Designer
Forum Updated to NodeBB v4.3 + New Features

Hide window titlebar on Qt Designer

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 415 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.
  • N Offline
    N Offline
    n34rt
    wrote on last edited by n34rt
    #1

    I'm creating a window without a title bar with setWindowFlags(Qt::Window | Qt::FramelessWindowHint); and creating a 'custom' one
    when previewing this window in Qt Designer (ctrl+r Visual Studio) is it possible to hide the window 'default' title bar?

    JonBJ 1 Reply Last reply
    0
    • N n34rt

      I'm creating a window without a title bar with setWindowFlags(Qt::Window | Qt::FramelessWindowHint); and creating a 'custom' one
      when previewing this window in Qt Designer (ctrl+r Visual Studio) is it possible to hide the window 'default' title bar?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @n34rt
      Probably not, unless Designer lets you set window flags (which I don't think it does) this is a runtime modification only. Designer is limited in what it allows you to do declarartively.

      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