git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5153 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-12-09 01:17:17 +00:00
parent bcb84831a5
commit 6a4520a4a1

View File

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