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