On Montag, 11. Februar 2008, Imre Horváth wrote:
> Hi!
>
> I'm using eric 3.9.5 with qt4.
> When I compile a form, it's generate a Ui_formname.py file. There's no
> problem with that.
> My question is: how can i change the Ui_ prefix for the generated python
> files? (e.g. ui_formname.py with lowercase u)
>
> Thanks for advance:
> Imre Horvath
> _______________________________________________
> Eric mailing list
> [email protected]
> http://www.riverbankcomputing.com/mailman/listinfo/eric

Hi,

That cannot be changed. It is hardcoded and follows the class name generated 
by pyuic4. This means, the module name and the class name in the module are 
identical.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to