Qt-interest Archive, June 2007
Mac OS X: image doesn't display (bundle)
Message 1 in thread
I'm appending int TextBrowser text:
<img src="/Path/To/Image.jpg"/>
path is absolute (starting from /), and inside of TextBrowser appears
only small image icon, not the image. I'm sure that image exists and
contains valid data (I can preview this image). What am i missing?
--
[ signature omitted ]
Message 2 in thread
On Jun 28, 2007, at 4:21 PM, Kamil Klimek wrote:
> I'm appending int TextBrowser text:
>
> <img src="/Path/To/Image.jpg"/>
>
> path is absolute (starting from /), and inside of TextBrowser
> appears only small image icon, not the image. I'm sure that image
> exists and contains valid data (I can preview this image). What am
> i missing?
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
Ok, I forgot to add plugins into my bundle.
--
[ signature omitted ]