<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using Xerces-C++ Progressive Scan with Qt</title>
	<atom:link href="http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/</link>
	<description>Your blog is probably better than mine.</description>
	<pubDate>Wed, 19 Nov 2008 04:55:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Sajjad</title>
		<link>http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-62506</link>
		<dc:creator>Sajjad</dc:creator>
		<pubDate>Fri, 31 Oct 2008 22:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-62506</guid>
		<description>Quite a good suggestion 

I was wondering if Xerces could be used to generate xml content from the GUI component...like the SceneGraph Structure in the GUI representation</description>
		<content:encoded><![CDATA[<p>Quite a good suggestion </p>
<p>I was wondering if Xerces could be used to generate xml content from the GUI component&#8230;like the SceneGraph Structure in the GUI representation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Clark</title>
		<link>http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-2423</link>
		<dc:creator>Byron Clark</dc:creator>
		<pubDate>Mon, 13 Nov 2006 23:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-2423</guid>
		<description>I'm not sure about that definition, unless it's a QT4 thing.  The QT3 docs for QTimer say:

"As a special case, a QTimer with timeout 0 times out as soon as all the events in the window system's event queue have been processed."

That seems pretty consistent with what other toolkits count as idle time.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure about that definition, unless it&#8217;s a QT4 thing.  The QT3 docs for QTimer say:</p>
<p>&#8220;As a special case, a QTimer with timeout 0 times out as soon as all the events in the window system&#8217;s event queue have been processed.&#8221;</p>
<p>That seems pretty consistent with what other toolkits count as idle time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-2384</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 13 Nov 2006 03:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-2384</guid>
		<description>It should probably be noted that "idle" in Qt has a different meaning than in, say, wxWidgets. If you specify a 0 ms interval on a QTimer, the timer will fire over and over, even if the GUI is not idle. Qt will squeeze timer events in whenever it can, even between paint events and user input events. In wxWidgets, the idle event only fires once the application becomes idle, and does not fire again until the app goes from non-idle to idle.</description>
		<content:encoded><![CDATA[<p>It should probably be noted that &#8220;idle&#8221; in Qt has a different meaning than in, say, wxWidgets. If you specify a 0 ms interval on a QTimer, the timer will fire over and over, even if the GUI is not idle. Qt will squeeze timer events in whenever it can, even between paint events and user input events. In wxWidgets, the idle event only fires once the application becomes idle, and does not fire again until the app goes from non-idle to idle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Clark</title>
		<link>http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-2379</link>
		<dc:creator>Byron Clark</dc:creator>
		<pubDate>Mon, 13 Nov 2006 02:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/2006/11/12/using-xerces-c-progressive-scan-with-qt/#comment-2379</guid>
		<description>Note that the 0 ms timeout on the QTimer really means run whenever idle.  I always wondered how to do that in QT.</description>
		<content:encoded><![CDATA[<p>Note that the 0 ms timeout on the QTimer really means run whenever idle.  I always wondered how to do that in QT.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
