29 Q_PROPERTY(qreal maximumFrameRate READ qmlMaximumFrameRate WRITE qmlSetMaximumFrameRate RESET
30 qmlResetMaximumFrameRate NOTIFY maximumFrameRateChanged REVISION(6, 12))
31 QML_NAMED_ELEMENT(WindowCapture)
34 QQuickWindowCapture(QObject *parent =
nullptr);
36 void qmlSetMaximumFrameRate(qreal);
37 qreal qmlMaximumFrameRate()
const;
38 void qmlResetMaximumFrameRate();
41 Q_REVISION(6, 12)
void maximumFrameRateChanged(qreal);