v3.14.2
guidata Version 3.14.2
🛠️ Bug fixes:
- Old QtPy compatibility: Fixed
ImportErrorwhen using QtPy < 2.0.0 (guidata supports QtPy >= 1.9) — thePYSIDE6constant was not available before QtPy 2.0.0 - MultipleChoiceItem validation: Fixed
DataItemValidationErrorwhen accepting a dialog containing aMultipleChoiceItemwith validation enabled — the widget was passing a list instead of the expected tuple, causing a validation failure when closing the dialog (fixes Issue #98) - PyQt6 compatibility: Fixed
RuntimeError: wrapped C/C++ object has been deletedwhen closing dialogs in automated tests with PyQt6 —exec_dialog()now checks object validity before callingdeleteLater(), since Qt may already have destroyed the C++ object duringexec()