--- Vago/trunk/Vago/about.cpp 2014/01/08 11:32:55 897 +++ s10k/Vago/about.cpp 2017/12/30 13:43:28 1092 @@ -7,15 +7,15 @@ About::About(QWidget *parent) : { ui->setupUi(this); this->setAttribute(Qt::WA_DeleteOnClose,true ); //destroy itself once finished. - this->layout()->setSizeConstraint( QLayout::SetFixedSize ); //fixed size - ui->lbAbout->setOpenExternalLinks(true); //allow navigate to oni central ui->lbAbout->setText("" - "Vago GUI "+GlobalVars::AppVersion+"" - "
" + "
Vago GUI " + GlobalVars::AppVersion + "
" + ""
"Written by s10k
"
+ "Build Date " + __DATE__ + " " + __TIME__ + "
"
"Thanks to:
"
"Neo for OniSplit
"
"EdT for testing, suggestions and icon
"
+ "Iritscen for testing, bugfixing and suggestions
"
"demos_kratos for original OniSplit GUI
"
"Samer/Mukade/EdT for allow me to use Jubei as icon
"
"Alloc for AIE2 and support
"
@@ -25,16 +25,27 @@ About::About(QWidget *parent) :
"and in general to all OniCentral Community
"
"Also thanks to:
"
"StackOverflow Community
"
- "Fabrizio Angius for PKZIP 2.0 for zip handling
"
+ "Sergey A. Tachenov for the QuaZIP library
"
+ "Antonio Borondo for the documentation how to setup QuaZIP
"
+ "Arseny Kapoulkine (and contributors)for pugixml library
"
"smashingmagazine for the folder icon :)
"
- "
" + "