SkinningTools.UI.messageProgressBar

Module Contents

Classes

MessageProgressBar

the progressbar

class SkinningTools.UI.messageProgressBar.MessageProgressBar(parent=None)

the progressbar added functionality to the progressbar to make sure it also displays the correct message on what is currently been done

Note

add warning messages or error messages in the progressbar? change color?

Note

possibly make this smarter by having segmented blocks in which seperate functions can still access the progressbar but dont take up 100% just a smaller portion

message
_getMessage(self)

return the current message of the progressbar :note: probably not really necessary, just added for the possibility, could be usefull to expand with some string operations in multilayered tools

Returns

the message in the progressbar

Return type

string

_setMessage(self, inMessage)

override the text on the progress bar with a personal message

Parameters

inMessage (string) – the message to add

setValue(self, inValue)

set the actual value of the progressbar, adds in the message as well

Parameters

inValue (float) – the value to set the progressbar to