def __init__(self, heading, text):
AbstractProgressDialog.__init__(self, 100)
self._dialog = xbmcgui.DialogProgress()
self._dialog.create(heading, text)
# simple reset because KODI won't do it :(
self._position = 1
self.update(steps=-1)
pass
xbmc_progress_dialog.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录