LICENSE.md
MANIFEST.in
README.md
setup.cfg
setup.py
NodeGraphQt/__init__.py
NodeGraphQt/constants.py
NodeGraphQt/errors.py
NodeGraphQt/pkg_info.py
NodeGraphQt.egg-info/PKG-INFO
NodeGraphQt.egg-info/SOURCES.txt
NodeGraphQt.egg-info/dependency_links.txt
NodeGraphQt.egg-info/requires.txt
NodeGraphQt.egg-info/top_level.txt
NodeGraphQt/base/__init__.py
NodeGraphQt/base/commands.py
NodeGraphQt/base/factory.py
NodeGraphQt/base/graph.py
NodeGraphQt/base/menu.py
NodeGraphQt/base/model.py
NodeGraphQt/base/node.py
NodeGraphQt/base/port.py
NodeGraphQt/custom_widgets/__init__.py
NodeGraphQt/custom_widgets/nodes_palette.py
NodeGraphQt/custom_widgets/nodes_tree.py
NodeGraphQt/custom_widgets/properties_bin/__init__.py
NodeGraphQt/custom_widgets/properties_bin/custom_widget_color_picker.py
NodeGraphQt/custom_widgets/properties_bin/custom_widget_file_paths.py
NodeGraphQt/custom_widgets/properties_bin/custom_widget_slider.py
NodeGraphQt/custom_widgets/properties_bin/custom_widget_value_edit.py
NodeGraphQt/custom_widgets/properties_bin/custom_widget_vectors.py
NodeGraphQt/custom_widgets/properties_bin/node_property_factory.py
NodeGraphQt/custom_widgets/properties_bin/node_property_widgets.py
NodeGraphQt/custom_widgets/properties_bin/prop_widgets_abstract.py
NodeGraphQt/custom_widgets/properties_bin/prop_widgets_base.py
NodeGraphQt/nodes/__init__.py
NodeGraphQt/nodes/backdrop_node.py
NodeGraphQt/nodes/base_node.py
NodeGraphQt/nodes/base_node_circle.py
NodeGraphQt/nodes/group_node.py
NodeGraphQt/nodes/port_node.py
NodeGraphQt/qgraphics/__init__.py
NodeGraphQt/qgraphics/node_abstract.py
NodeGraphQt/qgraphics/node_backdrop.py
NodeGraphQt/qgraphics/node_base.py
NodeGraphQt/qgraphics/node_circle.py
NodeGraphQt/qgraphics/node_group.py
NodeGraphQt/qgraphics/node_overlay_disabled.py
NodeGraphQt/qgraphics/node_port_in.py
NodeGraphQt/qgraphics/node_port_out.py
NodeGraphQt/qgraphics/node_text_item.py
NodeGraphQt/qgraphics/pipe.py
NodeGraphQt/qgraphics/port.py
NodeGraphQt/qgraphics/slicer.py
NodeGraphQt/widgets/__init__.py
NodeGraphQt/widgets/actions.py
NodeGraphQt/widgets/dialogs.py
NodeGraphQt/widgets/node_graph.py
NodeGraphQt/widgets/node_widgets.py
NodeGraphQt/widgets/scene.py
NodeGraphQt/widgets/tab_search.py
NodeGraphQt/widgets/viewer.py
NodeGraphQt/widgets/viewer_nav.py
NodeGraphQt/widgets/icons/node_base.png
examples/hotkeys/__init__.py
examples/hotkeys/hotkey_functions.py
examples/nodes/__init__.py
examples/nodes/basic_nodes.py
examples/nodes/custom_ports_node.py
examples/nodes/group_node.py
examples/nodes/widget_nodes.py