Combine QLineEdit error stylesheets

This commit is contained in:
GriffinR
2025-05-26 14:54:39 -04:00
parent 82304ae828
commit d795a1133d
11 changed files with 24 additions and 33 deletions

View File

@@ -3,6 +3,7 @@
#define UTILITY_H
#include <QString>
#include <QLineEdit>
namespace Util {
void numericalModeSort(QStringList &list);
@@ -12,6 +13,7 @@ namespace Util {
QString toHtmlParagraph(const QString &text);
Qt::Orientations getOrientation(bool xflip, bool yflip);
QString replaceExtension(const QString &path, const QString &newExtension);
void setErrorStylesheet(QLineEdit *lineEdit, bool isError);
}
#endif // UTILITY_H