Pixmap.hpp
1 #pragma once
2 #include <QPixmap>
3 
4 #include <score_lib_base_export.h>
5 
6 namespace score
7 {
8 SCORE_LIB_BASE_EXPORT
9 QImage get_image(QString str);
10 SCORE_LIB_BASE_EXPORT
11 QPixmap get_pixmap(QString str);
12 }
Base toolkit upon which the software is built.
Definition: Application.cpp:90