Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ setSize
Method
setSize
YACReaderLibrary/properties_dialog.cpp:795–798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
void PropertiesDialog::setSize(float sizeFloat)
796
{
797
size->setText(QString::number(sizeFloat,
'f'
, 2) +
" MB"
);
798
}
799
800
void PropertiesDialog::save()
801
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected