tomwer.gui.icons#

Set of icons for buttons.

Use getQIcon() to create Qt QIcon from the name identifying an icon.

Functions

getAnimatedIcon(name)

Create an AbstractAnimatedIcon from a resource name.

getQFile(name)

Create a QFile from an icon name.

getQIcon(name)

Create a QIcon from its name.

getQPixmap(name)

Create a QPixmap from its name.

getWaitIcon()

Returns a cached version of the waiting AbstractAnimatedIcon.

Classes

AbstractAnimatedIcon([parent])

Store an animated icon.

AnimatedIcon(filename[, parent])

Store a looping QMovie to provide icons for each frames.

MovieAnimatedIcon(filename[, parent])

Store a looping QMovie to provide icons for each frames.

MultiImageAnimatedIcon(filename[, parent])

Store a looping QMovie to provide icons for each frames.