| Trees | Indices | Help |
|
|---|
|
|
PyQt4.QtGui.QMovie --+
|
LoadingIcon
Animates a "loading" icon that can be used by any Qt object that
has the C{setIcon} method.
Example:
def startTask(self):
self.button = QtGui.QPushButton('Button')
self.loading_icon = bwidgets.LoadingIcon(self)
self.loading_icon.startLoading(self.button)
self.launchTask()
def taskCallback(self):
self.loading_icon.stopLoading()
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Set the
|
The callback for the |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:23 2015 | http://epydoc.sourceforge.net |