PDA

View Full Version : Tabbed QDockWidget question



Khal Drogo
18th September 2008, 12:40
Greetings.

I have a question related to dockwidgets.

I have several dockwidgets, and a common area, where i should update something depending on which dockwidget is selected. When the dockwidgets are tabbed, how can i know which dockwidget was activated when i click on the tabs?

Thank you in advance.

jpn
19th September 2008, 17:57
See QDockWidget::visibilityChanged().