Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickcontainer.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#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"
Include dependency graph for qquickcontainer.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QQuickItemeffectiveContentItem (QQuickItem *item)
 Abstract base type providing functionality common to containers.

Function Documentation

◆ effectiveContentItem()

QT_BEGIN_NAMESPACE QQuickItem * effectiveContentItem ( QQuickItem * item)
static

Abstract base type providing functionality common to containers.

\qmltype Container
\inherits Control

! \nativetype QQuickContainer \inqmlmodule QtQuick.Controls

Since
5.7

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.