On 6 July 2012 13:26, Tr3wory <t...@freemail.hu> wrote:
> But the QWidget's weight property doesn't have a corresponding
> weightChanged() signal (nor sizeChanged() or something higher level).
> Actually it doesn't have any NOTIFY signal at all.
>

QWidget doesn't have a weight() property. If it's something you've
added in one of your subclasses, then that subclass is responsible for
exposing the property and adding the notify signal.

Rich.
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to