forked from openlp/openlp
pep8
This commit is contained in:
parent
645f92e7d4
commit
ec59abdc85
@ -46,6 +46,7 @@ from openlp.core.lib import build_icon
|
||||
from openlp.core.lib.projector.db import Projector
|
||||
from openlp.core.lib.projector.constants import PJLINK_PORT
|
||||
|
||||
|
||||
class Ui_ProjectorEditForm(object):
|
||||
"""
|
||||
The :class:`~opelp.core.lib.ui.projector.editform.Ui_ProjectorEdiForm` class defines
|
||||
@ -134,6 +135,7 @@ class Ui_ProjectorEditForm(object):
|
||||
self.notes_label.setText(translate('OpenLP.ProjectorEditForm', 'Notes'))
|
||||
self.notes_text.insertPlainText(self.projector.notes)
|
||||
|
||||
|
||||
class ProjectorEditForm(QDialog, Ui_ProjectorEditForm):
|
||||
"""
|
||||
Class to add or edit a projector entry in the database.
|
||||
|
@ -45,7 +45,6 @@ from openlp.core.lib.ui import create_widget_action
|
||||
from openlp.core.lib.projector.constants import *
|
||||
from openlp.core.lib.projector.db import ProjectorDB
|
||||
from openlp.core.lib.projector.pjlink1 import PJLink1
|
||||
#from openlp.core.ui.projector.wizard import ProjectorWizard
|
||||
from openlp.core.ui.projector.editform import ProjectorEditForm
|
||||
|
||||
# Dict for matching projector status to display icon
|
||||
|
Loading…
Reference in New Issue
Block a user