Description
This tutorial will guide you through creating a Maya frame layout widget style in Pyside. A frame layout is a collapsible container and can contain more widgets inside. Through a click on the frame layout’s title, the user can hide/show the content, making it very useful to keep a UI clean and compact.
Even though this kind of widget is widely used by animators and developers using the Maya commands, there is no actual equivalent in Qt.