Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
src_corelib_tools_qrect.cpp File Reference

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]
 

Function Documentation

◆ r1()

QRectF r1 ( 100.  0,
200.  1,
11.  2,
16.  3 
)

[0]

[1]

◆ r2()

QRectF r2 ( QPointF(100.0, 200.1)  ,
QSizeF(11.2, 16.3)   
)

Variable Documentation

◆ r

r = {15, 51, 42, 24}

[1]

[2]

[3]

Definition at line 16 of file src_corelib_tools_qrect.cpp.

◆ r1

◆ r2