Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickstyleitemscrollviewcorner.h
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QQUICKSTYLEITEMSCROLLVIEWCORNER_H
6#define QQUICKSTYLEITEMSCROLLVIEWCORNER_H
7
9#include <QtQuickTemplates2/private/qquickscrollbar_p.h>
10
11QT_BEGIN_NAMESPACE
12
13class QPainter;
15{
17 QML_NAMED_ELEMENT(ScrollViewCorner)
18
19protected:
22
23private:
24 void initStyleOption(QStyleOptionSlider &styleOption) const;
25};
26
27QT_END_NAMESPACE
28
29#endif // QQUICKSTYLEITEMSCROLLVIEWCORNER_H
#define QML_NAMED_ELEMENT(NAME)