From c08ddcab02433cb5078b6cfea11bf972e47b3169 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 2 Jun 2021 11:27:24 -0400 Subject: Add sidebar and move some dock widgets to it --- python/examples/hellodockwidget.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/examples/hellodockwidget.py') diff --git a/python/examples/hellodockwidget.py b/python/examples/hellodockwidget.py index 6f5f52ea..879b424f 100644 --- a/python/examples/hellodockwidget.py +++ b/python/examples/hellodockwidget.py @@ -31,9 +31,9 @@ # For Dynamic dock widgets, the UI widget operates on a single binary view instance from binaryninjaui import DockHandler, DockContextHandler, UIActionHandler -from PySide2 import QtCore -from PySide2.QtCore import Qt -from PySide2.QtWidgets import QApplication, QHBoxLayout, QVBoxLayout, QLabel, QWidget +from PySide6 import QtCore +from PySide6.QtCore import Qt +from PySide6.QtWidgets import QApplication, QHBoxLayout, QVBoxLayout, QLabel, QWidget instance_id = 0 class HelloDockWidget(QWidget, DockContextHandler): -- cgit v1.3.1