32 SyncedCheckboxes(QAction *menu, QAbstractButton *button,
bool checked =
false);
34 void toggle(
bool val);
35 void setEnabled(
bool val);
36 void setVisible(
bool val);
43 void on_menu_toggled(
bool );
44 void on_button_toggled(
bool );
#define EXPORT_OPT_MANTIDQT_COMMON
QAbstractButton * m_button
void toggled(bool)
Signal emitted when the check box is toggled.
~SyncedCheckboxes() override
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...