forked from openlp/openlp
changed class name
This commit is contained in:
parent
12e7c96463
commit
b044226332
@ -31,7 +31,7 @@ import os.path
|
|||||||
|
|
||||||
from PyQt4 import QtCore, QtGui
|
from PyQt4 import QtCore, QtGui
|
||||||
|
|
||||||
from bibleimportwizard import Ui_bibleImportWizard
|
from bibleimportwizard import uiBibleImportWizard
|
||||||
from openlp.core.lib import Receiver, SettingsManager, translate
|
from openlp.core.lib import Receiver, SettingsManager, translate
|
||||||
from openlp.core.lib.db import delete_database
|
from openlp.core.lib.db import delete_database
|
||||||
from openlp.core.utils import AppLocation
|
from openlp.core.utils import AppLocation
|
||||||
@ -54,7 +54,7 @@ class WebDownload(object):
|
|||||||
return cls.Names[name]
|
return cls.Names[name]
|
||||||
|
|
||||||
|
|
||||||
class BibleImportForm(QtGui.QWizard, Ui_bibleImportWizard):
|
class BibleImportForm(QtGui.QWizard, uiBibleImportWizard):
|
||||||
"""
|
"""
|
||||||
This is the Bible Import Wizard, which allows easy importing of Bibles
|
This is the Bible Import Wizard, which allows easy importing of Bibles
|
||||||
into OpenLP from other formats like OSIS, CSV and OpenSong.
|
into OpenLP from other formats like OSIS, CSV and OpenSong.
|
||||||
|
@ -28,7 +28,7 @@ from PyQt4 import QtCore, QtGui
|
|||||||
|
|
||||||
from openlp.core.lib import build_icon, translate
|
from openlp.core.lib import build_icon, translate
|
||||||
|
|
||||||
class Ui_bibleImportWizard(object):
|
class uiBibleImportWizard(object):
|
||||||
def setupUi(self, bibleImportWizard):
|
def setupUi(self, bibleImportWizard):
|
||||||
bibleImportWizard.setObjectName(u'bibleImportWizard')
|
bibleImportWizard.setObjectName(u'bibleImportWizard')
|
||||||
bibleImportWizard.resize(550, 386)
|
bibleImportWizard.resize(550, 386)
|
||||||
|
Loading…
Reference in New Issue
Block a user