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/byte.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/examples/triage/byte.py') diff --git a/python/examples/triage/byte.py b/python/examples/triage/byte.py index 6a3a9a10..73d909d2 100644 --- a/python/examples/triage/byte.py +++ b/python/examples/triage/byte.py @@ -1,9 +1,9 @@ # coding: utf8 import sys -from PySide2.QtWidgets import QAbstractScrollArea, QAbstractSlider -from PySide2.QtGui import QPainter, QPalette, QFont -from PySide2.QtCore import Qt, QTimer, QRect +from PySide6.QtWidgets import QAbstractScrollArea, QAbstractSlider +from PySide6.QtGui import QPainter, QPalette, QFont +from PySide6.QtCore import Qt, QTimer, QRect import binaryninjaui from binaryninjaui import View, ViewType, RenderContext, UIContext, UIAction from binaryninja.enums import LinearDisassemblyLineType, ThemeColor -- cgit v1.3.1