![]() |
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 | |
QRectF | r1 (100.0, 200.1, 11.2, 16.3) |
[0] | |
QRectF | r2 (QPointF(100.0, 200.1), QSizeF(11.2, 16.3)) |
Variables | |
QRect | r1 (100, 200, 11, 16) |
[0] | |
QRect | r2 (QPoint(100, 200), QSize(11, 16)) |
QRect | r = {15, 51, 42, 24} |
[1] | |
QRectF r1 | ( | 100. | 0, |
200. | 1, | ||
11. | 2, | ||
16. | 3 ) |
[0]
[1]
r = {15, 51, 42, 24} |
QRectF r1 | ( | 100 | , |
200 | , | ||
11 | , | ||
16 | ) |
[0]
[1]