PDA

View Full Version : Tabbed DockWidget question



Banjo
28th October 2008, 23:55
Hello

I have a dock widget with two tabs created as follows:
self.tabifyDockWidget(self.dockSearchCriteria, self.dockResultList)

When the search is run, I wish to show self.dockResultList on top programatically. Then when the user wishes to select a new set of search criteria, show self.dockSearchCriteria on top programatically.

How do I do this?

Thanks

lyuts
29th October 2008, 10:54
Try to use QDockWidget's raise().