diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-06-02 11:27:24 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-07-28 19:31:25 -0400 |
| commit | c08ddcab02433cb5078b6cfea11bf972e47b3169 (patch) | |
| tree | 02f05276ac497521a76e1591f3776e4f1cfe31d9 /python/examples/hellodockwidget.py | |
| parent | 8c0fa1737552e548909a435ddcc2b661a71b5da9 (diff) | |
Add sidebar and move some dock widgets to it
Diffstat (limited to 'python/examples/hellodockwidget.py')
| -rw-r--r-- | python/examples/hellodockwidget.py | 6 |
1 files changed, 3 insertions, 3 deletions
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): |
