Changeset 2976
- Timestamp:
- 04/28/06 05:55:00 (3 years ago)
- Files:
-
- hydranode/hngui/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/main.cpp
r2970 r2976 85 85 QSplashScreen::showMessage(message, al, c); 86 86 m_message = message; 87 repaint(); 87 88 } 88 89 89 90 void Splash::drawContents(QPainter *p) { 90 logDebug("Contents drawn.");91 // QSplashScreen::drawContents(p);92 91 p->setBackground(QColor(0, 0, 0, 0)); 93 92 p->setRenderHint(QPainter::Antialiasing); … … 103 102 m_splash, SIGNAL(destroyed(QObject*)), 104 103 SLOT(splashDestroyed(QObject*)) 104 ); 105 m_splash->showMessage( 106 "Checking for running instance of Hydranode...", 107 Qt::AlignBottom 105 108 ); 106 109 m_splash->show();
