![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtCore More...
Collaboration diagram for QPropertyAlias:\inmodule QtCore
The QPropertyAlias class is a safe alias for a QProperty with same template parameter.
QPropertyAlias<T> wraps a pointer to a QProperty<T> and automatically invalidates itself when the QProperty<T> is destroyed. It forwards all method invocations to the wrapped property. For example: