diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-08-19 23:13:18 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-08-19 23:13:18 -0400 |
| commit | c1e526ea39d97c4c374de4cf8c211dc39ebbb538 (patch) | |
| tree | 8f90712b8000910612ea6fa55735201955b811de /python/examples/triage/view.py | |
| parent | 717e83ef9c857176ce223087951833a24aa59f7e (diff) | |
convert sample python triage plugin to PySide6
Diffstat (limited to 'python/examples/triage/view.py')
| -rw-r--r-- | python/examples/triage/view.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/triage/view.py b/python/examples/triage/view.py index fcc5bf4d..e4f60df0 100644 --- a/python/examples/triage/view.py +++ b/python/examples/triage/view.py @@ -3,8 +3,8 @@ import binaryninjaui from binaryninja.settings import Settings from binaryninja import log from binaryninjaui import View, ViewType, UIContext, ViewFrame -from PySide2.QtWidgets import QScrollArea, QWidget, QVBoxLayout, QHBoxLayout, QPushButton, QGroupBox, QSplitter -from PySide2.QtCore import Qt +from PySide6.QtWidgets import QScrollArea, QWidget, QVBoxLayout, QHBoxLayout, QPushButton, QGroupBox, QSplitter +from PySide6.QtCore import Qt from . import headers from . import entropy from . import imports |
