Hi;
Please take a look at image bellow. I know that they use QT to make user interface of most 3d software like Sidefx Houdini, but I can't find any widget in QT or Quick like this.
Thanks.
Capture.jpg
Hi;
Please take a look at image bellow. I know that they use QT to make user interface of most 3d software like Sidefx Houdini, but I can't find any widget in QT or Quick like this.
Thanks.
Capture.jpg
Resizable/Collapsible widget arrangements can be done using QSplitter.
Potentially also QDockWidget
For tabs either QTabWidget or QTabBar
For the Shelves either QToolBar or QToolButton in a horizontal layout in some other container widget.
Cheers,
_
Hi, you can build your GUI using Qt Designer, and using the classes that anda_skoa mentioned.
Ginsengelf
Bookmarks