[PyKDE] Problem with messagebox

Maurizio Colucci maurizio.colucci at gmail.com
Tue Aug 2 18:43:43 BST 2005


2005/8/2, Roberto Alsina <ralsina at kde.org>:

> QMessageBox.question returns an integer:
>
> 0 if you click the first button
> 1 for the second (if there is one)
> 2 for the third (if there is one)
> [...]
> It will return 1 in Yes, 0 in No.
>
> This behaviour is exactly like the C++ version.

Thank you Roberto. However, the Qt help page seems to contradict you:
"QMessageBox.question() returns the identity (QMessageBox::Yes, or
QMessageBox::No, etc.) of the button that was clicked.".

http://doc.trolltech.com/3.3/qmessagebox.html#question

How is this possible?

Sincerely,

Maurizio




More information about the PyQt mailing list