angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
859 stars 108 forks source link

Use string representation for QKeySequence construction #1178

Closed mborgerson closed 4 months ago

mborgerson commented 4 months ago

Trying to use typical operators to construct key sequences has been problematic, and is apparently broken in PySide6 v6.6.2. Use string representation which is more compatible, and easier to read.

Related #1177