I\'m using Qt and have some real basic problems. I have created my own widget MyTest that have a variable obj. I need to set this variable obj from
obj
if you want to transfer data and want to use the very simplest way, just create a signal and slot between both widgets. Connect them in the main widget, and pass data while calling the slot.