The signal is for your own plugins so that they can react on changes in properties by implementing slots accepting this signature.
The signal is for your own plugins so that they can react on changes in properties by implementing slots accepting this signature.
I don't understand what you mean. QWidget doesn't have such signal. This signal, as I said, is specifically for Qt Designer plugins implementing things such as Designer's property editor extensions. You can't use this signal in regular Qt applications.
I already told you that twice. If you still are not convinced I'm right, grep Qt sources for the signature and see what (if anything) implements a slot with such a signature.
Anyway,Thanks a lots.
I know! You mean that this signal is just for the Qt Designer plugins.
And if i select a QWidget(for example QPushButton, who belong to Qt, not a plugins) in the UI designer of Qt Creator, and then, i chang a value of the QWidget in its PropertyEditor where is in the lower right corner of the Qt Creator.What's happen now? Who to respond to this change?
Once again, thank you!
Do you really want me to say this for the third time? You can write a Deisgner plugin that will do something when a property of a particular widget changes its value.
Bookmarks