Qt 6.11 is out! See what's new in the release
blog
Documentation / Guide on memory allocation with Qt
-
Can someone point me to a location to read up on memory allocation and Qt. Normally I manage the memory myself, if I allocate something I deallocate the memory, however recently I've heard that certain Qt objects like layouts automatically deallocate the memory when done.
Is this correct?
-
@JohanSolo , thank you, I will take a look. Thats exactly what I needed.
-
@JohanSolo , I didn't realise that Qt did any kind of memory management for you.