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



Reply via email to