Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
5.12
-
None
-
-
7a7ec94d6c7b184a376d966f4b69804bd3dc9d37
Description
QValidator::State is not a Q_ENUM, so it can't be converted directly to a string using QVariant. Uses for this include being able to reference those states by name in a QStyleSheet. I'm stuck using Qt 5.12, but as far as I can tell this affects all versions.