A class for check statistics.
A class that reads and writes project files.
A dialog that shows project and scan statistics.
void setScanDuration(double seconds)
Sets the number of seconds to display beside "Scan Duration:".
void setNumberOfFilesScanned(int num)
Sets the number to display beside "Number of Files Scanned:".
void setProject(const ProjectFile *projectFile)
Sets the project to extract statistics from.
void setStatistics(const CheckStatistics *stats)
Sets the numbers of different error/warnings found.
void setPathSelected(const QString &path)
Sets the string to display beside "Path Selected:".
const CheckStatistics * mStatistics
StatsDialog(QWidget *parent=nullptr)