uninstaller.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:c4d-plugin-installer 作者: NiklasRosenstein 项目源码 文件源码
def initForm(self):
    self.initButtonBox()
    dataFile = self.installer.dataFile
    self.uninstallThread = UninstallThread(dataFile)
    self.uninstallThread.progressUpdate.connect(self.on_progressUpdate, Qt.QueuedConnection)
    self.becomesVisible.connect(self.on_becomesVisible)
    self.buttonClose.setEnabled(False)
    self.progressBar.setValue(0)

    if not dataFile:
      self.label.setText('devnote: Not in a frozen environment, no uninstall file found')
    else:
      self.label.setText(self.ls('uninstall.processing'))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号