[qet] qet/qet: [5151] Improve latest commit |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5151
Author: scorpio810
Date: 2017-12-09 00:43:37 +0100 (Sat, 09 Dec 2017)
Log Message:
-----------
Improve latest commit
Modified Paths:
--------------
trunk/sources/ElementsCollection/elementscollectionwidget.cpp
Modified: trunk/sources/ElementsCollection/elementscollectionwidget.cpp
===================================================================
--- trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2017-12-08 23:01:48 UTC (rev 5150)
+++ trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2017-12-08 23:43:37 UTC (rev 5151)
@@ -180,7 +180,7 @@
//Setup the progress bar
m_progress_bar = new QProgressBar(this);
- m_progress_bar->setFormat(tr("Chargement") + " %p%" + QString("Progressing using %1 thread(s)...").arg(QThread::idealThreadCount()));
+ m_progress_bar->setFormat(tr("Chargement") + " %p%" + QString(" %1 thread(s)").arg(QThread::idealThreadCount()));
m_main_vlayout->addWidget(m_progress_bar);
m_progress_bar->hide();