Fix PyQt6 compatibility issues in usb_creator_gui.py
- Fix Qt.AlignCenter -> Qt.AlignmentFlag.AlignCenter (line 227) - Fix QLineEdit.Password -> QLineEdit.EchoMode.Password (password fields) - Fix QMessageBox constants to use StandardButton enum - Fix app.exec_() -> app.exec() for PyQt6 compatibility - Resolves AttributeError issues on Windows with PyQt6
Showing
Please
register
or
sign in
to comment