#include "PythonQtWrapper_QVBoxLayout.h" #include #include #include #include #include #include #include #include #include #include #include QVBoxLayout* PythonQtWrapper_QVBoxLayout::new_QVBoxLayout() { return new QVBoxLayout(); } QVBoxLayout* PythonQtWrapper_QVBoxLayout::new_QVBoxLayout(QWidget* parent) { return new QVBoxLayout(parent); }