[PyKDE] Using QFileDialog

2006-01-09 Thread piotr maliński
I'm learning pyQT and I have a problem with QFileDialog - how can I get the selected filename? I've made a simple form: a pushbutton that onlick runs function test which opens the filedialog (in qtdesigner): -- void Form1::test() { a = QFileDialog(self)

Re: [PyKDE] Using QFileDialog

2006-01-09 Thread Andreas Pakulat
On 09.01.06 17:12:48, piotr maliński wrote: I'm learning pyQT and I have a problem with QFileDialog - how can I get the selected filename? I've made a simple form: a pushbutton that onlick runs function test which opens the filedialog (in -- void Form1::test() {

Re: [PyKDE] Using QFileDialog

2006-01-09 Thread Giovanni Bajo
piotr malinski [EMAIL PROTECTED] wrote: I'm learning pyQT and I have a problem with QFileDialog - how can I get the selected filename? I've made a simple form: a pushbutton that onlick runs function test which opens the filedialog (in qtdesigner): -- void

Re: [PyKDE] Using QFileDialog

2006-01-09 Thread Baz Walter
On Monday 09 Jan 2006 16:12, piotr maliński wrote: I'm learning pyQT and I have a problem with QFileDialog - how can I get the selected filename? I've made a simple form: a pushbutton that onlick runs function test which opens the filedialog (in qtdesigner): --

Re: [PyKDE] Using QFileDialog

2006-01-09 Thread Phil Thompson
On Monday 09 January 2006 7:27 pm, Baz Walter wrote: On Monday 09 Jan 2006 16:12, piotr maliński wrote: I'm learning pyQT and I have a problem with QFileDialog - how can I get the selected filename? I've made a simple form: a pushbutton that onlick runs function test which opens the