You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GUI/QValidatedLineEdit: add validation control features and fix error highlighting
- Add setAllowEmptyInput() to control whether empty input is valid
- Add setAllowValidationWhileEditing() for real-time validation
- Fix focusInEvent to handle validation-while-editing fields correctly
- Fix setEnabled to clear focus before disabling to ensure proper cleanup of invalid visual state
- Add changeEvent() handler to update validation colors on palette/theme changes
0 commit comments