[PyQt] Bug in custom widget using QStringList when using pyuic

2010-03-12 Thread Vincent van Beveren
Hi everyone, I have created a custom component which uses a QStringList as property value. This goes fine in designer, however, when using pyuic4 to compile the component it messes things up. This is the python code produced: # === header removed class Ui_Form(object): def setupUi(self,

[PyQt] uic compiler goes wrong

2010-01-26 Thread Vincent van Beveren
Hi, I'm using a rather old (4.4.3) version of PyQT, but I was wondering if the following issue was solved: I've created a custom component with one property being a QStringList. When I compile this with pyuic4 it generates the following code in one of the python modules: