Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
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.
The QQmlPropertyValueSource class is an interface for property value sources such as animations and b...
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)