44 Q_DECLARE_PUBLIC(QQuickImage)
48 void setImage(
const QImage &img);
49 void setPixmap(
const QQuickPixmap &pixmap);
51 bool pixmapChanged : 1;
53 QQuickImage::HAlignment hAlign = QQuickImage::AlignHCenter;
54 QQuickImage::VAlignment vAlign = QQuickImage::AlignVCenter;
55 QQuickImage::FillMode fillMode = QQuickImage::Stretch;
57 qreal paintedWidth = 0;
58 qreal paintedHeight = 0;
59 QQuickImageTextureProvider *provider =
nullptr;