From 8ef41fdadd2e5ded5f7205e6a73dc182a6218f95 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sat, 9 Dec 2017 01:38:19 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5154 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/ElementsCollection/elementscollectionwidget.cpp | 2 +- sources/aboutqet.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/ElementsCollection/elementscollectionwidget.cpp b/sources/ElementsCollection/elementscollectionwidget.cpp index 8a92431ae..fbed66b0e 100644 --- a/sources/ElementsCollection/elementscollectionwidget.cpp +++ b/sources/ElementsCollection/elementscollectionwidget.cpp @@ -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% performed (%v sur %m)"); + m_progress_bar->setFormat(tr("chargement") + "%p% (%v sur %m)"); m_main_vlayout->addWidget(m_progress_bar); m_progress_bar->hide(); diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index 22346e833..c2bba63f4 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -84,6 +84,7 @@ QWidget *AboutQET::titleTab() const { compilation_info += " GCC " + QString(__VERSION__); compilation_info += " - built with Qt " + QString(QT_VERSION_STR); compilation_info += " - run with Qt "+ QString(qVersion()); + compilation_info += " using" + QString(" %1 thread(s)...").arg(QThread::idealThreadCount()); #endif #endif title -> setAlignment(Qt::AlignCenter);