Results 1 to 2 of 2

Thread: Qt::WA_DontShowOnScreen

  1. #1
    Join Date
    Jun 2008
    Posts
    14
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt::WA_DontShowOnScreen

    what is this flag for ?.
    doesnot seem to be in public interface but did anybody use it ?

  2. #2
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qt::WA_DontShowOnScreen

    with this flag you can make your widget invisible on the screen, but it would behave just like the widget without this flag. It is used for example in Widgets on GraphicsView where widget with DontShowOnScreen gets all the paint events which are captured to change them with rendering widget on graphics view. Maybe my explanation is no the best but I hope it's clear enough
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

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.