Loading...
Searching...
No Matches
Pixmap.hpp
1#pragma once
2#include <QPixmap>
3
4#include <score_lib_base_export.h>
5
6namespace score
7{
8SCORE_LIB_BASE_EXPORT
9QImage get_image(QString str, QString svg = {});
10SCORE_LIB_BASE_EXPORT
11QPixmap get_pixmap(QString str, QString svg = {});
12SCORE_LIB_BASE_EXPORT
13QCursor get_cursor(QString str, double hotspot_x, double hostpot_y);
14}
Base toolkit upon which the software is built.
Definition Application.cpp:113