This class inherits from Qt’s QtGui.QIcon
class.
Methods ¶
__init__(icon_name, width=None, height=None)
Create and return a new icon for the specified Houdini icon name.
You can discover Houdini icons using the Houdini file chooser dialog and diving into the “hicon://” path. The name of the icon file without the .svg extension is the icon’s name. For example, the icon name for “hicon://SVGIcons.index/BUTTONS_help.svg” is “BUTTONS_help”.