Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
QPixmap YACReader::hdpiPixmap(const QString &file, QSize size)
83
{
84
return QIcon(file).pixmap(size);
85
}
86
87
QString YACReader::imageFileLoader(QWidget *parent)
88
{
Callers
nothing calls this directly
Calls
2
QIcon
Class · 0.85
pixmap
Method · 0.80
Tested by
no test coverage detected