PDA

View Full Version : Moveable tabs



fear
25th March 2007, 20:38
I'd like to use moveable tabs (Firefox has such tabs I can change their order using drag&drop) but looks like built-in classes don't support it (QTabWidget, KTabWidget), please help.

wysota
25th March 2007, 20:51
You can subclass the tab bar and implement the drag&drop yourself using mechanisms Qt or KDE provide.