Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
doc_src_groups.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

p1 load ("image.bmp")
 
paint drawText (0, 50, "Hi")
 
paint end ()
 

Variables

QPixmap p1
 [0]
 
QPixmap p2 = p1
 
QPainter paint
 

Function Documentation

◆ drawText()

paint drawText ( 0 ,
50 ,
"Hi"  )

◆ end()

paint end ( )

◆ load()

p1 load ( "image.bmp" )

Variable Documentation

◆ p1

QPixmap p1

[0]

[1]

Definition at line 21 of file doc_src_groups.cpp.

◆ p2

paint begin & p2 = p1

Definition at line 21 of file doc_src_groups.cpp.

◆ paint

QPainter paint

Definition at line 25 of file doc_src_groups.cpp.