Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.02 KB

PyQt Collapsable Widget

A PyQt collapsable widget in the spirit of the Maya frameLayout command

Why ?

Because if there is no widget collapsable in PyQt (until Qt5). But the Maya cmds has a UI command called frameLayout that makes its content collapsable. Inside a PyQt design, for consistency, I made this code to create a collapsable widget. With the help from this post, especially this chunk.

How does it look?

Here you can see the result in a standard Python application

PyQt Collapsable Widget in Python standalone

Here you can see the result from a Maya window

PyQt Collapsable Widget in Maya

Hope you'll enjoy it!, 😽

By0ute 👸