QFileInfo view the file information (to be improved)

QFileInfo info(fileName);

QMessageBox :: about (0, "", QString :: number (info.size ())); // File Size, Unit B

Published 104 original articles · won praise 22 · views 40000 +

Guess you like

Origin blog.csdn.net/qq_41672557/article/details/103076705