[qet] qet/qet: [5154] Minor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5154
Author: scorpio810
Date: 2017-12-09 02:38:19 +0100 (Sat, 09 Dec 2017)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/sources/ElementsCollection/elementscollectionwidget.cpp
trunk/sources/aboutqet.cpp
Modified: trunk/sources/ElementsCollection/elementscollectionwidget.cpp
===================================================================
--- trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2017-12-09 01:17:17 UTC (rev 5153)
+++ trunk/sources/ElementsCollection/elementscollectionwidget.cpp 2017-12-09 01:38:19 UTC (rev 5154)
@@ -180,7 +180,7 @@
//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();
Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp 2017-12-09 01:17:17 UTC (rev 5153)
+++ trunk/sources/aboutqet.cpp 2017-12-09 01:38:19 UTC (rev 5154)
@@ -84,6 +84,7 @@
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);