19 lines
468 B
Plaintext
19 lines
468 B
Plaintext
![]() |
/*!
|
||
|
\headerfile QskGraphicImageProvider.h
|
||
|
\brief A QQuickImageProvider making QskGraphicProvider available
|
||
|
for QQuickImage items.
|
||
|
|
||
|
QskGraphicImageProvider supports images, pixmaps or textures, but only
|
||
|
when requesting a QQuickTextureFactory the item will be able to
|
||
|
scale the image without a loss in quality.
|
||
|
|
||
|
\sa QskGraphicTextureFactory, QskGraphicProvider, Qsk::addGraphicProvider
|
||
|
*/
|
||
|
|
||
|
class QskGraphicImageProvider
|
||
|
{
|
||
|
/*!
|
||
|
|
||
|
*/
|
||
|
};
|