Currently, the table widget in the statistics view is editable. How to reproduce:
- Open Statistic view
- Double click in one of the empty fields
- Type something i.e. numbers, characters,...
You can also overwrite calculated measurements by the same way.
In my opinion, the table widget should not be editable to avoid manual changes of measurements.
Solution approach:
Set Property "editTrgiggers" of the QTabelWidget (member m_StatisticsTable) to "NoEditTriggers". With this solution, copy and paste will still work.