<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 4, 2014 at 9:43 AM, Shriramana Sharma <span dir="ltr"><<a href="mailto:samjnaa@gmail.com" target="_blank">samjnaa@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="im"><div class="gmail_extra"><div class="gmail_quote">
On Tue, Feb 4, 2014 at 8:27 PM, Hans-Peter Jansen <span dir="ltr"><<a href="mailto:hpj@urpla.net" target="_blank">hpj@urpla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div><br>
</div>Checking, if it starts with a colon is doing fine, isn't it?<br>
</blockquote></div><br></div></div><div class="gmail_extra">That's right. If I use qrc:// it is NOT working. That's what the output of the script initially posted is intended to show.<br clear="all"></div><div class="im">
<div class="gmail_extra">

<br>-- <br>Shriramana Sharma ஶ்ரீரமணஶர்மா श्रीरमणशर्मा</div></div></div></blockquote><div><br></div><div>>From the docs:</div><div><br></div><div>    By default, resources are accessible in the application under the same file name as they have in the source tree, with a :/ prefix, or by a URL with a qrc scheme.<br>
</div><div><br></div><div>   For example, the file path :/images/cut.png or the URL qrc:///images/cut.png would give access to the cut.png <snip></div><div><br></div><div><br></div><div>As I understand it, QImage doesn't take a URL, it takes a file path, so you need to use the ':/thing' form. This does not access the "outside" (?) file system. I would tend to agree with Pete-- that a path starting with a colon is enough of a hint that an embedded resource is used.</div>
<div><br></div></div></div><div class="gmail_extra">- Michael</div></div>