git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5152 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-12-09 00:33:25 +00:00
parent 308430351d
commit bcb84831a5

View File

@@ -180,7 +180,7 @@ void ElementsCollectionWidget::setUpWidget()
//Setup the progress bar
m_progress_bar = new QProgressBar(this);
m_progress_bar->setFormat(tr("Chargement") + " %p%" + QString(" %1 thread(s)").arg(QThread::idealThreadCount()));
m_progress_bar->setFormat(tr("Progressing using") + QString(" %1 thread(s)...").arg(QThread::idealThreadCount()) + " %p%");
m_main_vlayout->addWidget(m_progress_bar);
m_progress_bar->hide();