I'm trying to create a first project using qt (a simple calculator). I created a class who inherits from QPushButton, code compiles without warning, but the button created appears empty. I don't understand why it's not showing 42...I'm trying to create a first project using qt (