#ifndef QTNINEPATCH_H #define QTNINEPATCH_H #include #if defined(QTNINEPATCHLIB_LIBRARY) # define QTNINEPATCHLIBSHARED_EXPORT Q_DECL_EXPORT #else # define QTNINEPATCHLIBSHARED_EXPORT Q_DECL_IMPORT #endif #include #include #include #include class QtNinePatch; class QTNINEPATCHLIBSHARED_EXPORT QtNinePatch { public: static QPixmap createPixmapFromNinePatchImage(const QImage &, int, int); }; #endif // QTNINEPATCH_H