![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>
#include <QtGui/qpaintdevice.h>
#include <QtGui/qcolor.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstring.h>
#include <QtGui/qimage.h>
#include <QtGui/qtransform.h>
Go to the source code of this file.
Classes | |
class | QPixmap |
Returns a copy of the pixmap that is transformed using the given transformation transform and transformation mode. More... | |
Functions | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QPixmap &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPixmap &) |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPixmap &) |
|
related |
Definition at line 1520 of file qpixmap.cpp.
References Qt::dec(), Qt::hex(), Qt::noshowbase(), and Qt::showbase().
|
related |