6.83. umbra.ui.widgets.messageBox

messageBox.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the messageBox() and standaloneMessageBox() functions.

Others:

6.83.1. Module Attributes

umbra.ui.widgets.messageBox.LOGGER

6.83.2. Functions

umbra.ui.widgets.messageBox.messageBox(type, title, message, icon=None, buttons=1024, customButtons=None)[source]

This definition provides a fast GUI message box.

Parameters:
  • title – Current message title. ( String )
  • message – Message. ( String )
  • icon – Custom icon. ( QConstant )
  • buttons – Standard buttons. ( QConstant )
  • customButtons – Custom buttons. ( Tuple / List )
Returns:

User choice. ( Integer )

Table Of Contents

Previous topic

6.82. umbra.ui.widgets.delayed_QSplashScreen

Next topic

6.84. umbra.ui.widgets.notification_QLabel

This Page