21 #ifndef INTERACTORCONFIGWIDGET_H 22 #define INTERACTORCONFIGWIDGET_H 27 class InteractorConfigWidget;
33 class InteractorConfigWidget :
public QDialog {
36 Ui::InteractorConfigWidget *_ui;
37 Interactor *_interactor;
40 explicit InteractorConfigWidget(QWidget *parent =
nullptr);
41 ~InteractorConfigWidget();
42 bool setWidgets(Interactor *interactor);
50 #endif // INTERACTORCONFIGWIDGET_H