QtBase  v6.3.1
Functions | Variables
doc_src_groups.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

QPixmap p1
 [0] More...
 
QPixmap p2 = p1
 
QPainter paint
 

Function Documentation

◆ drawText()

paint drawText ( ,
50  ,
"Hi"   
)
Here is the caller graph for this function:

◆ end()

paint end ( )

◆ load()

p1 load ( "image.bmp"  )
Here is the caller graph for this function:

Variable Documentation

◆ p1

QPixmap p1

[0]

[1]

Definition at line 68 of file doc_src_groups.cpp.

◆ p2

paint begin & p2 = p1

Definition at line 68 of file doc_src_groups.cpp.

◆ paint

QPainter paint

Definition at line 72 of file doc_src_groups.cpp.