aboutsummaryrefslogtreecommitdiffstats
path: root/examples/axcontainer/axviewer.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/axcontainer/axviewer.py')
-rw-r--r--examples/axcontainer/axviewer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/axcontainer/axviewer.py b/examples/axcontainer/axviewer.py
index e9083d8f4..50e50ee1c 100644
--- a/examples/axcontainer/axviewer.py
+++ b/examples/axcontainer/axviewer.py
@@ -43,7 +43,8 @@
import sys
from PySide2.QtAxContainer import QAxSelect, QAxWidget
-from PySide2.QtWidgets import (QAction, QApplication, QDialog,
+from PySide2.QtGui import QAction
+from PySide2.QtWidgets import (QApplication, QDialog,
QMainWindow, QMessageBox, QToolBar)
class MainWindow(QMainWindow):