Dear All,
How do I create a list with buttons for expanding subgroups as is done in Qt's designer app? Screenshot of the desired functionality is attached.
Best regards,
Mads
Printable View
Dear All,
How do I create a list with buttons for expanding subgroups as is done in Qt's designer app? Screenshot of the desired functionality is attached.
Best regards,
Mads
Look in the sources of designer. They are public available.
As I remember they are using a simple QTreeWidget/QTreeView with a custom delegate which is drawing the top level items in a button shape. It's easy to code that by yourself.
any examples ?? its easy if you know how. Could you point us with some example ?
Another option could be the QToolBox.Quote:
Originally Posted by migel