Quote Originally Posted by wysota View Post
You can only reimplement methods of classes and not objects and "imageLabel" is an object, not a class. You have to subclass QLabel and reimplement the method for the subclass.
and how would i do that?