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
qframe_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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
4#ifndef QFRAME_P_H
5#define QFRAME_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtWidgets/private/qtwidgetsglobal_p.h>
19#include "private/qwidget_p.h"
20#include "qframe.h"
21
23
25{
26 Q_DECLARE_PUBLIC(QFrame)
27public:
30
31 void updateFrameWidth();
33
36 short lineWidth;
41
42 inline void init();
43
44};
45
47
48#endif // QFRAME_P_H
short frameWidth
Definition qframe_p.h:38
short topFrameWidth
Definition qframe_p.h:40
void updateStyledFrameWidths()
Definition qframe.cpp:379
short bottomFrameWidth
Definition qframe_p.h:40
short midLineWidth
Definition qframe_p.h:37
void updateFrameWidth()
Definition qframe.cpp:399
short lineWidth
Definition qframe_p.h:36
QRect frect
Definition qframe_p.h:34
void init()
Definition qframe.cpp:33
short rightFrameWidth
Definition qframe_p.h:39
short leftFrameWidth
Definition qframe_p.h:39
The QFrame class is the base class of widgets that can have a frame.
Definition qframe.h:17
\inmodule QtCore\reentrant
Definition qrect.h:30
Combined button and popup list for selecting options.