feat: Add ErrorLabel component.

This commit is contained in:
sunwen
2024-06-20 18:07:34 +08:00
parent fd8632e888
commit 5f1c06314a
10 changed files with 71 additions and 43 deletions

View File

@@ -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