[PyKDE] QMessageBox
Phil Thompson
phil at river-bank.demon.co.uk
Mon Oct 18 21:26:19 BST 1999
Pete Ware wrote:
>
> The docs say it is full implemented but in examples/application.py I get:
>
> Traceback (innermost last):
> File "./application.py", line 175, in saveDoc
> QMessageBox.message('Note', 'Left as an exercise for the user.')
> AttributeError: message
QMessageBox::message() is marked as obsolete in the Qt header file so I
didn't implement it.
Phil
More information about the PyQt
mailing list