feat: Add ErrorLabel component.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "dialogs/GUIFormBaseDialog.h"
|
||||
|
||||
class DicomSettingsArea;
|
||||
class QLabel;
|
||||
class ErrorLabel;
|
||||
|
||||
class ReconSettingsDialog : public GUIFormBaseDialog
|
||||
{
|
||||
@@ -22,7 +22,7 @@ private:
|
||||
|
||||
private:
|
||||
DicomSettingsArea* mSettingsArea;
|
||||
QLabel* mErrorText;
|
||||
ErrorLabel* mErrorText;
|
||||
};
|
||||
|
||||
#endif // RECONSETTINGSDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user