~raoul-snyman/openlp/fix-macos-pdf-test

« back to all changes in this revision

Viewing changes to openlp/plugins/bibles/forms/languageform.py

  • Committer: Raoul Snyman
  • Date: 2019-02-14 07:04:30 UTC
  • mfrom: (2766.3.118 webengine-migrate)
  • Revision ID: raoul@snyman.info-20190214070430-nxe1vaeaapq3ult5
Migration from WebKit to Webengine. Also introduced reveal.js for slide rendering, new screen setup dialogs and many other changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
from openlp.core.lib.ui import critical_error_message_box
33
33
from openlp.plugins.bibles.forms.languagedialog import Ui_LanguageDialog
34
34
 
 
35
 
35
36
log = logging.getLogger(__name__)
36
37
 
37
38
 
47
48
        """
48
49
        super(LanguageForm, self).__init__(parent, QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowTitleHint |
49
50
                                           QtCore.Qt.WindowCloseButtonHint)
50
 
        self.setupUi(self)
 
51
        self.setup_ui(self)
51
52
 
52
53
    def exec(self, bible_name):
53
54
        if bible_name: