PDA

View Full Version : QtDesigner: signal propertyChanged (...) is never emitted [qt 4.4.3]



sergey_85
26th April 2010, 10:27
Hi!

Use qt 4.4.3, build my own control, but signal QDesignerPropertyEditorInterface :: propertyChanged ( const QString & name, const QVariant & value ) is never emit.

Is it qt bug?

wysota
26th April 2010, 10:35
Please provide more info. How do you know it is never emitted?

sergey_85
26th April 2010, 10:46
... I solved problem to use undoc signals: propertyValueChanged (const QString &,
const QVariant &, bool)

Thanks!