class QtTGAFormatPlugin : public QImageFormatPlugin { public: QtTGAFormatPlugin(){} QStringList keys() const; bool installIOHandler(const QString &key); }; Q_EXPORT_PLUGIN(QtTGAFormatPlugin);
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5093 | Hari Krishna Dara |
Populating perforce branch. I will be adding p4admin files to it. |
||
//guest/perforce_software/utils/image-plugins/src/TGAPlugins/qttgaimageformatplugin.h | |||||
#1 | 4860 | Matt Attaway |
Adding information of Qt image plugins. This change includes sample source code, a list of useful links, and a compiled version of the TGA plugin for use with the r05.1 beta. |