20 #ifndef ModuleBase_WidgetChoice_H
21 #define ModuleBase_WidgetChoice_H
23 #include "ModuleBase.h"
24 #include "ModuleBase_ModelWidget.h"
71 QString getPropertyPanelTitle(
int theIndex);
91 void onCurrentIndexChanged(
int theIndex);
97 QStringList myButtonTitles;
98 std::string myStringListAttribute;
A Choice control.
Definition: ModuleBase_ChoiceCtrl.h:42