Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
src_gui_widgets_qframe.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
7label.setLineWidth(2);
8
10label.setFrameStyle(QFrame::NoFrame);
@ Raised
Definition qframe.h:50
@ Panel
Definition qframe.h:41
@ NoFrame
Definition qframe.h:39
The QLabel widget provides a text or image display.
Definition qlabel.h:20
The QProgressBar widget provides a horizontal or vertical progress bar.
GLuint GLsizei const GLchar * label
[43]
QLabel label(...)
[0]
QProgressBar pbar(...)