Changeset 2976

Show
Ignore:
Timestamp:
04/28/06 05:55:00 (3 years ago)
Author:
madcat
Message:

Trival fixes with splashscreen.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/main.cpp

    r2970 r2976  
    8585        QSplashScreen::showMessage(message, al, c); 
    8686        m_message = message; 
     87        repaint(); 
    8788} 
    8889 
    8990void Splash::drawContents(QPainter *p) { 
    90         logDebug("Contents drawn."); 
    91 //      QSplashScreen::drawContents(p); 
    9291        p->setBackground(QColor(0, 0, 0, 0)); 
    9392        p->setRenderHint(QPainter::Antialiasing); 
     
    103102                m_splash, SIGNAL(destroyed(QObject*)), 
    104103                SLOT(splashDestroyed(QObject*)) 
     104        ); 
     105        m_splash->showMessage( 
     106                "Checking for running instance of Hydranode...", 
     107                Qt::AlignBottom 
    105108        ); 
    106109        m_splash->show();