PDA

View Full Version : QMainWindow VerticalTabs



nowire75
3rd January 2008, 17:53
Hi! Happy new year!

I want make a QMainWindow with a LeftDockWidget. I need a vertical tab (like a kdevelop left and right tab).
Please give me same suggestion or exaple for start.

Many thanks

high_flyer
4th January 2008, 09:37
you mean tapShape (http://doc.trolltech.com/4.3/qtabbar.html#Shape-enum)?

nowire75
4th January 2008, 10:14
I don't know. I try it.

high_flyer
4th January 2008, 10:29
try it in designer, you will see instantly.

jpn
4th January 2008, 10:38
See QMainWindow::dockOptions and QMainWindow::VerticalTabs (http://doc.trolltech.com/latest/qmainwindow.html#DockOption-enum).