17 #ifndef QGSUSERINPUTWIDGET_H 
   18 #define QGSUSERINPUTWIDGET_H 
   52     void addUserInputWidget( QWidget *widget );
 
   56     void paintEvent( QPaintEvent *event ) 
override;
 
   59     void widgetDestroyed( QObject *obj );
 
   63     void setLayoutDirection( QBoxLayout::Direction direction );
 
   66     QMap<QWidget *, QFrame *> mWidgetList;
 
   68     bool mLayoutHorizontal = 
true;
 
   69     QBoxLayout *mLayout = 
nullptr;