author | harlekin <harlekin> | 2003-03-30 10:05:40 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-30 10:05:40 (UTC) |
commit | 87ba3646367397e149979a8477a33239cb341e99 (patch) (side-by-side diff) | |
tree | b23aca796a97cabe9599fdaab7ad2b9ec456b504 | |
parent | a4c497f3c9935fa393af93899739a0a795c456a8 (diff) | |
download | opie-87ba3646367397e149979a8477a33239cb341e99.zip opie-87ba3646367397e149979a8477a33239cb341e99.tar.gz opie-87ba3646367397e149979a8477a33239cb341e99.tar.bz2 |
bigger animation to be more distinguish compared to desktop icons, also new animation
-rw-r--r-- | libopie/owait.cpp | 6 | ||||
-rw-r--r-- | pics/BigBusy.png | bin | 7789 -> 13564 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/libopie/owait.cpp b/libopie/owait.cpp index ae25d7a..c7c4445 100644 --- a/libopie/owait.cpp +++ b/libopie/owait.cpp @@ -39,9 +39,9 @@ OWait::OWait(QWidget *parent, const char* msg, bool dispIcon ) hbox->addWidget( m_lb ); hbox->activate(); m_pix = Resource::loadPixmap( "BigBusy" ); - resize( 32, 32 ); + resize( 48, 48 ); m_timerLength = 10; m_waitTimer = new QTimer( this ); @@ -54,13 +54,13 @@ void OWait::timerEvent( QTimerEvent * ) { } void OWait::paintEvent( QPaintEvent * ) { QPainter p( m_lb ); - p.drawPixmap( 0, 0, m_pix, 32 * frame, 0, 32, 32 ); + p.drawPixmap( 0, 0, m_pix, 48 * frame, 0, 48, 48 ); } void OWait::show() { - startTimer( 500 ); + startTimer( 300 ); m_waitTimer->start( m_timerLength * 1000, true ); QDialog::show(); } diff --git a/pics/BigBusy.png b/pics/BigBusy.png Binary files differindex d2ebb25..2dae71e 100644 --- a/pics/BigBusy.png +++ b/pics/BigBusy.png |