Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.4.0, 4.4.1, 4.4.2, 4.4.3, 4.5.0, 4.5.1, 4.5.2, 4.5.3, 4.6.0, 4.6.1
-
None
-
fe2611f98fd4167cd4746100f062380cbc72f6bd
Description
QDesignerPropertyEditorInterface::propertyChanged() is never emitted - it seems from the code that this signal has been changed/renamed to QDesignerPropertyEditorInterface::propertyValueChanged()
Unfortunatelly, the QVariant parameter does not hold the expected (changed) property but some designer internal reference: qdesigner_internal::PropertySheetEnumValue
This should be reflected in the docs ... and the (unusable) QVariant should be changed to hold the expected value as explained in the docs (Qt-4.6.1/doc/html/qdesignerpropertyeditorinterface.html @see Detailed Description)
This is also mentioned in QTBUG-2744, but the topic is misleading