Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.3.0
-
None
Description
Provide support for custom pseudo-properties that can be queried for, e.g. by setting a stylesheet on QApplication that uses an undefined property, or a property with a special format. Later, such properties could be queried for with e.g.
QVariant stylesheetProperty( QString name );
to allow custom widgets implement support such properties and adjust accordingly.