PySide Shiboken Command Line
PySide Shiboken Command Line Options
Usage
shiboken [options]Options
--disable-verbose-error-messagesDisable verbose error messages. Turn the CPython code hard to debug but saves a few kilobytes in the generated binding.
--enable-parent-ctor-heuristicThis flag enable an useful heuristic which can save a lot of work related to object ownership when writing the typesystem. For more info, check Parentship heuristics.
--enable-pyside-extensionsEnable pyside extensions like support for signal/slots. Use this if you are creating a binding based on PySide.
--enable-return-value-heuristicEnable heuristics to detect parent relationship on return values. For more info, check Return value heuristics.