Beispiel #1
0
    def __init__(self):
        from Qub.Widget.Graph.QubGraph import QubGraph
        from Qub.Widget.Graph.QubGraphCurve import QubGraphCurve
        self.graph = QubGraph()
        self.curve = QubGraphCurve()
        self.curve.attach(self.graph)

        self.__followCurve = self.curve.getCurvePointFollowMarked()
        self.graph.show()

        self._All = []