Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Qt Memory Deallocation

$
0
0
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,

Viewing all articles
Browse latest Browse all 18427

Trending Articles