#ifndef CUICOMPONENTBASEWIDGET_H #define CUICOMPONENTBASEWIDGET_H #include class CUIConfig; class CUIComponentBaseWidget : public QWidget { Q_OBJECT public: explicit CUIComponentBaseWidget(QWidget *parent = nullptr); protected: virtual QLayout* getLayout(CUIConfig* conf); protected: signals: }; #endif // CUICOMPONENTBASEWIDGET_H