mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
* ida: add Qt compatibility layer for PyQt5 and PySide6 Introduce a new module `qt_compat.py` providing a unified import interface and API compatibility for Qt modules. It handles differences between PyQt5 (used in IDA <9.2) and PySide6 (used in IDA >=9.2). Update all plugin modules to import Qt components via this compatibility layer instead of directly importing from PyQt5. This enhances plugin compatibility across different IDA versions. thanks @mike-hunhoff! changelog * qt_compat: use __all__ rather than noqa --------- Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
1.5 KiB
1.5 KiB