def __init__(self, blocking=True):
self.object = res = PyQt5.Qt.QProgressDialog()
res.setVisible(False)
res.setWindowModality(blocking)
res.setAutoClose(True)
path = "{:s}/{:s}".format(database.path(), database.filename())
self.update(current=0, min=0, max=0, text='Processing...', tooltip='...', title=path)
# properties
评论列表
文章目录