Hi all,
I have a Qt program composed of objects dynamically created. These objects have derived from QObjects but not used parent argument at the constructor caller for example myQObject *mObject = new myQObject();
Does Qt make the memory deallocation while QMainWindow has been closing or should we do delete operations such as C programmer?
Thanks advance for your clarifications and helps,
↧