Am Donnerstag, 12. April 2012, 16:53:39 schrieb Stephen Schaub: > I am doing PyQt development with Eric 5.2. I am wondering about what > level of autocompletion I can get on Qt4 GUI projects. > > For example, when I generate dialog code from a form, is it possible > to be able to type self. in the generated event handler and get a list > of GUI components? If so, I would be grateful if someone could help me > configure Eric properly. I've searched the list a bit without success.
Hello, auto-completion of GUI elements (i.e. definitions done in .ui files) is not possible at the moment. However, that is a good idea I'll put on top of the list of extensions for the "eric Assistant" plug-in. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
