Qt dialog or houdini dialogs

   1194   1   0
User Avatar
Member
51 posts
Joined: Oct. 2019
Offline
Hello!
So I'm starting to create some pipeline tools for Houdini, and while most of it is sorted in a “scripting” way. I would now like to attach it to a ui. For years I've been using Qt/PySide with Maya to create all those interfaces, and while I can do that now also, I would like to try out the hou.ui class for creating these so they feel and look like native Houdini tools.

Besides the hdk docs, are there any other place where tutorials or information about this has been posted?

Or.. is there a way of importing the Houdini stylesheet into my Qt dialogs?


regards
stefan
CG Supervisor - Important Looking Pirates
http://www.ilpvfx.com/ [www.ilpvfx.com]
User Avatar
Staff
3455 posts
Joined: July 2005
Offline
try
        self.setProperty("houdiniStyle", True)
        self.setStyleSheet(hou.qt.styleSheet())
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
  • Quick Links