PDA

View Full Version : Application is Crashing



shyam prasad
9th January 2007, 13:50
Hi .. All

I am Beginner to Qt .

Qt 4.2.1 version
windows platform
Visual studio 6.0 version.



My Application Working properly on normal conditions .
But it s becoming crashing while resizing the widget .

So what are the probabilities that an appln can crash . Any Solution for this .

Thankyou..

Regards
shyam prasad

guilugi
9th January 2007, 17:04
Hello,

In order for forumers to help you quickly, you should provide some extra informations !

A small code for testing would be great, but if you can't, give us at least the backtrace of your crash !

Just a question : did you reimplement resizeEvent() function in any of your classes ?

Guilugi