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
src_gui_widgets_qscrollarea.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
4
//! [0]
5
QLabel
*
imageLabel
=
new
QLabel;
6
QImage
image
(
"happyguy.png"
);
7
imageLabel->setPixmap(QPixmap::fromImage(image));
8
9
scrollArea
=
new
QScrollArea;
10
scrollArea->setBackgroundRole(QPalette::Dark);
11
scrollArea->setWidget(imageLabel);
12
//! [0]
image
QImage image
[4]
Definition
src_concurrent_qtconcurrentrun.cpp:56
imageLabel
QLabel * imageLabel
[0]
Definition
src_gui_widgets_qscrollarea.cpp:5
scrollArea
scrollArea
Definition
src_gui_widgets_qscrollarea.cpp:9
qtbase
src
widgets
doc
snippets
code
src_gui_widgets_qscrollarea.cpp
Generated on
for Qt by
1.14.0