MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / setSize

Method setSize

example/mainwindow.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void MainWindow::setSize(qint64 size)
190{
191 lbSize->setText(QString("%1").arg(size));
192}
193
194void MainWindow::showOptionsDialog()
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected