<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Pass an Url in a .qrc file from QML to C++]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have been hitting the wall again and again and it seems I simply can't do it.</p>
<p dir="auto">I want to give a relative path to a file in a qrc file in QML, call a C++ function with this QUrl as a parameter and open the associated file in C++.</p>
<p dir="auto"><em>in QML</em><br />
@  function run()<br />
{<br />
var file = "qrc:///myFile.js"<br />
myFunc(file)<br />
}@</p>
<p dir="auto"><em>In CPP</em><br />
@myFunc(const QUrl &amp;fileUrl)<br />
{<br />
&lt;open file, read it, etc&gt;<br />
}@</p>
<p dir="auto">It seems I can't do such a simple thing...;'(</p>
<p dir="auto">Any help would be welcome.<br />
Thanks!</p>
]]></description><link>https://forum.qt.io/topic/43142/solved-pass-an-url-in-a-qrc-file-from-qml-to-c</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 19:43:44 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/43142.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jun 2014 19:10:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Pass an Url in a .qrc file from QML to C++ on Tue, 01 Jul 2014 13:58:01 GMT]]></title><description><![CDATA[<p dir="auto">It works perfectly! Thanks!</p>
]]></description><link>https://forum.qt.io/post/234187</link><guid isPermaLink="true">https://forum.qt.io/post/234187</guid><dc:creator><![CDATA[Korchkidu]]></dc:creator><pubDate>Tue, 01 Jul 2014 13:58:01 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Pass an Url in a .qrc file from QML to C++ on Tue, 01 Jul 2014 06:51:25 GMT]]></title><description><![CDATA[<p dir="auto">Use QString as the function parameter. QFile needs a string anyway, so it will even save you conversion time.</p>
]]></description><link>https://forum.qt.io/post/234105</link><guid isPermaLink="true">https://forum.qt.io/post/234105</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Tue, 01 Jul 2014 06:51:25 GMT</pubDate></item></channel></rss>