[newbie] Python and Qt4 Designer

2012-07-11 Thread Jean Dubois
I'm trying to combine python-code made with QT4 designer with plain python statements like file = open(test,w) Can anyone tell me what I have to add to the following code just to open a file when clicking on the load-button and closing it by clicking on the save button. #!/usr/bin/env python #

Re: [newbie] Python and Qt4 Designer

2012-07-11 Thread Vincent Vande Vyvre
On 11/07/12 17:37, Jean Dubois wrote: I'm trying to combine python-code made with QT4 designer with plain python statements like file = open(test,w) Can anyone tell me what I have to add to the following code just to open a file when clicking on the load-button and closing it by clicking on