QtBase  v6.3.1
Functions | Variables
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] More...
 
QRectF r2 (QPointF(100.0, 200.1), QSizeF(11.2, 16.3))
 

Variables

QRect r1 (100, 200, 11, 16)
 [0] More...
 
QRect r2 (QPoint(100, 200), QSize(11, 16))
 
QRect r = {15, 51, 42, 24}
 [1] More...
 

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 63 of file src_corelib_tools_qrect.cpp.

◆ r1

QRectF r1(100.0, 200.1, 11.2, 16.3) ( 100  ,
200  ,
11  ,
16   
)

[0]

[1]

◆ r2

QRectF r2(QPointF(100.0, 200.1), QSizeF(11.2, 16.3)) ( QPoint(100, 200)  ,
QSize(11, 16)   
)