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. How to support an autohiding taskbar on Windows?
Forum Update on Monday, May 27th 2025

How to support an autohiding taskbar on Windows?

Scheduled Pinned Locked Moved Unsolved General and Desktop
windowstaskbarqtwidgets
2 Posts 2 Posters 488 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.
  • K Offline
    K Offline
    Krakenus00
    wrote on 28 Feb 2021, 14:56 last edited by Krakenus00
    #1

    When I maximize my window, it blocks the taskbar, and I can only activate it with the Win button on my keyboard or by switching to another app. Other applications like Google Chrome or Telegram work perfectly even with the autohiding taskbar, but my own app does not support it.
    Here is my maximizing code:

    void CustomizableWindow::on_maximizeButton_clicked()
    {
    	setWindowState(Qt::WindowMaximized);
    	showMaximized();
    }
    
    T 1 Reply Last reply 8 Apr 2021, 12:21
    0
    • K Krakenus00
      28 Feb 2021, 14:56

      When I maximize my window, it blocks the taskbar, and I can only activate it with the Win button on my keyboard or by switching to another app. Other applications like Google Chrome or Telegram work perfectly even with the autohiding taskbar, but my own app does not support it.
      Here is my maximizing code:

      void CustomizableWindow::on_maximizeButton_clicked()
      {
      	setWindowState(Qt::WindowMaximized);
      	showMaximized();
      }
      
      T Offline
      T Offline
      Thank You
      wrote on 8 Apr 2021, 12:21 last edited by
      #2

      @Krakenus00 Hello can you add the picture that you want to achieve and one that you are getting

      Let's make QT free or It will go forever

      TRUE AND FALSE <3

      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