controller.py 文件源码

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

项目:copaspedia 作者: selesdepselesnul 项目源码 文件源码
def set_content_image(self, list_image, des_dir):
        self.content_text_browser.clear()
        self.content_text_browser.setEnabled(True)
        for i in list_image:
            full_path = html.escape(des_dir + '/' + PurePath(i).name)
            self.content_text_browser.append(
                    "<img src='{}' title='store at : {}'/><br/>".format(full_path, full_path))

        self.__load_finished()
        QMessageBox.information(self, 'Download Completed',
            'All of your donwload images store at : {}'.format(des_dir))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号