Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickscrollbar.cpp File Reference

(2451ff25a531a2427825726f4b5f015fb01d2663)

#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"
+ Include dependency graph for qquickscrollbar.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
 

Variable Documentation

◆ QsbChangeTypes

QT_BEGIN_NAMESPACE const QQuickItemPrivate::ChangeTypes QsbChangeTypes = QQuickItemPrivate::Geometry | QQuickItemPrivate::Destroyed
static

Vertical or horizontal interactive scroll bar.

\qmltype ScrollBar
\inherits Control

! \instantiates QQuickScrollBar \inqmlmodule QtQuick.Controls

Since
5.7

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.

Flickable {
// ...
ScrollBar.vertical: ScrollBar { }
}

Definition at line 125 of file qquickscrollbar.cpp.

◆ QsbHorizontalChangeTypes

const QQuickItemPrivate::ChangeTypes QsbHorizontalChangeTypes = QsbChangeTypes | QQuickItemPrivate::ImplicitHeight
static

◆ QsbVerticalChangeTypes

const QQuickItemPrivate::ChangeTypes QsbVerticalChangeTypes = QsbChangeTypes | QQuickItemPrivate::ImplicitWidth
static