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
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
42
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:63
Combined button and popup list for selecting options.