File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33import os
44from .pkg_info import __version__
55
6- #: Version of the NodeGraphQt framework.
6+ #: Current version of the NodeGraphQt framework.
77VERSION = __version__
88
99# === PIPE ===
1717PIPE_ACTIVE_COLOR = (70 , 255 , 220 , 255 )
1818PIPE_HIGHLIGHT_COLOR = (232 , 184 , 13 , 255 )
1919PIPE_SLICER_COLOR = (255 , 50 , 75 )
20- #: The draw the connection pipes as straight lines.
20+ #: Style to draw the connection pipes as straight lines.
2121PIPE_LAYOUT_STRAIGHT = 0
22- #: The draw the connection pipes as curved lines.
22+ #: Style to draw the connection pipes as curved lines.
2323PIPE_LAYOUT_CURVED = 1
24- #: The draw the connection pipes as angled lines.
24+ #: Style to draw the connection pipes as angled lines.
2525PIPE_LAYOUT_ANGLE = 2
2626
2727# === PORT ===
You can’t perform that action at this time.
0 commit comments