Results 1 to 4 of 4

Thread: QSizeGrip dissappears

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: QSizeGrip dissappears

    QSizeGrip does this "autohide" in its event filter, see https://code.woboq.org/qt5/qtbase/sr...ObjectP6QEvent

    If you install your own event filter on the size grips that filters out the WindowStateChange signal, over derive from QSizeGrip and reimplement eventFilter() such that it does nothing, then they should always remain visible.

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:

    Debra (22nd July 2019)

Similar Threads

  1. Replies: 0
    Last Post: 30th January 2014, 14:35
  2. Resize with QSizeGrip
    By mhoover in forum Qt Programming
    Replies: 1
    Last Post: 30th November 2009, 21:41
  3. QGraphicsItem with QSizeGrip
    By elsheikhmh in forum Newbie
    Replies: 7
    Last Post: 19th November 2009, 19:53
  4. Replies: 7
    Last Post: 24th May 2009, 14:58
  5. Adding a QSizeGrip to a QMainWindow
    By forrestfsu in forum Qt Programming
    Replies: 6
    Last Post: 9th April 2007, 16:45

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.