#ifndef PYTHONQTWRAPPER_QHBOXLAYOUT_H #define PYTHONQTWRAPPER_QHBOXLAYOUT_H #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QHBoxLayout : public QObject { Q_OBJECT public: public slots: QHBoxLayout* new_QHBoxLayout(); QHBoxLayout* new_QHBoxLayout(QWidget* parent); void delete_QHBoxLayout(QHBoxLayout* obj) { delete obj; } }; #endif // PYTHONQTWRAPPER_QHBOXLAYOUT_H