PDA

View Full Version : Need help: Strange behaviour



navi1084
13th November 2008, 13:37
Hi,
I am capturing some images from external media and sending through cable and need to display the image in my widget one by one.
To accomplish this, i used QList<QImage>* to contain my extracted image. I am extracting the image inside the loop and adding each image to list. If i try to save the image inside the loop using QList<QImage>* instance, saves it successfully. if i try to save or display outside the loop using QList<QImage>* instance its saving as empty image.
Can any one tell me how can i resolve this problem???


Thank You

caduel
13th November 2008, 16:31
sorry, can't follow you.
Give us some code, please.

navi1084
14th November 2008, 03:19
I fixed. Thank You

navi1084
14th November 2008, 04:03
I fixed the issue. Thank You