ANOTHER SOCCER PROJECT TOOL - ASPT
Jan Cermak | johniez
-23.12.2007 | v 0.2.7
+5.5.2019 | v 0.3.0
-http://www.soccerproject.com - just the game
-http://aspt.johniez.com - this tool's home
+https://www.soccerproject.com - just the game
+https://aspt.johniez.com - this tool's home
This is OpenSource, released under CreativeCommons(by-nc-nd 2.5) license.
CC 2.5 Attribution-NonCommercial-NoDerivs
mainLayout = new QVBoxLayout;
QString text;
text = "<h3>Another SoccerProject Tool</h3>";
- text += "v 0.2.7 | 23.12.2007<br><br>";
- text += "johniez | <a href=\"http://aspt.johniez.com\">aspt homepage</a>";
+ text += "v 0.3.0 | 5.5.2019<br><br>";
+ text += "johniez | <a href=\"https://aspt.johniez.com\">aspt homepage</a>";
text += "<hr>";
text += "<b>" + tr("Translators") + ":</b><br>";
text += "UniCool [RO]<br>";
QSplashScreen splash(pixmap);
splash.show();
- splash.showMessage("[0.2.7] please wait parsing data files..", Qt::AlignBottom | Qt::AlignCenter, Qt::white);
+ splash.showMessage("[0.3.0] please wait parsing data files..", Qt::AlignBottom | Qt::AlignCenter, Qt::white);
QTranslator translator;
translator.load("lang/tran_"+lang);
app.installTranslator(&translator);