MCPcopy Create free account
hub / github.com/YACReader/yacreader / hdpiPixmap

Method hdpiPixmap

common/yacreader_global_gui.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82QPixmap YACReader::hdpiPixmap(const QString &file, QSize size)
83{
84 return QIcon(file).pixmap(size);
85}
86
87QString YACReader::imageFileLoader(QWidget *parent)
88{

Callers

nothing calls this directly

Calls 2

QIconClass · 0.85
pixmapMethod · 0.80

Tested by

no test coverage detected