QtGui.QMessageBox.information(self, 'Message Title', 'The Bosy Text', QtGui.MessageBox.No | QtGui.MessageBox.Yes || QtGui.MessageBox.Cancel)
The type of message:
1. information
2. question
3. warning
4. critical
The type of the button:
1. Yes
2. No
3. Save
4. Cancel
5. Discard
6. Ok
7. Open
No comments:
Post a Comment