#include "PythonQtWrapper_QStyleOption.h" #include #include #include #include #include #include QStyleOption* PythonQtWrapper_QStyleOption::new_QStyleOption(const QStyleOption& other) { return new PythonQtShell_QStyleOption(other); } QStyleOption* PythonQtWrapper_QStyleOption::new_QStyleOption(int version, int type) { return new PythonQtShell_QStyleOption(version, type); } void PythonQtWrapper_QStyleOption::initFrom(QStyleOption* theWrappedObject, const QWidget* w) { ( theWrappedObject->initFrom(w)); }