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 error_locations to only be populated for validators that support it
- Fix setEnabled to clear focus before disabling to ensure proper cleanup of invalid visual state
0 commit comments