Changeset 03df0acb95 in tspsg for src/mainwindow.cpp
- Timestamp:
- Apr 15, 2011, 9:59:16 PM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 3487003f06
- Parents:
- fec08a47e5
- git-author:
- Oleksii Serdiuk <contacts@…> (04/15/11 21:59:16)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
rfec08a47e5 r03df0acb95 548 548 about += QString(" %1: <b>%2</b><br>").arg(tr("Build time"), QT_VERSION_STR); 549 549 about += QString(" %1: <b>%2</b><br>").arg(tr("Runtime"), qVersion()); 550 about.append(QString("%1: <b>%2x%3</b><br>").arg( "Logical DPI").arg(logicalDpiX()).arg(logicalDpiY()));550 about.append(QString("%1: <b>%2x%3</b><br>").arg(tr("Logical screen DPI")).arg(logicalDpiX()).arg(logicalDpiY())); 551 551 about += tr("Buid <b>%1</b>, built on <b>%2</b> at <b>%3</b> with <b>%4</b> compiler.").arg(BUILD_NUMBER).arg(__DATE__).arg(__TIME__).arg(COMPILER) + "<br>"; 552 552 about += QString("%1: <b>%2</b><br>").arg(tr("Algorithm"), CTSPSolver::getVersionId());
Note: See TracChangeset
for help on using the changeset viewer.