PDA

View Full Version : Tab to new screen



mstegehu
19th June 2009, 09:23
Hello,

I am looking for a way to drag a tab from the main window to another screen and drop it there making it a new dialog and the other way around.

Is this possible? What are the basic techniques to do this?

Regards,

Marcel Stegehuis

QT 4.5.1

shentian
19th June 2009, 11:44
You can't handle a drop outside of your application windows, so I guess you're stuck there. Maybe you want to consider using QDockWidgets.

mstegehu
22nd June 2009, 16:52
The behaviour I am looking for is like the tabs of Chrome. You can detach them from your main application. Also the tabs can be moved to another place.

The result is that the centerwidget is also copied to the new window.

Maybe I can use a dockable window but the problem is that that one does not allow a toolbar.

Regards,

Marcel