[PyQt] Need to implement UI like Nuke 3d

Peter Shinners pshinners at blizzard.com
Fri Aug 7 16:36:23 BST 2009


The interface in Nuke is not using Dock widgets. It's actually a hierarchy of QSplitters and QTabWidgets. It is not hard to set up simple versions of this. You will spend a lot of time writing the drag and drop of tabs to different tabwidgets, and the saving/loading of the layouts.

The image in the link you've shown is simply the image viewer. You can see this is actually a single "tabbed widget" in a container. You can more examples of the "full" interface on the Foundry's website, http://www.thefoundry.co.uk/features_detail.aspx?ui=CBC2593A-2C9F-4EF9-84BE-C198B0171453


-----Original Message-----
From: pyqt-bounces at riverbankcomputing.com [mailto:pyqt-bounces at riverbankcomputing.com] On Behalf Of tabish-->
Sent: Friday, August 07, 2009 5:48 AM
To: pyqt at riverbankcomputing.com
Subject: [PyQt] Need to implement UI like Nuke 3d


Please check the link:
http://www.qtsoftware.com/qt-in-use/story/customer/the-foundry

i want to implement user interface like Nuke 3d. 
Can you guys please help me understand the Widgets and the implementation of
the Qdockwidget.
Guys if you have any documentation of the Nuke 3d documentation please send
it across.

-- 
View this message in context: http://www.nabble.com/Need-to-implement-UI-like-Nuke-3d-tp24864248p24864248.html
Sent from the PyQt mailing list archive at Nabble.com.

_______________________________________________
PyQt mailing list    PyQt at riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list