![]() |
Qt 6.x
The Qt SDK
|
#include "qquickscrollindicator_p.h"
#include "qquickcontrol_p_p.h"
#include <QtQml/qqmlinfo.h>
#include <QtQuick/private/qquickflickable_p.h>
#include <QtQuick/private/qquickitemchangelistener_p.h>
#include "moc_qquickscrollindicator_p.cpp"
Go to the source code of this file.
Classes | |
class | QQuickScrollIndicatorPrivate |
struct | QQuickScrollIndicatorPrivate::VisualArea |
class | QQuickScrollIndicatorAttachedPrivate |
Variables | |
static QT_BEGIN_NAMESPACE const QQuickItemPrivate::ChangeTypes | QsiChangeTypes = QQuickItemPrivate::Geometry | QQuickItemPrivate::Destroyed |
Vertical or horizontal non-interactive scroll indicator. | |
static const QQuickItemPrivate::ChangeTypes | QsiHorizontalChangeTypes = QsiChangeTypes | QQuickItemPrivate::ImplicitHeight |
static const QQuickItemPrivate::ChangeTypes | QsiVerticalChangeTypes = QsiChangeTypes | QQuickItemPrivate::ImplicitWidth |
|
static |
Vertical or horizontal non-interactive scroll indicator.
\qmltype ScrollIndicator \inherits Control
! \instantiates QQuickScrollIndicator \inqmlmodule QtQuick.Controls
ScrollIndicator is a non-interactive indicator that indicates the current scroll position. A scroll indicator can be either \l vertical or \l horizontal, and can be attached to any \l Flickable, such as \l ListView and \l GridView.
Definition at line 96 of file qquickscrollindicator.cpp.
|
static |
Definition at line 97 of file qquickscrollindicator.cpp.
Referenced by QQuickScrollIndicatorAttached::~QQuickScrollIndicatorAttached(), and QQuickScrollIndicatorAttached::setHorizontal().
|
static |
Definition at line 98 of file qquickscrollindicator.cpp.
Referenced by QQuickScrollIndicatorAttached::~QQuickScrollIndicatorAttached(), and QQuickScrollIndicatorAttached::setVertical().