60 enum Info { INVALID, REPLACE, RESTORE };
72 void setValue(
const QString &
value);
74 void setPreviousValue(
const QString &previousValue);
78 void setEnabled(
bool val);
79 void setVisible(
bool val)
override;
87 void addReplaceWSButton();
92 void setError(
const QString &
error);
99 void updateIconVisibility(
const QString &
error =
"");
101 void replaceWSButtonClicked();
103 void valueChangedSlot();
106 void userEditedProperty();
108 void toggleUseHistory();
112 void setUseHistoryIcon(
bool useHistory);
#define EXPORT_OPT_MANTIDQT_COMMON
double value
The value of the point.
A small extension to QLabel, so that it emits a signal when clicked.
~ClickableLabel() override
Destructor.
void mousePressEvent(QMouseEvent *event) override
Catches the mouse press event and emits the signal.
void clicked()
Signal emitted when a user clicks the label.
Base class for properties.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...