Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickframe.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 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
4#include "qquickframe_p.h"
5#include "qquickframe_p_p.h"
6
8
13
40{
41}
42
44 : QQuickPane(dd, parent)
45{
46}
47
48#if QT_CONFIG(accessibility)
49QAccessible::Role QQuickFrame::accessibleRole() const
50{
51 return QAccessible::Border;
52}
53#endif
54
56
57#include "moc_qquickframe_p.cpp"
QQuickFrame(QQuickItem *parent=nullptr)
Visual frame for a logical group of controls.
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
Definition qquickitem.h:64
Combined button and popup list for selecting options.
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent