You can use PyQt's new style signals which are less verbose: self.connect(dial, SIGNAL("valueChanged(int)"), spinbox.setValue). Becomes: dial.
確定! 回上一頁