<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - blackthorne</title>
<link>http://snipplr.com/users/blackthorne/tags/pyqt</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 14:59:14 GMT</pubDate>
<item>
<title>(Python) Qt GUI app in python with pyqt (subclassing pyuic4 generated file)</title>
<link>http://snipplr.com/view/48394/qt-gui-app-in-python-with-pyqt-subclassing-pyuic4-generated-file/</link>
<description><![CDATA[ <p>first design your app and generate a .UI file using Designer (part of Qt Creator), then run pyuic4 to get it to python, like:
pyuic4-2.6 example.ui > example.py

then import the window classes in example.py and make your up by subclassing like you can see in the source</p> ]]></description>
<pubDate>Fri, 04 Feb 2011 15:16:44 GMT</pubDate>
<guid>http://snipplr.com/view/48394/qt-gui-app-in-python-with-pyqt-subclassing-pyuic4-generated-file/</guid>
</item>
</channel>
</rss>