From c1e526ea39d97c4c374de4cf8c211dc39ebbb538 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 19 Aug 2021 23:13:18 -0400 Subject: convert sample python triage plugin to PySide6 --- python/examples/triage/headers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/examples/triage/headers.py') diff --git a/python/examples/triage/headers.py b/python/examples/triage/headers.py index 0c87518d..0f2fd6de 100644 --- a/python/examples/triage/headers.py +++ b/python/examples/triage/headers.py @@ -3,8 +3,8 @@ from binaryninja.binaryview import StructuredDataView import binaryninjaui from binaryninjaui import ViewFrame, UIContext from binaryninja.enums import ThemeColor -from PySide2.QtWidgets import QWidget, QLabel, QGridLayout -from PySide2.QtGui import QPalette +from PySide6.QtWidgets import QWidget, QLabel, QGridLayout +from PySide6.QtGui import QPalette class ClickableLabel(QLabel): -- cgit v1.3.1