I want a window as the picture below shows.
Is it easy in QT4/3,please?
Thanks in advance.
Printable View
I want a window as the picture below shows.
Is it easy in QT4/3,please?
Thanks in advance.
This looks like a QDockwidget and the right part of it is certainly a tabbar, oriented vertically. I think QTabBar provides a signal emitted when a tab is hovered so it shouldn't be hard to open the windows you want...
It can't be done with pure Qt3, as it doesn't support vertical tabs. But, as already said, it should be a snap with Qt4.