Esempio n. 1
0
 def __init__(self, parent=None, label=""):
     logging.debug(__name__ + ": __init__")
     BoxDecayView.__init__(self, parent)
     self._connections = {}
     self._colors = [Qt.red, Qt.green, Qt.blue, Qt.cyan, Qt.magenta]
     self._colorIndex = 0
     PointToPointConnection.CONNECTION_THICKNESS = 2
     self.setSortBeforeArranging(False)
     self._highlightedObjects = []
     self._highlightedWidgets = []
Esempio n. 2
0
 def __init__(self, parent=None, label=""):
     logging.debug(__name__ + ": __init__")
     BoxDecayView.__init__(self, parent)
     self._connections = {}
     self._colors = [Qt.red, Qt.green, Qt.blue, Qt.cyan, Qt.magenta]
     self._colorIndex = 0
     PointToPointConnection.CONNECTION_THICKNESS = 2
     self.setSortBeforeArranging(False)
     self._highlightedObjects = []
     self._highlightedWidgets = []