Qt-interest Archive, May 2008
[no subject]
Message 1 in thread
Hi All,
I am using Qt 4.4, vs 2005, windows XP.
I think this is a bug.
Every time I send an image to a QTextBrowser widget using the method insertHtml()
And sending this kind of parameters:
<img src="imagePath" />
For some reason the first time it shows the correct image, but if I send a different image next, it will keep showing the same first image.
For some reason the same image is getting same in memory or something, and then it will keep showing that image.
Please confirm if this is a bug, I am going crazy and cant find what could be the problem.
If it is a bug, can someone suggest a work around or submit a quick patch?
Thanks a lot!
CJC
_________________________________________________________________
Make Windows Vista more reliable and secure with Windows Vista Service Pack 1.
http://www.windowsvista.com/SP1?WT.mc_id=hotmailvistasp1banner
Message 2 in thread
First,
I suggest you to give some info about question in subject... (like I did
to reply to your mail)
second,
I suggest to add some piece of code about the problem.
code where you add image and more if it's necessary to ubderstand the
context....
it's easier to help you.
regards,
Veronique.
Christopher Jimenez a écrit :
> Hi All,
> I am using Qt 4.4, vs 2005, windows XP.
> I think this is a bug.
> Every time I send an image to a QTextBrowser widget using the method
> insertHtml()
> And sending this kind of parameters:
> <img src="imagePath" />
> For some reason the first time it shows the correct image, but if I
> send a different image next, it will keep showing the same first image.
> For some reason the same image is getting same in memory or something,
> and then it will keep showing that image.
> Please confirm if this is a bug, I am going crazy and cant find what
> could be the problem.
> If it is a bug, can someone suggest a work around or submit a quick patch?
> Thanks a lot!
> CJC
>
>
> ------------------------------------------------------------------------
> Make Windows Vista more reliable and secure with Windows Vista Service
> Pack 1. Learn more.
> <http://www.windowsvista.com/SP1?WT.mc_id=hotmailvistasp1banner>