import_lyrics_wizard.py 文件源码

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

项目:songscreen 作者: maccesch 项目源码 文件源码
def _new_epub_dialog(self):
        self.new_epub = QFileDialog.getOpenFileName(self, self.tr("Open EPUB"), "", "EPUB (*.epub)")[0]
        if self.new_epub:
            self.new_epub_button.setText(os.path.basename(self.new_epub))
        else:
            self.new_epub_button.setText(self.tr("Select File..."))
        self.completeChanged.emit()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号