X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2Fvv.cxx;h=7d4097219def136d98eab79d950c87489a98871f;hb=f850d8dae4e49985f1ba0d69662206cd02e36064;hp=73e7792c8f2eb6bfdc44885889562e23bc883f2c;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index 73e7792..7d40972 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -41,7 +41,7 @@ int main( int argc, char** argv ) Q_INIT_RESOURCE(vvIcons); //QPixmap pixmap(":/splashscreen.PNG"); QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/new/prefix1/splashscreen.PNG"))); - /*splash->showMessage("VV 1.0 developped by Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr and CREATIS-LRMN http://www.creatis.insa-lyon.fr",(Qt::AlignRight | Qt::AlignBottom));*/ + /*splash->showMessage("VV 1.0 developped by Léon Bérard c`ancer center http://oncora1.lyon.fnclcc.fr and CREATIS-LRMN http://www.creatis.insa-lyon.fr",(Qt::AlignRight | Qt::AlignBottom));*/ // splash->show(); QTimer::singleShot(2000, splash, SLOT(close())); while (!splash->isHidden())