#include "PythonQtWrapper_QStyleOptionFrame.h" #include #include #include #include #include #include QStyleOptionFrame* PythonQtWrapper_QStyleOptionFrame::new_QStyleOptionFrame() { return new PythonQtShell_QStyleOptionFrame(); } QStyleOptionFrame* PythonQtWrapper_QStyleOptionFrame::new_QStyleOptionFrame(const QStyleOptionFrame& other) { return new PythonQtShell_QStyleOptionFrame(other); }