<?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[Topics tagged with openurlexternal]]></title><description><![CDATA[A list of topics that have been tagged with openurlexternal]]></description><link>https://forum.qt.io/tags/openurlexternal</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 14:37:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/openurlexternal.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[How do I pass a value along when attempting to execute an external process using Qt.openUrlExternally]]></title><description><![CDATA[<p dir="auto">I am creating an app written in QML, that has a button that when clicked runs a bat file. I can see the bat file executes, but i need to be able to pass to the batch file a value (to be used to set a folder location inside the batch file). How can I pass the value along when I execute the bat file? This is what my QML code looks like:</p>
<pre><code>    MenuButton {
        labelText: "Run lupdate"
        mouseButton.onClicked: {
            Qt.openUrlExternally("run-lupdate.bat")
        }
    }
</code></pre>
<p dir="auto">I'm looking for something like:</p>
<pre><code>    Qt.openUrlExternally("run-lupdate.bat","C:\Temp")
</code></pre>
]]></description><link>https://forum.qt.io/topic/57736/how-do-i-pass-a-value-along-when-attempting-to-execute-an-external-process-using-qt-openurlexternally</link><guid isPermaLink="true">https://forum.qt.io/topic/57736/how-do-i-pass-a-value-along-when-attempting-to-execute-an-external-process-using-qt-openurlexternally</guid><dc:creator><![CDATA[Marika]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>