X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2Fvv.cxx;h=fe19cc381aa76733f03afbea25b951c61eff4b81;hb=95c9ed39f813cd2a90d5dfbee394b50425627e8e;hp=1f0f13adb382a217e79b87e59de4779127fcc3d6;hpb=934a64f5b51382ad6bbc78d9c8734691e599cf09;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index 1f0f13a..fe19cc3 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -21,6 +21,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . =========================================================================*/ + #include #include #include @@ -29,22 +30,26 @@ along with this program. If not, see . #include #include -#include "clitkCommon.h" +#include "clitkIO.h" #include "vvMainWindow.h" -#include "vvInit.h" - #include "vvConstants.h" +//------------------------------------------------------------------------------ int main( int argc, char** argv ) { - initialize_IO(); +#ifdef _WIN32 + HWND hWnd = GetConsoleWindow(); + ShowWindow( hWnd, SW_HIDE ); +#endif + + CLITK_INIT; QApplication app( argc, 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->show(); + // splash->show(); QTimer::singleShot(2000, splash, SLOT(close())); while (!splash->isHidden()) app.processEvents();