[Qt-interest] Bring tabified dock to front

Lars Amsel lars.amsel at signalion.com
Fri Aug 28 07:23:58 CEST 2009


Paul,

Paul Miller wrote:
> If you have a pointer to the dock then this should work:
> 
> // make sure it's actually visible (ie. not previously closed)
> dock->show();
> // make sure it's on top
> dock->raise();

That's it! Thanks a lot Paul.

regards

Lars



More information about the Qt-interest-old mailing list