4.50. umbra.ui.widgets.delayed_QSplashScreen

delayed_QSplashScreen.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the Delayed_QSplashScreen class.

Others:

4.50.1. Module Attributes

umbra.ui.widgets.delayed_QSplashScreen.LOGGER

4.50.2. Classes

class umbra.ui.widgets.delayed_QSplashScreen.Delayed_QSplashScreen(picture, waitTime=None)[source]

Bases: PyQt4.QtGui.QSplashScreen

This class is a QSplashScreen subclass providing delayed messages capabilities.

Parameters:
  • picture – Current picture path. ( String )
  • waitTime – wait time. ( Integer )
waitTime[source]

This method is the property for self.__waitTime attribute.

Returns:self.__waitTime ( Integer / Float )
setMessage(message, textAlignement=1, textColor=2, waitTime=None)[source]
Parameters:
  • message – Message to display on the splashscreen. ( String )
  • textAlignement – Text message alignment. ( Object )
  • textColor – Text message color. ( Object )
  • waitTime – Wait time. ( Integer )

Table Of Contents

Previous topic

4.49. umbra.ui.widgets.codeEditor_QPlainTextEdit

Next topic

4.51. umbra.ui.widgets.messageBox

This Page