From 5bc894df5dcd8ec35e2182ca4ad0494d6408f754 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 28 Mar 2003 20:15:42 +0000 Subject: now as owait in libopie --- (limited to 'core/launcher/waitpopup.cpp') diff --git a/core/launcher/waitpopup.cpp b/core/launcher/waitpopup.cpp deleted file mode 100644 index e488ab5..0000000 --- a/core/launcher/waitpopup.cpp +++ b/dev/null @@ -1,23 +0,0 @@ -#include -#include -#include -#include - -#include "waitpopup.h" -#include - - -WaitPopup::WaitPopup(QWidget *parent, const char* msg, bool dispIcon ) - :QDialog(parent, QObject::tr("Wait"), TRUE,WStyle_Customize) { - QHBoxLayout *hbox = new QHBoxLayout( this ); - QLabel *lb; - lb = new QLabel( this ); - //lb->setMovie( QMovie( "./wait.gif" , 200) ); - lb->setPixmap( Resource::loadPixmap( "Clock" ) ); - lb->setBackgroundMode ( NoBackground ); - hbox->addWidget( lb ); - hbox->activate(); -} - -WaitPopup::~WaitPopup() { -} -- cgit v0.9.0.2