Results 1 to 1 of 1

Thread: showMaximize() covers the task bar on a frameless window.

  1. #1
    Join Date
    Apr 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default showMaximize() covers the task bar on a frameless window.

    I'm building an application that has its own custom chrome. I have turned the default window border off by setting the flag:

    Qt Code:
    1. this->setWindowFlags(Qt::FramelessWindowHint);
    To copy to clipboard, switch view to plain text mode 

    After this flag is set and the default window border is turned off, any calls to:

    Qt Code:
    1. this->showMaximized();
    To copy to clipboard, switch view to plain text mode 

    result in a window that takes up the entire screen, overlapping the task bar. Is there a common work around for this or another method I should be calling instead of showMaximized()?

    Thanks.

    Win7/Qt4.6
    Last edited by greg; 14th April 2010 at 23:26.

Similar Threads

  1. How to show a frameless dialog - DOESN'T WORK
    By franco.amato in forum Newbie
    Replies: 4
    Last Post: 2nd June 2010, 17:21
  2. Task Window in Qt
    By doberkofler in forum Qt Programming
    Replies: 0
    Last Post: 4th November 2009, 08:00
  3. KWin's shadows and frameless window
    By EuroElessar in forum KDE Forum
    Replies: 4
    Last Post: 12th July 2009, 16:16
  4. Replies: 11
    Last Post: 2nd August 2007, 20:31
  5. Show dialog in the task bar
    By bruccutler in forum Newbie
    Replies: 4
    Last Post: 23rd May 2007, 22:52

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.