![]() |
Qt 6.x
The Qt SDK
|
#include "qbitmap.h"
#include <qpa/qplatformpixmap.h>
#include <qpa/qplatformintegration.h>
#include "qimage.h"
#include "qscreen.h"
#include "qvariant.h"
#include <qpainter.h>
#include <private/qguiapplication_p.h>
#include <memory>
Go to the source code of this file.
Functions | |
static QBitmap | makeBitmap (QImage &&image, Qt::ImageConversionFlags flags) |
Definition at line 146 of file qbitmap.cpp.
References QPlatformPixmap::BitmapType, Qt::black, QBitmap::fromPixmap(), Qt::MonoOnly, QGuiApplicationPrivate::platformIntegration(), QRgb, QColor::rgb(), and Qt::white.
Referenced by QBitmap::fromImage(), and QBitmap::fromImage().