Is there a way to be notified when a property changes in a QObject?
Posted
by darkadept
on Stack Overflow
See other posts from Stack Overflow
or by darkadept
Published on 2010-03-08T06:49:18Z
Indexed on
2010/03/08
6:51 UTC
Read the original article
Hit count: 221
First off, I'm using Qt 4.
Is there a way to be notified (signal, event, ?) when a property (dynamic or otherwise) changes on a QObject?
© Stack Overflow or respective owner