21 #ifndef INTERACTORCONFIGWIDGET_H
22 #define INTERACTORCONFIGWIDGET_H
25 #include <tulip/tuliphash.h>
28 class InteractorConfigWidget;
37 class InteractorConfigWidget :
public QDialog {
39 Ui::InteractorConfigWidget *_ui;
40 Interactor *_interactor;
42 tlp_hash_map<std::string, int> lastIndex;
45 explicit InteractorConfigWidget(QWidget *parent =
nullptr);
46 ~InteractorConfigWidget();
47 bool setWidgets(Interactor *interactor);
49 void showEvent(QShowEvent *)
override;
50 void hideEvent(QHideEvent *)
override;