• Stefy Lanza (nextime / spora )'s avatar
    Fix PyQt6 compatibility issues in usb_creator_gui.py · 5c3932a8
    Stefy Lanza (nextime / spora ) authored
    - 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
    5c3932a8
usb_creator_gui.py 21.9 KB