MCPcopy 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
795void PropertiesDialog::setSize(float sizeFloat)
796{
797 size->setText(QString::number(sizeFloat, 'f', 2) + " MB");
798}
799
800void PropertiesDialog::save()
801{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected