This class inherits from Qt’s QtWidgets.QDialog
class.
Methods
__init__()
Create and return a new Dialog object.
Houdini 17.0 Python Scripting hou hou.qt
A simple dialog with the Houdini look and feel.
This class inherits from Qt’s QtWidgets.QDialog
class.
__init__()
Create and return a new Dialog object.
Module containing Qt related functions.
A widget for color input.
A button used for selecting colors with the Houdini look and feel.
A non-scrollable combo box (menu button and menu) with the Houdini look and feel.
A simple dialog with the Houdini look and feel.
A simple label for input fields.
A button with the Houdini look and feel that opens the Houdini file chooser dialog when clicked.
A button with the Houdini look and feel that opens a help page when clicked.
An icon generated from a Houdini icon name.
A vector of text fields (one to four) that store either integers, floats or strings.
A menu with the Houdini look and feel.
A menubar with the Houdini look and feel.
A button with the Houdini look and feel that opens a drop-down menu when clicked.
A button with the Houdini look and feel that opens the Houdini node chooser dialog when clicked.
A button with the Houdini look and feel that opens the Houdini node chooser dialog when clicked.
A button with the Houdini look and feel that opens the Houdini node chooser dialog when clicked.
A simple separator widget with the Houdini look and feel.
A tooltip window with the Houdini look and feel that can be used for hover tooltips.
A button with the Houdini look and feel that opens the Houdini track chooser dialog when clicked.
A generic window with the Houdini look and feel.
This method is deprecated.
This method is deprecated.
This method is deprecated.
hou.qt.createFileChooserButton()
This method is deprecated.
This method is deprecated.
This method is deprecated.
This method is deprecated.
This method is deprecated.
This method is deprecated.
hou.qt.createNodeChooserButton()
This method is deprecated.
This method is deprecated.
This method is deprecated.
This method is deprecated.
Return a QWidget instance representing the window for the specified floating panel.
Convert the given QColor to a HOM color and alpha value.
Return a QColor object for a specified Houdini resource color.
Return a QCursor object for a Houdini cursor.
Converts inches to pixels, accounting for both Qt and Houdini’s dpi settings.
Return a QWidget instance representing the main Houdini Window.
Converts pixels to inches, accounting for both Qt and Houdini’s dpi settings.
Converts a Qt key with Qt modifiers and the key evevnt’s text into a string that is suitable for UI display or to pass to the hot key manager.
Converts a Qt key with Qt modifiers into a UI key and UI modifiers if possible.
hou.qt.skipClosingMenusForCurrentButtonPress()
Disable automatic closing of menus for the current mouse button event.
Return the Houdini style sheet.
Convert the given HOM color and alpha value to a QColor.