43 font.setPointSize( 10 );
49 p.setPen( QColor( 20, 20, 20 ) );
51 QString version = QString(
"v%1 (%2)" ).arg(
H2Core::get_version().c_str() ).arg( __DATE__ );
52 p.drawText( 5, 5,
width - 10, 40, Qt::AlignRight | Qt::AlignTop, version );
59 QRect rect( QGuiApplication::screens().first()->geometry() );
60 move( rect.center() - this->rect().center() );
62 QTimer::singleShot( 5000,
this, SLOT(
onCloseTimer() ) );