![]() |
Qt 6.x
The Qt SDK
|
#include "qquickscrollbar_p.h"
#include "qquickscrollbar_p_p.h"
#include "qquickscrollview_p.h"
#include <QtQml/qqmlinfo.h>
#include <QtQuick/private/qquickflickable_p.h>
#include "moc_qquickscrollbar_p.cpp"
Go to the source code of this file.
Classes | |
class | QQuickFriendlyFlickable |
Variables | |
static QT_BEGIN_NAMESPACE const QQuickItemPrivate::ChangeTypes | QsbChangeTypes = QQuickItemPrivate::Geometry | QQuickItemPrivate::Destroyed |
Vertical or horizontal interactive scroll bar. | |
static const QQuickItemPrivate::ChangeTypes | QsbHorizontalChangeTypes = QsbChangeTypes | QQuickItemPrivate::ImplicitHeight |
static const QQuickItemPrivate::ChangeTypes | QsbVerticalChangeTypes = QsbChangeTypes | QQuickItemPrivate::ImplicitWidth |
|
static |
Vertical or horizontal interactive scroll bar.
\qmltype ScrollBar \inherits Control
! \instantiates QQuickScrollBar \inqmlmodule QtQuick.Controls
ScrollBar is an interactive bar that can be used to scroll to a specific position. A scroll bar can be either \l vertical or \l horizontal, and can be attached to any \l Flickable, such as \l ListView and \l GridView. It can also be used with \l ScrollView.
Definition at line 125 of file qquickscrollbar.cpp.
|
static |
Definition at line 126 of file qquickscrollbar.cpp.
Referenced by QQuickScrollBarAttached::~QQuickScrollBarAttached(), and QQuickScrollBarAttached::setHorizontal().
|
static |
Definition at line 127 of file qquickscrollbar.cpp.
Referenced by QQuickScrollBarAttached::~QQuickScrollBarAttached(), and QQuickScrollBarAttached::setVertical().