[PyKDE] Calling slots

2004-12-06 Thread Hihn, Jason
I have a button that used to be connected to accept() on a dialog. I added some validation, and only want to call accept() now if the validation passes. I tried calling dlg.accept() but I got the message that it is not callable because it was not created in python. What is the work

Re: [PyKDE] Calling slots

2004-12-06 Thread Phil Thompson
I have a button that used to be connected to accept() on a dialog. I added some validation, and only want to call accept() now if the validation passes. I tried calling dlg.accept() but I got the message that it is not callable because it was not created in python. What is the work