This script enables you to use PySide or PyQt4 with Houdini. Main differences from default pyqt_houdini.py are:
opportunity to have several widgets open at the same time
automaticly apply Houdini-style ui design
implemented 3 different modes. It is not required other functions , rather your widget inherits from one of following classes :
This script help you to open PySide Widgets in Houdini 14 and 15 as PythonPanel
Install PySide or PyQt4 to default Python library or to Houdini python library (for Houdini 13 only)
Copy hqt.py to PYTHONPATH or PATH. For example:
$HFS/python27/lib/site-packages/hqt.py or $HFS/houdini/python2.7libs/hqt.py
import hqt
help(hqt)
See hqt_example.py for details.
Support Houdini 15
Some stylesheet fix
Update help in show function