<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Side effects of using QtWebKit for desktop apps</title>
	<atom:link href="http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html</link>
	<description>The Official Blog of ForwardBias Technologies</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:57:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gldnspud.myopenid.com/</title>
		<link>http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html/comment-page-1#comment-2743</link>
		<dc:creator>gldnspud.myopenid.com/</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forwardbias.in/?p=38#comment-2743</guid>
		<description>girish, thank you for posting this list.  You mentioned that all of the items have a workaround.  Do you happen to know of one that works for #1?  I am embedding a Qt widget that presents several QLineEdit widgets, and whenever there are links on the containing HTML page, I have to tab that many extra times to get to the next QLineEdit.  :)</description>
		<content:encoded><![CDATA[<p>girish, thank you for posting this list.  You mentioned that all of the items have a workaround.  Do you happen to know of one that works for #1?  I am embedding a Qt widget that presents several QLineEdit widgets, and whenever there are links on the containing HTML page, I have to tab that many extra times to get to the next QLineEdit.  <img src='http://blog.forwardbias.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: girish</title>
		<link>http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html/comment-page-1#comment-1055</link>
		<dc:creator>girish</dc:creator>
		<pubDate>Tue, 15 Sep 2009 06:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forwardbias.in/?p=38#comment-1055</guid>
		<description>Kenneth,
I should have done that already, but I was lazy :-) I have reported them now.</description>
		<content:encoded><![CDATA[<p>Kenneth,<br />
I should have done that already, but I was lazy <img src='http://blog.forwardbias.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I have reported them now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth Christiansen</title>
		<link>http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html/comment-page-1#comment-1047</link>
		<dc:creator>Kenneth Christiansen</dc:creator>
		<pubDate>Mon, 14 Sep 2009 23:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forwardbias.in/?p=38#comment-1047</guid>
		<description>1. sounds like a bug, please file one at bugs.webkit.org and add the Qt keyword.
2. there is already a bug similar to this in bugzilla (from the author of Arora). Please add your input there.
3. I think it should be able to add API for disabling this. Again file a bug report (feature request)
6. File a bug and someone might have some ideas for making this work better. Internally Qt WebKit uses Qt image loaders, so should be possible.

Kenneth</description>
		<content:encoded><![CDATA[<p>1. sounds like a bug, please file one at bugs.webkit.org and add the Qt keyword.<br />
2. there is already a bug similar to this in bugzilla (from the author of Arora). Please add your input there.<br />
3. I think it should be able to add API for disabling this. Again file a bug report (feature request)<br />
6. File a bug and someone might have some ideas for making this work better. Internally Qt WebKit uses Qt image loaders, so should be possible.</p>
<p>Kenneth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: girish</title>
		<link>http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html/comment-page-1#comment-1042</link>
		<dc:creator>girish</dc:creator>
		<pubDate>Mon, 14 Sep 2009 17:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forwardbias.in/?p=38#comment-1042</guid>
		<description>Boud, what is Qt software saying about the change in behavior :) - is that a bug or feature?</description>
		<content:encoded><![CDATA[<p>Boud, what is Qt software saying about the change in behavior <img src='http://blog.forwardbias.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; is that a bug or feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boudewijn Rempt</title>
		<link>http://blog.forwardbias.in/2009/09/side-effects-of-using-qtwebkit-for-desktop-apps.html/comment-page-1#comment-1038</link>
		<dc:creator>Boudewijn Rempt</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.forwardbias.in/?p=38#comment-1038</guid>
		<description>There is another side effect: with every upgrade of webkit, the layout will be messed up. Like on going to 4.6, suddenly all links start getting linebreaks :-(</description>
		<content:encoded><![CDATA[<p>There is another side effect: with every upgrade of webkit, the layout will be messed up. Like on going to 4.6, suddenly all links start getting linebreaks <img src='http://blog.forwardbias.in/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
