PDA

View Full Version : Qtabwidget: same widgets across all pages



ike
30th September 2009, 19:56
Hello -

We would like to use a Qtabwidget to make a particular user interface more intuitive to the user. In this case, we would like the widgets on each page of the Qtabwidget to be the same set of widgets.

The only thing that would change as the user clicks on a different tab would be that an internal count would increase and the data values for the same set of widgets would be refreshed.

Is there a simple way to accomplish this ?

Thanks

TMan
1st October 2009, 14:30
I think you want to take a look at QTabBar instead of QTabWidget?