And to answer my own question, "message" is a static member function
in Qt so there might be problems. I got it to work with:
db = qt.QMessageBox ()
db.setCaption (title)
db.setText (mess)
db.setButtonText (0, "Ok")
db.exec_loop ()
Note the "exec_loop()" instead of the python keyword "exec"
--pete
- [PyKDE] QMessageBox Pete Ware
- Re: [PyKDE] QMessageBox Pete Ware
- Re: [PyKDE] QMessageBox Boudewijn Rempt
- Re: [PyKDE] QMessageBox Phil Thompson
