Details
-
Suggestion
-
Resolution: Done
-
P4: Low
-
4.4.3
-
None
-
6e28d672226938c0acd5baf164ddd3dec290a07e
Description
QDesignerPropertySheetExtension: add set/isEnabled() functions so its possible to enable/disable properties in property sheet
Designer has a isEnabled() virtual in its internal implementation of the QDesignerPropertySheetExtension (see tools/designer/src/lib/shared/qdesigner_propertysheet_p.h). If you make use of that base class, you can implement this functionality. At the moment, there are no plans to make it part of the public interface for the Qt 4 series due to binary compatibility issues.