50 void addUserInputWidget( QWidget *widget );
54 void paintEvent( QPaintEvent *event )
override;
57 void widgetDestroyed( QObject *obj );
61 void setLayoutDirection( QBoxLayout::Direction direction );
64 QMap<QWidget *, QFrame *> mWidgetList;
66 bool mLayoutHorizontal =
true;
67 QBoxLayout *mLayout =
nullptr;