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?

How to support an autohiding taskbar on Windows?

Scheduled Pinned Locked Moved Unsolved General and Desktop
windowstaskbarqtwidgets
2 Posts 2 Posters 486 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 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();
    }
    
    Thank YouT 1 Reply Last reply
    0
    • K 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();
      }
      
      Thank YouT Offline
      Thank YouT Offline
      Thank You
      wrote on 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