I Need to check if the value (str) of a qlabel changed.
I think about using the following code (nearly the same as used by a spinbox widget in PyQt):

Qt Code:
  1. self.connect(self.ui.labelEntry, QtCore.SIGNAL("valueChanged(str)"), self.autovalidate)
To copy to clipboard, switch view to plain text mode 

What's the correct Methode to check if value changed?

All the best;