Hi<br>I&#39;ve just written a Designer plugin in Python, which I have to say is very nice. However I discovered some surprising behaviour in pyuic. My widget contains Qt properties  (defined using pyqtProperty), but the generated code don&#39;t use the properties, instead it tries to use the underlying methods!? I discovered this for the reason that I use a different naming convention than pyuic apparently expected. For instance, I had a property &quot;value&quot;, for which pyuic expected there to be a setter method &quot;setValue&quot;. I hope it isn&#39;t on purpose that pyuic tries to use underlying methods instead of the properties themselves?
<br><br>I&#39;m using PyQt 4.3 commercial edition.<br><br>Thanks,<br>Arve<br>