Re: [Maya-Python] [PySide] - Loading ui file from qt Designer

2014-10-14 Thread johnvdz
hi Jeremy, just search the archive.. a lot of this has already been posted before. https://www.mail-archive.com/python_inside_maya@googlegroups.com/msg08046.html john On 15/10/2014 10:29 AM, Jeremy YeoKhoo wrote: Hey guys, I am trying to convert a relatively old PyQt file in PySide. I have a

[Maya-Python] [PySide] - Loading ui file from qt Designer

2014-10-14 Thread Jeremy YeoKhoo
Hey guys, I am trying to convert a relatively old PyQt file in PySide. I have a ui file created from QtDesigner. How would I load my .ui file using PySide since loadUIType ? Where in PyQt I would use uic.loadUiType from PyQt4 import QtGui, uic form_class, base_class = uic.loadUiType("/ui_pySide