2005/8/2, Roberto Alsina <[EMAIL PROTECTED]>: > 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 _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
