21 #ifndef EMODULESTATEDIALOG_H
22 #define EMODULESTATEDIALOG_H
47 Q_FLAGS(ActiveButtons)
60 Q_DECLARE_FLAGS(ActiveButtons, ActiveButton)
66 ActiveButtons enabledButtons = ActiveButtons());
69 void tabChanged(
int index);
73 void reloadAllButton();
78 QMap<
int, ActiveButtons> activeButtons;
88 #endif // EMODULESTATEDIALOG_H
QList< EModuleListWidgetItem * > ModuleListWidgetItems
A type to replace QList with a shorter name.
Definition: eglobal.h:168
Definition: eaboutdialog.h:28
Definition: eglobal.h:126
Some definitions, used along LibEngsas.
Definition: eglobal.h:121
#define E_CORE_EXPORT
Definition: eglobal.h:107
Dialog to display EModuleStateWidgets.
Definition: emodulestatedialog.h:44
ActiveButton
Enum to identify which buttons should be enabled.
Definition: emodulestatedialog.h:56
Mostly the same as EWidget but for QDialog as base class.
Definition: edialog.h:54