~tomasgroth/openlp/portable-path

« back to all changes in this revision

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

  • Committer: Tomas Groth
  • Date: 2019-04-30 19:02:42 UTC
  • mfrom: (2829.2.32 openlp)
  • Revision ID: tomasgroth@yahoo.dk-20190430190242-6zwjk8724tyux70m
trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
###############################################################################
5
5
# OpenLP - Open Source Lyrics Projection                                      #
6
6
# --------------------------------------------------------------------------- #
7
 
# Copyright (c) 2008-2018 OpenLP Developers                                   #
 
7
# Copyright (c) 2008-2019 OpenLP Developers                                   #
8
8
# --------------------------------------------------------------------------- #
9
9
# This program is free software; you can redistribute it and/or modify it     #
10
10
# under the terms of the GNU General Public License as published by the Free  #
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: