![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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
! \nativetype 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 99 of file qquickscrollindicator.cpp.
|
static |
Definition at line 100 of file qquickscrollindicator.cpp.
|
static |
Definition at line 101 of file qquickscrollindicator.cpp.