![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
scene | addText ("Hello, world!") |
view | show () |
scene | addRect (QRectF(-10, -10, 20, 20)) |
view | setRenderHints (QPainter::Antialiasing|QPainter::SmoothPixmapTransform) |
view | setBackgroundBrush (QImage(":/images/backgroundtile.png")) |
view | setCacheMode (QGraphicsView::CacheBackground) |
Variables | |
QGraphicsScene | scene |
[0] | |
QGraphicsView | view |
[1] | |
Referenced by QPainterPath::addRect(), and QGraphicsScene::addRect().
scene addText | ( | " | Hello, |
world!" | |||
) |
view setCacheMode | ( | QGraphicsView::CacheBackground | ) |
view setRenderHints | ( | QPainter::Antialiasing|QPainter::SmoothPixmapTransform | ) |
view show | ( | ) |
QGraphicsScene scene |
QGraphicsView view |