![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
| imageLabel | setPixmap (QPixmap::fromImage(image)) |
| scrollArea | setBackgroundRole (QPalette::Dark) |
| scrollArea | setWidget (imageLabel) |
Variables | |
| QLabel * | imageLabel = new QLabel |
| [0] | |
| QImage | image ("happyguy.png") |
| scrollArea = new QScrollArea | |
| scrollArea setBackgroundRole | ( | QPalette::Dark | ) |
| imageLabel setPixmap | ( | QPixmap::fromImage(image) | ) |
| scrollArea setWidget | ( | imageLabel | ) |
[0]
Definition at line 5 of file src_gui_widgets_qscrollarea.cpp.
| scrollArea = new QScrollArea |
Definition at line 9 of file src_gui_widgets_qscrollarea.cpp.