Add root to images search path, readImageFile svg; unit tests

This commit is contained in:
gitlost
2019-08-21 15:04:52 +01:00
parent 2444cacb74
commit 010879fa71
16 changed files with 1034 additions and 63 deletions
+3 -1
View File
@@ -152,7 +152,9 @@ namespace glabels
// Private
///////////////////////////////////////////////////////////////
void loadImage();
bool readImageFile( const QString& fileName, QImage*& image, QSvgRenderer*& svgRenderer ) const;
QImage* createShadowImage( const QImage& image,
const QColor& color ) const;