Skip to content
Snippets Groups Projects

Initial work on constant propagation

Open Oscar Gustafsson requested to merge constantpropagation into master
Files
50
+ 9
1
@@ -28,7 +28,15 @@ class DragButton(QPushButton):
"""
Drag button class.
This class creates a drag button which can be clicked, dragged and dropped.
This class creates a button which can be clicked, dragged and dropped.
Parameters
----------
name
operation
is_show_name
window
parent
"""
connectionRequested = Signal(QPushButton)
Loading