import_lyrics_wizard.py 文件源码

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

项目:songscreen 作者: maccesch 项目源码 文件源码
def __init__(self, *args, **kwargs):
        super(EpubsPage, self).__init__(*args, **kwargs)

        self.existing = False

        self.setTitle(self.tr("Import Songbooks"))

        self.setSubTitle(self.tr("Download the old and new songbooks as EPUB files from jw.org to import them here"))

        layout = QFormLayout()

        self.old_epub_button = QPushButton(text=self.tr("Select File..."), clicked=self._old_epub_dialog)
        self.new_epub_button = QPushButton(text=self.tr("Select File..."), clicked=self._new_epub_dialog)

        layout.addRow(self.tr("Songbook as EPUB"), self.old_epub_button)
        layout.addRow(self.tr("New Songs as EPUB"), self.new_epub_button)

        self.setLayout(layout)

        self.old_epub = ""
        self.new_epub = ""
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号