audiojack_gui.py 文件源码

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

项目:audiojack-ui 作者: anilee 项目源码 文件源码
def download(self, index):
        self.reset()
        self.download_queue = Queue.Queue()
        dl_t = Thread(target=self.get_file, args=[index, self.download_queue])
        dl_t.daemon = True
        dl_t.start()
        self.disable_search()
        self.download_progress = ttk.Progressbar(self.mainframe, length=200, mode='indeterminate')
        self.download_progress.pack()
        self.download_progress.start(20)
        self.master.after(100, self.add_file)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号