[Qgis-developer] Table Manager problem (QObject.setProperty invalid type)

Borys Jurgiel borysiasty at aster.pl
Sun Sep 12 18:32:55 EDT 2010


Thanks! I've fixed it as Guiuseppe proposed, I hope it's ok now.

Dnia niedziela 12 września 2010 o 23:56:32 Giuseppe Sucameli napisał(a):

> AFAIK it's a pyuic4 bug.
> 
> In GdalTools I fixed this issue by resetting the "value" property of
> progressBars and spinBoxes to the default value in the .ui files (you
> can use QtDesigner or remove the following lines from your .ui file)
> 
> <property name="value">
>    <number>0</number>
> </property>
> 
> Then you'll set the default value by code (i.e. in the constructor)


More information about the Qgis-developer mailing list