PDA

View Full Version : Tabbed Dock Widget



bismitapadhy
23rd December 2009, 06:00
i have 3 dock widget whick are tabbed.At once only one dock widget should set as active or get the focus. Whenever a tabbed widget update the widget automatically set as active.
raise() is not working.
What else function i need to use?

darth.weir
26th May 2010, 05:38
but I tried raise() and it just works fine

QDockWidget *dock = .....
dock.raise()

i am using qt4.6 under win