[Qt-interest] How can you unshade a QMdiSubWindow

Bjoern Erik Nilsen bnilsen at trolltech.com
Tue Feb 17 16:19:49 CET 2009


Hi Wim,

wim.delvaux at adaptiveplanet.com wrote:
> from code ?

This follows the usual pattern:

showMinimized() -> showNormal()
showMaximized() -> showNormal()
showFullScreen() -> showNormal()

...and of course...

showShaded() -> showNormal();

:-)

Hope this helps,
-- 
Bjørn Erik Nilsen
Software Engineer
Nokia, Qt Software



More information about the Qt-interest-old mailing list