qmlFrontend/previewimageprovider.h
branchqmlfrontend
changeset 10424 4be6cd55f1cf
parent 10420 02c573d19224
equal deleted inserted replaced
10422:4cf23d4c7624 10424:4be6cd55f1cf
    10 public:
    10 public:
    11     PreviewImageProvider();
    11     PreviewImageProvider();
    12 
    12 
    13     QPixmap requestPixmap(const QString &id, QSize *size, const QSize &requestedSize);
    13     QPixmap requestPixmap(const QString &id, QSize *size, const QSize &requestedSize);
    14 
    14 
    15     void setPixmap(const QPixmap & px);
    15     void setPixmap(const QByteArray & px);
    16 
    16 
    17 private:
    17 private:
    18     QPixmap m_px;
    18     QPixmap m_px;
    19 };
    19 };
    20 
    20