PDA

View Full Version : Note book widget



Seema Rao
30th May 2006, 15:04
Hi all,

412

You must have seen Note book widget in Motif. Is their any class or implementation available in Qt in order to get note book kind of look and feel?

Thanks in advance,
Seema Rao

wysota
30th May 2006, 15:15
QToolBox or QTabWidget.

Chicken Blood Machine
30th May 2006, 19:02
QToolBox or QTabWidget.

These will give you the same kind of functionality, but not the same look and feel. You would have to subclass QWidget or QStackedWidget and write your own custom widget to get something like this. IMO, it's pretty damn ugly though :D