[PyQt] Looking for docs of packing PyQt4 app with py2exe
Frédéric
frederic.mantegazza at gbiloba.org
Thu Feb 12 09:45:07 GMT 2009
Le 12/2/2009, "Arthur Pemberton" <pemboa at gmail.com> a écrit:
>So far things are a lot clear now. One question... is there a `uic`
>type module which can load the .qrc directly? Just a curiosity, not a
>need.
I think so, using QResource class. Have a look at:
http://doc.trolltech.com/4.4/resources.html
in the 'External Binary Resources' chapter.
I may use this solution, over the python module one, as it will allow to
select an icon theme, for example (but there are maybe better solutions).
--
Frédéric
More information about the PyQt
mailing list