So I'm dynamically creating QPushButton objects and then mapping them to emit a signal. From the slot associated with the signal I want to edit the object's properties (in this case the text, that is QPushButton::text()).So I'm dynamically creating QPushButton objects