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
src_gui_painting_qdrawutil.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
8
9
14
15
20
21
26
27
32
33
38
39
44
45
50
51
56
57
The QFrame class is the base class of widgets that can have a frame.
Definition qframe.h:17
@ Plain
Definition qframe.h:49
@ Raised
Definition qframe.h:50
@ Sunken
Definition qframe.h:51
void setFrameStyle(int)
Sets the frame style to style.
Definition qframe.cpp:300
@ Panel
Definition qframe.h:41
@ HLine
Definition qframe.h:43
@ Box
Definition qframe.h:40
@ WinPanel
Definition qframe.h:42
QFrame frame
[0]