mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Forgot to call QApplication::processEvents to update export progress bar
This commit is contained in:
parent
329b64dcdc
commit
031de957f2
@ -171,6 +171,8 @@ void ExportCSV::on_exportButton_clicked()
|
||||
|
||||
do {
|
||||
ui->progressBar->setValue(ui->progressBar->value()+1);
|
||||
QApplication::processEvents();
|
||||
|
||||
Day *day=PROFILE.GetDay(date,MT_CPAP);
|
||||
if (day) {
|
||||
QString data;
|
||||
|
Loading…
Reference in New Issue
Block a user