I was curious how big QObject actually is, including the typical private data each instance creates dynamically. I couldn't get a sizeof
for those, because of the way they are implemented.
EDIT: NOTE that I am asking about the size of a typical usage scenario for a QObject, I am not asking "how to get the size" which is what that other question is about, I am asking people who KNOW the approximate size, since obviously the language itself provides no means of reporting that.