Changeset 143 in tspsg-svn for trunk/src/mainwindow.cpp
- Timestamp:
- Oct 13, 2010, 10:25:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.cpp
r142 r143 1244 1244 foreach (language, langlist) { 1245 1245 a = menuSettingsLanguage->addAction(language.at(2)); 1246 #ifndef QT_NO_STATUSTIP 1246 1247 a->setStatusTip(language.at(3)); 1248 #endif 1247 1249 #if QT_VERSION >= 0x040600 1248 1250 a->setIcon(QIcon::fromTheme(QString("flag-%1").arg(language.at(1)), QIcon(QString(":/images/icons/l10n/flag-%1.png").arg(language.at(1))))); … … 1335 1337 a = menuSettingsStyle->addAction(style); 1336 1338 a->setData(false); 1339 #ifndef QT_NO_STATUSTIP 1337 1340 a->setStatusTip(tr("Set application style to %1").arg(style)); 1341 #endif 1338 1342 a->setCheckable(true); 1339 1343 a->setActionGroup(groupSettingsStyleList); … … 1440 1444 #ifndef QT_NO_STATUSTIP 1441 1445 actionFilePrintPreview->setStatusTip(tr("Preview current solution results before printing")); 1442 #endif // QT_NO_STATUSTIP1443 #ifndef QT_NO_STATUSTIP1444 1446 actionFileExit->setStatusTip(tr("Exit %1").arg(QCoreApplication::applicationName())); 1445 1447 #endif // QT_NO_STATUSTIP
Note: See TracChangeset
for help on using the changeset viewer.