PDA

View Full Version : Qt::WA_DontShowOnScreen



manishkyl
27th April 2009, 13:06
what is this flag for ?.
doesnot seem to be in public interface but did anybody use it ?

faldzip
27th April 2009, 16:38
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 :D