<?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: PyQt &#8211; Creating interfaces visually with Designer</title>
	<atom:link href="http://www.harshj.com/2010/04/18/pyqt-creating-interfaces-visually-with-designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.harshj.com/2010/04/18/pyqt-creating-interfaces-visually-with-designer/</link>
	<description>Memoirs of a QWERTY Keyboard</description>
	<lastBuildDate>Sat, 21 Jan 2012 16:18:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Harsh</title>
		<link>http://www.harshj.com/2010/04/18/pyqt-creating-interfaces-visually-with-designer/comment-page-1/#comment-75483</link>
		<dc:creator>Harsh</dc:creator>
		<pubDate>Sun, 07 Nov 2010 05:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.harshj.com/?p=662#comment-75483</guid>
		<description>@pyqtnewbie -- This piece of code was written with PyQt 4.5+

For earlier versions, I suppose one could do (in line 22): self.actionQuit.connect(self, &quot;triggered()&quot;, QtGui.qApp.quit)

Let me know if that worked, as the code in the post is in a more &quot;pythonic&quot; style :)</description>
		<content:encoded><![CDATA[<p>@pyqtnewbie &#8212; This piece of code was written with PyQt 4.5+</p>
<p>For earlier versions, I suppose one could do (in line 22): self.actionQuit.connect(self, &#8220;triggered()&#8221;, QtGui.qApp.quit)</p>
<p>Let me know if that worked, as the code in the post is in a more &#8220;pythonic&#8221; style <img src='http://www.harshj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pyqtnewbie</title>
		<link>http://www.harshj.com/2010/04/18/pyqt-creating-interfaces-visually-with-designer/comment-page-1/#comment-75462</link>
		<dc:creator>pyqtnewbie</dc:creator>
		<pubDate>Sun, 31 Oct 2010 20:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.harshj.com/?p=662#comment-75462</guid>
		<description>Hi, I&#039;m getting an error running the demo. Environment is Python 2.5.2, PyQt 4.3.3 on Linux. Any tips?


Traceback (most recent call last):
  File &quot;ImageViewer.py&quot;, line 54, in 
    imageViewer = ImageViewer()
  File &quot;ImageViewer.py&quot;, line 19, in __init__
    self.connectActions()
  File &quot;ImageViewer.py&quot;, line 22, in connectActions
    self.actionQuit.triggered.connect(QtGui.qApp.quit)
AttributeError: triggered</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m getting an error running the demo. Environment is Python 2.5.2, PyQt 4.3.3 on Linux. Any tips?</p>
<p>Traceback (most recent call last):<br />
  File &#8220;ImageViewer.py&#8221;, line 54, in<br />
    imageViewer = ImageViewer()<br />
  File &#8220;ImageViewer.py&#8221;, line 19, in __init__<br />
    self.connectActions()<br />
  File &#8220;ImageViewer.py&#8221;, line 22, in connectActions<br />
    self.actionQuit.triggered.connect(QtGui.qApp.quit)<br />
AttributeError: triggered</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The PyQt Intro at Harsh J</title>
		<link>http://www.harshj.com/2010/04/18/pyqt-creating-interfaces-visually-with-designer/comment-page-1/#comment-72775</link>
		<dc:creator>The PyQt Intro at Harsh J</dc:creator>
		<pubDate>Fri, 07 May 2010 13:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.harshj.com/?p=662#comment-72775</guid>
		<description>[...] Learn how to design GUI interfaces visually using Qt Designer [...]</description>
		<content:encoded><![CDATA[<p>[...] Learn how to design GUI interfaces visually using Qt Designer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l1er</title>
		<link>http://www.harshj.com/2010/04/18/pyqt-creating-interfaces-visually-with-designer/comment-page-1/#comment-72737</link>
		<dc:creator>l1er</dc:creator>
		<pubDate>Sun, 02 May 2010 10:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.harshj.com/?p=662#comment-72737</guid>
		<description>nice one! thank you!!!</description>
		<content:encoded><![CDATA[<p>nice one! thank you!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

