-rw-r--r-- | library/qpeapplication.cpp | 4 | ||||
-rw-r--r-- | pics/launcher/new_wait.png | bin | 0 -> 1904 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index a55f5f9..c154689 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp | |||
@@ -1278,11 +1278,11 @@ void QPEApplication::prepareForTermination(bool willrestart) | |||
1278 | { | 1278 | { |
1279 | if ( willrestart ) { | 1279 | if ( willrestart ) { |
1280 | // Draw a big wait icon, the image can be altered in later revisions | 1280 | // Draw a big wait icon, the image can be altered in later revisions |
1281 | //QWidget *d = QApplication::desktop(); | 1281 | //QWidget *d = QApplication::desktop(); |
1282 | QImage img = Resource::loadImage( "wait" ); | 1282 | QImage img = Resource::loadImage( "launcher/new_wait" ); |
1283 | QPixmap pix; | 1283 | QPixmap pix; |
1284 | pix.convertFromImage(img.smoothScale(3*img.width(), 3*img.height())); | 1284 | pix.convertFromImage(img.smoothScale(1*img.width(), 1*img.height())); |
1285 | QLabel *lblWait = new QLabel(0, "wait hack!", QWidget::WStyle_Customize | | 1285 | QLabel *lblWait = new QLabel(0, "wait hack!", QWidget::WStyle_Customize | |
1286 | QWidget::WStyle_NoBorder | QWidget::WStyle_Tool ); | 1286 | QWidget::WStyle_NoBorder | QWidget::WStyle_Tool ); |
1287 | lblWait->setPixmap( pix ); | 1287 | lblWait->setPixmap( pix ); |
1288 | lblWait->setAlignment( QWidget::AlignCenter ); | 1288 | lblWait->setAlignment( QWidget::AlignCenter ); |
diff --git a/pics/launcher/new_wait.png b/pics/launcher/new_wait.png new file mode 100644 index 0000000..ef65056 --- a/dev/null +++ b/pics/launcher/new_wait.png | |||
Binary files differ | |||