[Qt-interest] Progressbar code is not animating for symbian QT

Ramesh ramesh.bs at robosoftin.com
Mon Mar 1 06:27:48 CET 2010


HI.. pls suggest me what's wrong with the code,

 

I tried running this in my n96 emulator.. progress bar is appearing

 

But its not animating.. here is the code

 

 

QApplication a(argc, argv);

QProgressDialog *dialog = new QProgressDialog();

dialog->setMinimum(0);
dialog->setMaximum(0);

dialog->showMaximized(); 
dialog->exec();   
return a.exec();

 

Thanks


-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100301/af6f09e5/attachment.html 


More information about the Qt-interest-old mailing list