Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickdesignercustomparserobject.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 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
9{
10
11}
12
14{
15 /* Nothing to do we accept anything */
16}
17
19{
20 /* Nothing to do we accept anything */
21}
22
24
25#include "moc_qquickdesignercustomparserobject_p.cpp"
Definition qlist.h:74
\inmodule QtCore
Definition qobject.h:90
void applyBindings(QObject *obj, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &compilationUnit, const QList< const QV4::CompiledData::Binding * > &bindings) override
void verifyBindings(const QQmlRefPointer< QV4::ExecutableCompilationUnit > &compilationUnit, const QList< const QV4::CompiledData::Binding * > &props) override
Combined button and popup list for selecting options.