6#ifndef QSK_GRAPHIC_IO_H
7#define QSK_GRAPHIC_IO_H
18 QSK_EXPORT
QskGraphic read(
const QString& fileName );
19 QSK_EXPORT
QskGraphic read(
const QByteArray& data );
22 QSK_EXPORT
bool write(
const QskGraphic&,
const QString& fileName );
23 QSK_EXPORT
bool write(
const QskGraphic&, QByteArray& data );
24 QSK_EXPORT
bool write(
const QskGraphic&, QIODevice* dev );
A paint device for scalable graphics.