How to support an autohiding taskbar on Windows?
Unsolved
General and Desktop
-
wrote on 28 Feb 2021, 14:56 last edited by Krakenus00
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(); }
-
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(); }
wrote on 8 Apr 2021, 12:21 last edited by@Krakenus00 Hello can you add the picture that you want to achieve and one that you are getting