Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_tools_qrect.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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