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 [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
