The StatisticsSummaryWidget class provides a custom QWidget to display various statistical summaries.
More...
#include <StatisticsSummaryWidget.h>
The StatisticsSummaryWidget class provides a custom QWidget to display various statistical summaries.
This widget uses QLabel to display average trials, average response time, average duration, and average success.
◆ StatisticsSummaryWidget()
StatisticsSummaryWidget::StatisticsSummaryWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ updateAverageDuration()
void StatisticsSummaryWidget::updateAverageDuration |
( |
double |
value | ) |
|
Update the displayed average duration.
- Parameters
-
value | The new average duration. |
◆ updateAverageResponseTime()
void StatisticsSummaryWidget::updateAverageResponseTime |
( |
double |
value | ) |
|
Update the displayed average response time.
- Parameters
-
value | The new average response time. |
◆ updateAverageSuccess()
void StatisticsSummaryWidget::updateAverageSuccess |
( |
double |
value | ) |
|
Update the displayed average success rate.
- Parameters
-
value | The new average success rate. |
◆ updateAverageTrials()
void StatisticsSummaryWidget::updateAverageTrials |
( |
double |
value | ) |
|
Update the displayed average number of trials.
- Parameters
-
value | The new average number of trials. |
The documentation for this class was generated from the following files: