-
Notifications
You must be signed in to change notification settings - Fork 10
message_gui
Benjamin Nelson DeMann edited this page Aug 24, 2017
·
2 revisions
The message_gui module gives you some simple user interface tools. It is based off the more complicated and more powerful QMessageBox(). If you require a more complicated response from the user or you want to have more control over the message then it's a good module to use. This module only covers a couple of the most common things so you don't have deal with all of the setup and overhead if you just want to give a simple error message.
- error(message)
- info(message)
- light_error(message)
- yes_or_no(message)
- binary_option(message, optionOne, optionTwo):