Skip to content
Snippets Groups Projects

Portconnection

Merged Olle Hansson requested to merge portconnection into master
Files
2
+ 5
2
@@ -11,7 +11,7 @@ import sys
from pprint import pprint
from qtpy.QtCore import QFileInfo, QSize, Qt
from qtpy.QtGui import QIcon, QKeySequence, QPainter
from qtpy.QtGui import QCursor, QIcon, QKeySequence, QPainter
from qtpy.QtWidgets import (
QAction,
QApplication,
@@ -67,7 +67,8 @@ class MainWindow(QMainWindow):
self.operationItemSceneList = []
self.signalList = []
self.mouse_pressed = False
self.mouse_draggin = False
self.mouse_dragging = False
self.starting_port = []
self.pressed_operations = []
self.portDict = {}
self.signalPortDict = {}
@@ -134,6 +135,8 @@ class MainWindow(QMainWindow):
"section on the toolbar."
)
self.cursor = QCursor()
def init_ui(self):
self.create_toolbar_view()
self.create_graphics_view()
Loading