<?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[About QThread]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I have a command-line tool that I am calling using QThread.<br />
One problem is that the command-line tool will crash if there is something wrong with the input data. However, I want the program to pop-up a dialog and tell the user to check the input data, rather than crash directly.</p>
<p dir="auto">Is there any method to achieve this?</p>
<p dir="auto">Thanks a lot.</p>
]]></description><link>https://forum.qt.io/topic/37025/about-qthread</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 05:46:09 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/37025.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Jan 2014 05:41:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to About QThread on Sun, 26 Jan 2014 10:46:48 GMT]]></title><description><![CDATA[<p dir="auto">The "QProcess":<a href="http://qt-project.org/doc/qt-5/qprocess.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5/qprocess.html</a> with "processError":<a href="http://qt-project.org/doc/qt-5/qprocess.html#ProcessError-enum" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5/qprocess.html#ProcessError-enum</a> which can be checked.</p>
]]></description><link>https://forum.qt.io/post/212251</link><guid isPermaLink="true">https://forum.qt.io/post/212251</guid><dc:creator><![CDATA[koahnig]]></dc:creator><pubDate>Sun, 26 Jan 2014 10:46:48 GMT</pubDate></item></channel></rss>