mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
The Elements Collection progress bar adds the number value of all the
elements counted.
This commit is contained in:
@@ -633,6 +633,7 @@ void ElementsCollectionWidget::reload()
|
|||||||
// Force to repaint now,
|
// Force to repaint now,
|
||||||
// else tree view will be not disabled immediately
|
// else tree view will be not disabled immediately
|
||||||
m_tree_view->repaint();
|
m_tree_view->repaint();
|
||||||
|
m_progress_bar->setFormat(QObject::tr("chargement %p% (%v sur %m)"));
|
||||||
|
|
||||||
QList <QETProject *> project_list;
|
QList <QETProject *> project_list;
|
||||||
project_list.append(m_waiting_project);
|
project_list.append(m_waiting_project);
|
||||||
|
|||||||
Reference in New Issue
Block a user