mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5154 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user