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
qquickstyleitemframe.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
QQUICKSTYLEITEMFRAME_H
6
#
define
QQUICKSTYLEITEMFRAME_H
7
8
#
include
"qquickstyleitem.h"
9
#
include
<
QtQuickTemplates2
/
private
/
qquickframe_p
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QQuickStyleItemFrame :
public
QQuickStyleItem
14
{
15
Q_OBJECT
16
QML_NAMED_ELEMENT
(Frame)
17
18
protected
:
19
void
paintEvent(QPainter *painter)
const
override;
20
StyleItemGeometry calculateGeometry() override;
21
22
private
:
23
void
initStyleOption(QStyleOptionFrame &styleOption)
const
;
24
};
25
26
QT_END_NAMESPACE
27
28
#
endif
// QQUICKSTYLEITEMFRAME_H
QPlatformGraphicsBufferHelper
\inmodule QtGui
QML_NAMED_ELEMENT
#define QML_NAMED_ELEMENT(NAME)
Definition
qqmlintegration.h:61
qtdeclarative
src
quicknativestyle
items
qquickstyleitemframe.h
Generated on
for Qt by
1.14.0