X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2Fvv.cxx;h=908429574b8ee4e05123a1b41179153aaa9d32c0;hb=9284f78523ef4469d086d04c1bcd791ce00575d1;hp=1f0f13adb382a217e79b87e59de4779127fcc3d6;hpb=934a64f5b51382ad6bbc78d9c8734691e599cf09;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index 1f0f13a..9084295 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -32,9 +32,9 @@ along with this program. If not, see . #include "clitkCommon.h" #include "vvMainWindow.h" #include "vvInit.h" - #include "vvConstants.h" +//------------------------------------------------------------------------------ int main( int argc, char** argv ) { initialize_IO(); @@ -44,7 +44,7 @@ int main( int argc, char** argv ) //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->show(); + // splash->show(); QTimer::singleShot(2000, splash, SLOT(close())); while (!splash->isHidden()) app.processEvents();