#include "PythonQtWrapper_QHBoxLayout.h" #include #include #include #include #include #include #include #include #include #include #include QHBoxLayout* PythonQtWrapper_QHBoxLayout::new_QHBoxLayout() { return new QHBoxLayout(); } QHBoxLayout* PythonQtWrapper_QHBoxLayout::new_QHBoxLayout(QWidget* parent) { return new QHBoxLayout(parent); }