![]() |
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 | |
p1 | load ("image.bmp") |
paint | drawText (0, 50, "Hi") |
paint | end () |
Variables | |
QPixmap | p1 |
[0] | |
QPixmap | p2 = p1 |
QPainter | paint |
paint drawText | ( | 0 | , |
50 | , | ||
"Hi" | ) |
p1 load | ( | "image.bmp" | ) |
QPixmap p1 |
Definition at line 21 of file doc_src_groups.cpp.
QPainter paint |
Definition at line 25 of file doc_src_groups.cpp.