summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-09-02 20:13:50 (UTC)
committer mickeyl <mickeyl>2004-09-02 20:13:50 (UTC)
commit502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4 (patch) (unidiff)
treef4efb13dc7760ef43685521cc9883231371ebc08
parentee5d578ea25ffdbda6b647e6dea93af77eb66d5f (diff)
downloadopie-502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4.zip
opie-502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4.tar.gz
opie-502637b6727d3f1426ae1ccbed3a6ce7f49ff8f4.tar.bz2
show first usage display - we may reenable tr() later again
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/firstuse.cpp4
-rw-r--r--pics/launcher/firstuse.jpgbin0 -> 12739 bytes
2 files changed, 1 insertions, 3 deletions
diff --git a/core/launcher/firstuse.cpp b/core/launcher/firstuse.cpp
index e9e2d83..acddeea 100644
--- a/core/launcher/firstuse.cpp
+++ b/core/launcher/firstuse.cpp
@@ -447,15 +447,13 @@ void FirstUse::paintEvent( QPaintEvent * )
447 drawText(p, tr("Please wait...")); 447 drawText(p, tr("Please wait..."));
448 } 448 }
449} 449}
450 450
451void FirstUse::loadPixmaps() 451void FirstUse::loadPixmaps()
452{ 452{
453 /* create background, tr so can change image with language. 453 splash.convertFromImage( Resource::loadImage("launcher/firstuse")
454 images will likely contain text. */
455 splash.convertFromImage( Resource::loadImage(tr("FirstUseBackground"))
456 .smoothScale( width(), height() ) ); 454 .smoothScale( width(), height() ) );
457 455
458 setBackgroundPixmap(splash); 456 setBackgroundPixmap(splash);
459} 457}
460 458
461void FirstUse::drawText(QPainter &p, const QString &text) 459void FirstUse::drawText(QPainter &p, const QString &text)
diff --git a/pics/launcher/firstuse.jpg b/pics/launcher/firstuse.jpg
new file mode 100644
index 0000000..92fb044
--- a/dev/null
+++ b/pics/launcher/firstuse.jpg
Binary files differ