a pointer is a object that points to a place in memory where the object is stored.
is the definition if i got pointer a & b of the same type.
if i dynamicially allocate a, then connect a, assign the adress in pointer b, and null down pointer a, does qt use the memory location or the object pointer a (thats a null ptr right now) so ptr b will get the signal?
i think its the pointer it uses and not the memory location, but i want to be sure.
for my use right now i assume its the pointer object and not the memory allocation it hooks to.
the signal slot system and the moc process i cant say i know like the back of my hand..





Reply With Quote


Bookmarks