| Trees | Indices | Help |
|
|---|
|
|
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
PyQt5.QtCore.QObject --+
|
PyQt5.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 = QtWidgets.QPushButton('Button')
self.loading_icon = bwidgets.LoadingIcon(self)
self.loading_icon.startLoading(self.button)
self.launchTask()
def taskCallback(self):
self.loading_icon.stopLoading()
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Set the
|
The callback for the |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 2 06:32:59 2017 | http://epydoc.sourceforge.net |