--- infoscreen/MainView.cpp 2010/01/05 16:54:21 525 +++ infoscreen/MainView.cpp 2010/01/05 17:19:02 526 @@ -20,7 +20,7 @@ this->resize(400,400); this->setWindowState( Qt::WindowFullScreen ); -// qApp->setOverrideCursor( QCursor( Qt::BlankCursor) ); + qApp->setOverrideCursor( QCursor( Qt::BlankCursor) ); //Phonon::VideoPlayer* video; @@ -66,9 +66,9 @@ int t = count / 10; qDebug() << t; if ( (t%2) == 0) { - picture->loadFromUrl("http://10.210.210.200/infoscreens/data/images/image1.jpg"); + picture->loadFromUrl("http://87.104.25.138/infoscreens/data/images/image1.jpg"); } else { - picture->loadFromUrl("http://10.210.210.200/infoscreens/data/images/image2.jpg"); + picture->loadFromUrl("http://87.104.25.138/infoscreens/data/images/image2.jpg"); } } count++;