// QtHelpers.h // Created by Robin Rowe on 11/19/2015. // Copyright (c) 2015 Robin.Rowe@CinePaint.org. // License open source MIT #ifndef QtHelpers_h #define QtHelpers_h #include #include #include inline bool QtLoadImage(const char* filename,QLabel& image) { QPixmap qPixmap; if(!qPixmap.load(filename)) { qDebug()<<"No image "<