def lineEdit(self):
"""Drawing the Line editor for the purpose of manualling entering the edge threshold"""
self.Lineditor = QtGui.QLineEdit()
self.Lineditor.setText(str(self.EdgeSliderValue))
self.Lineditor.returnPressed.connect(self.LineEditChanged)
self.EdgeWeight.connect(self.EdgeSliderForGraph.setValue)
评论列表
文章目录