On Saturday 28 July 2007 22:25, Gustavo A. Díaz wrote: > Anyway, it works will all of those. > > Now, i am having a problem that i was thinking that may come: > > Every time i press in any listWidget item of my app, seems the xterm > executes many instances in the background reaching a moment that i have > many "hidden" xterm consoles opened (plus the one inside the frame, which > is the only i want to have there). > > How i could avoid this?
You need to find out where (and when) each instance is being created and figure out if it's happening in cases that you didn't expect. Do you do some processing in response to a click on an item in a list widget? Does this somehow inadvertently cause an xterm to be launched? David _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt