[PyKDE] eric3 Configuration option for pyuic4 [was: Configuration for pyuic4]

Detlev Offenbach detlev at die-offenbachs.de
Thu Jan 26 10:11:32 GMT 2006


Am Donnerstag, 26. Januar 2006 10:49 schrieb Andreas Pakulat:
> On 26.01.06 10:15:44, Detlev Offenbach wrote:
> > Am Mittwoch, 25. Januar 2006 19:42 schrieb Andreas Pakulat:
> > > On 25.01.06 19:22:17, Andreas Pakulat wrote:
> > > > I'm currently looking for some options to tweak pyuic4's behaviour.
> > > > In particular I'd like to
> > > >
> > > > a) change the generated filename
> >
> > That is not possible. Eric3 basically mimics the behavior of pyuic4 for
> > the generation of the filename. It just prepends "Ui_" to the given
> > filename.
>
> I guess you mean it mimics the generation of filename of pyuic3, as
> pyuic4 doesn't force you to a specific pattern... 

No, I meant pyuic4's class name generation. It generates a class Ui_FooDialog 
if the form name is FooDialog. I transferred this to the filename generation.

> Anyway I can patch 
> that myself...
>
> > > > b) turn off the automatic pyuic4 run for all or specific forms
> >
> > s. configuration dialog Projects->Various
>
> Ah, overlooked that one. Thanks
>
> Andreas

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list