The Elements Collection progress bar adds the number value of all the

elements counted.
This commit is contained in:
Laurent Trinques
2024-02-23 12:39:23 +01:00
parent 667e5eccf4
commit 3c8d612742

View File

@@ -633,6 +633,7 @@ void ElementsCollectionWidget::reload()
// Force to repaint now,
// else tree view will be not disabled immediately
m_tree_view->repaint();
m_progress_bar->setFormat(QObject::tr("chargement %p% (%v sur %m)"));
QList <QETProject *> project_list;
project_list.append(m_waiting_project);