* Matti Airas (Mon, 16 May 2011 12:24:23 +0300)
> On 16.05.2011 11:04, ext Thorsten Kampe wrote:
> > So the question is: is PySide supposed to be able to use PyQt's UI
> > files unmodified? It is actually able to use "Resource object code"
> > (from pyrcc4) from PyQt unmodified.
> 
> No, files generated with pyuic4 won't work as is, due to the
> conflicting import statements. There might be other minor differences
> nowadays as well. Just run pyside-uic against the .ui files and you're
> all set.

I just regenerated ui.py and resource_rc.py and surprisingly 
resource_rc.py generated from pyside-rcc (4.51 Mb) is four(!) times as 
big as the one generated by pyrcc4 (1.18 Mb).

As as sidenote, the FAQ[1] should be updated: 

Tool names different

PySide uses different names for the tools scripts:
pyuic4 -> pyside-uic
pyrcc4 -> pyside-rcc4
pylupdate4 -> pyside-lupdate

But: pyside-rcc4 is now called pyside-rcc (at least on Windows).

[1] 
<http://developer.qt.nokia.com/wiki/Differences_Between_PySide_and_PyQt#
c7a8cc8aa45a5c8dd99cad0f106da897>

_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to