21 #ifndef INTERACTORCONFIGWIDGET_H 22 #define INTERACTORCONFIGWIDGET_H 27 class InteractorConfigWidget;
35 class InteractorConfigWidget :
public QDialog {
37 Ui::InteractorConfigWidget *_ui;
38 Interactor *_interactor;
41 explicit InteractorConfigWidget(QWidget *parent =
nullptr);
42 ~InteractorConfigWidget();
43 bool setWidgets(Interactor *interactor);
46 void showEvent(QShowEvent *)
override;
51 #endif // INTERACTORCONFIGWIDGET_H