![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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
! \nativetype QQuickScrollBar \inqmlmodule QtQuick.Controls
{Scroll bar handle moving along track}
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 130 of file qquickscrollbar.cpp.
|
static |
Definition at line 131 of file qquickscrollbar.cpp.
|
static |
Definition at line 132 of file qquickscrollbar.cpp.