AutoFlowResearch / SmartPeak

Fast and Accurate CE-, GC- and LC-MS(/MS) Data Processing
MIT License
41 stars 13 forks source link

Report Doalog box now confirms success or error once the report is created #480

Closed bertrandboudaud closed 2 years ago

bertrandboudaud commented 2 years ago

The report dialog box was missing some feedback. no notification on success or on error. the user had to check the log (which most probably will not do). it's problematic when a report is opened with Excel, you don't know that you failed to overwrite it.

image

One issue on that is the size_t that is been set to -1 on error in the cvswriter's writeDataInRow which is incorrect since it's an unsigned type. A std::optional has been used there.