Last change
on this file since 31 was
29,
checked in by laleppa, 15 years ago
|
+ Selected application language is now saved and restored.
+ Added language selection entries to main menu.
+ On-the-fly language switching.
+ Loading corresponding Qt library language, if exists.
- File/New? sets all table cells to zeros.
- Translation updates to reflect recent changes.
- Renamed language files from language names to language codes.
- Renamed some slot to have unified signal/slot naming.
- Printer settings are now persistant until application close.
|
-
Property svn:keywords set to
Id URL
|
File size:
853 bytes
|
Rev | Line | |
---|
[17] | 1 | ###################################################################### |
---|
| 2 | # |
---|
| 3 | # TSPSG - TSP Solver and Generator |
---|
| 4 | # Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> |
---|
| 5 | # |
---|
| 6 | # $Id: tspsg.pri 29 2009-06-24 16:54:10Z laleppa $ |
---|
| 7 | # $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pri $ |
---|
| 8 | # |
---|
| 9 | # This file is part of TSPSG. |
---|
| 10 | # |
---|
| 11 | ###################################################################### |
---|
| 12 | |
---|
| 13 | #Header files |
---|
[26] | 14 | HEADERS += src/defines.h \ |
---|
| 15 | src/mainwindow.h \ |
---|
[17] | 16 | src/settingsdialog.h \ |
---|
| 17 | src/tspmodel.h \ |
---|
| 18 | src/tspsolver.h \ |
---|
| 19 | src/resource.h |
---|
| 20 | |
---|
| 21 | #Source files |
---|
| 22 | SOURCES += ./src/main.cpp \ |
---|
| 23 | src/mainwindow.cpp \ |
---|
| 24 | src/settingsdialog.cpp \ |
---|
| 25 | src/tspmodel.cpp \ |
---|
| 26 | src/tspsolver.cpp |
---|
| 27 | |
---|
| 28 | #Forms |
---|
| 29 | FORMS += ui/mainwindow.ce.ui \ |
---|
| 30 | ui/mainwindow.ui \ |
---|
| 31 | ui/settingsdialog.ui \ |
---|
| 32 | ui/settingsdialog.ce.ui |
---|
| 33 | |
---|
| 34 | #Resource file(s) |
---|
| 35 | RESOURCES += resources/tspsg.qrc |
---|
| 36 | |
---|
[18] | 37 | #Translations |
---|
| 38 | CODECFORTR = UTF-8 |
---|
[29] | 39 | TRANSLATIONS += i18n/en.ts \ |
---|
| 40 | i18n/ru.ts \ |
---|
| 41 | i18n/uk.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.