From 724187f086191bda17e9d8b36222c88a9c6da9fd Mon Sep 17 00:00:00 2001 From: David Riusech Date: Thu, 3 Feb 2022 14:06:32 -0500 Subject: [PATCH] pyside6 addition --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index caf9efe..8f45646 100644 --- a/__init__.py +++ b/__init__.py @@ -2,8 +2,8 @@ import copy from binaryninja import LowLevelILOperation, PluginCommand, log_debug, log_info, log_error, log_alert -from PySide2.QtCore import Qt, QModelIndex, QAbstractTableModel -from PySide2.QtWidgets import (QDialog, QApplication, QTableView, QVBoxLayout, QHBoxLayout, +from PySide6.QtCore import Qt, QModelIndex, QAbstractTableModel +from PySide6.QtWidgets import (QDialog, QApplication, QTableView, QVBoxLayout, QHBoxLayout, QPushButton, QLabel, QLineEdit)