<?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: Building an application GUI with PyQT, beginners tutorial</title>
	<atom:link href="/python/building-an-application-gui-with-pyqt-beginners-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://talkera.org/python/building-an-application-gui-with-pyqt-beginners-tutorial/</link>
	<description>Programming Blog</description>
	<lastBuildDate>Sun, 01 Feb 2015 02:34:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>By: Thomas Kluyver</title>
		<link>https://talkera.org/python/building-an-application-gui-with-pyqt-beginners-tutorial/#comment-13</link>
		<dc:creator><![CDATA[Thomas Kluyver]]></dc:creator>
		<pubDate>Tue, 27 Jan 2015 01:54:44 +0000</pubDate>
		<guid isPermaLink="false">https://talkera.org/python/?p=76#comment-13</guid>
		<description><![CDATA[&gt; sudo pip install pyqt

That won&#039;t work. I don&#039;t think pyqt has ever been installable with pip. Since you&#039;re assuming a Debian based system, &#039;sudo apt-get install python-qt4&#039; should do the trick.]]></description>
		<content:encoded><![CDATA[<p>&gt; sudo pip install pyqt</p>
<p>That won&#8217;t work. I don&#8217;t think pyqt has ever been installable with pip. Since you&#8217;re assuming a Debian based system, &#8216;sudo apt-get install python-qt4&#8242; should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>https://talkera.org/python/building-an-application-gui-with-pyqt-beginners-tutorial/#comment-12</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 21:52:23 +0000</pubDate>
		<guid isPermaLink="false">https://talkera.org/python/?p=76#comment-12</guid>
		<description><![CDATA[Press the arrow that is pointing downwards next to label pixmap. (not on the dots). A small popup menu will come up with &quot;Choose resource&quot;, &quot;Choose file&quot;. Select &quot;choose file&quot;. Select any image from the disk. As the images below:

&lt;a href=&quot;https://talkera.org/python/wp-content/uploads/2015/01/pixmap1.jpg&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://talkera.org/python/wp-content/uploads/2015/01/pixmap1.jpg&lt;/a&gt;
&lt;a href=&quot;https://talkera.org/python/wp-content/uploads/2015/01/pixmap2.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://talkera.org/python/wp-content/uploads/2015/01/pixmap2.png&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Press the arrow that is pointing downwards next to label pixmap. (not on the dots). A small popup menu will come up with &#8220;Choose resource&#8221;, &#8220;Choose file&#8221;. Select &#8220;choose file&#8221;. Select any image from the disk. As the images below:</p>
<p><a href="/python/wp-content/uploads/2015/01/pixmap1.jpg" target="_blank" rel="nofollow">https://talkera.org/python/wp-content/uploads/2015/01/pixmap1.jpg</a><br />
<a href="/python/wp-content/uploads/2015/01/pixmap2.png" target="_blank" rel="nofollow">https://talkera.org/python/wp-content/uploads/2015/01/pixmap2.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amadi</title>
		<link>https://talkera.org/python/building-an-application-gui-with-pyqt-beginners-tutorial/#comment-11</link>
		<dc:creator><![CDATA[Amadi]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 15:50:55 +0000</pubDate>
		<guid isPermaLink="false">https://talkera.org/python/?p=76#comment-11</guid>
		<description><![CDATA[&gt; We added a button, label and a pixmap.  (I took 
&gt; a random image from the web for the pixmap)

How do you add the pixmap? I get, that you need to
drag and drop another label and see its pixmap property,
but the file dialog wants a &quot;ressource file&quot;, which I 
don&#039;t know where to get from.

Dragging an image from another application didn&#039;t work either.]]></description>
		<content:encoded><![CDATA[<p>&gt; We added a button, label and a pixmap.  (I took<br />
&gt; a random image from the web for the pixmap)</p>
<p>How do you add the pixmap? I get, that you need to<br />
drag and drop another label and see its pixmap property,<br />
but the file dialog wants a &#8220;ressource file&#8221;, which I<br />
don&#8217;t know where to get from.</p>
<p>Dragging an image from another application didn&#8217;t work either.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
