![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qquickcontainer_p.h"#include "qquickcontainer_p_p.h"#include <QtQuick/private/qquickflickable_p.h>#include <QtQuick/private/qquickitemview_p.h>#include "moc_qquickcontainer_p.cpp"Go to the source code of this file.
Functions | |
| static QT_BEGIN_NAMESPACE QQuickItem * | effectiveContentItem (QQuickItem *item) |
| Abstract base type providing functionality common to containers. | |
|
static |
Abstract base type providing functionality common to containers.
\qmltype Container \inherits Control
! \nativetype QQuickContainer \inqmlmodule QtQuick.Controls
Container is the base type of container-like user interface controls that allow dynamic insertion and removal of items.
Definition at line 156 of file qquickcontainer.cpp.