Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qpicture.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtCore/qiodevice.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstringlist.h>
#include <QtGui/qpaintdevice.h>
+ Include dependency graph for qpicture.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPicture
 The QPicture class is a paint device that records and replays QPainter commands. More...
 

Function Documentation

◆ operator<<()

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream ,
const QPicture  
)
related

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream ,
QPicture  
)
related