We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7927b4 commit 0512ce1Copy full SHA for 0512ce1
example.py
@@ -2,9 +2,8 @@
2
import os
3
import sys
4
5
-from PySide2 import QtWidgets
6
-
7
from NodeGraphQt import NodeGraph, Node, Backdrop, setup_context_menu
+from NodeGraphQt.vendor.Qt import QtWidgets
8
9
# import example nodes from the "example_nodes" package
10
from example_nodes import basic_nodes, widget_nodes
0 commit comments