[Qt-interest] Focusing on a tabified QDockWidget
Brian Zambrano
brianz at gmail.com
Wed Aug 19 19:50:36 CEST 2009
Ahhh...perfect!
As you may be able to tell, I'm still relatively new to Qt so one of my
biggest hurdles is simply learning all of these APIs. I completely missed
raise().
A huge thank you for the help!
BZ
On Wed, Aug 19, 2009 at 9:51 AM, Roland Krause <rokrau at yahoo.com> wrote:
> how about raise() ;-)
>
>
> *From:* Brian Zambrano <brianz at gmail.com>
> *To:* qt-interest at trolltech.com
> *Sent:* Monday, August 17, 2009 12:46:14 PM
> *Subject:* [Qt-interest] Focusing on a tabified QDockWidget
>
> I'm have three QDockWidgets which are tabbed at startup using
> QMainWindow.tabifyDockWidget. Based on certain actions, I'd like to select
> one of these tabs and bring it to focus, or, on top of the other two. I've
> tried using setVisible and setWindowState(Qt.WindowActive), but nothing
> changes.
>
> Is there a way to programmatically select a tabbed dock widget?
>
> Thanks,
> BZ
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090819/814d9c87/attachment.html
More information about the Qt-interest-old
mailing list