Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqmlcpponassignment.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
10{
11 interceptor->setTarget(property);
12}
13
16{
17 valueSource->setTarget(property);
18}
19
The QQmlPropertyValueInterceptor class is inherited by property interceptors such as Behavior.
virtual void setTarget(const QQmlProperty &property)=0
Set the target property for the value interceptor.
The QQmlPropertyValueSource class is an interface for property value sources such as animations and b...
virtual void setTarget(const QQmlProperty &)=0
Set the target property for the value source.
The QQmlProperty class abstracts accessing properties on objects created from QML.
Combined button and popup list for selecting options.
const char property[13]
Definition qwizard.cpp:101
static void set(QQmlPropertyValueInterceptor *interceptor, const QQmlProperty &property)