comment cleanup

This commit is contained in:
andreas 2010-07-16 11:16:40 +02:00
parent 853ae906d3
commit 0c03809526
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ class DisplayWidget(QtGui.QGraphicsView):
def keyPressEvent(self, event):
if isinstance(event, QtGui.QKeyEvent):
# here accept the event and do something
# Here accept the event and do something.
if event.key() == QtCore.Qt.Key_Up:
Receiver.send_message(u'slidecontroller_live_previous')
event.accept()

View File

@ -114,7 +114,7 @@ class Ui_MainWindow(object):
MainWindow.setSizePolicy(sizePolicy)
MainIcon = build_icon(u':/icon/openlp-logo-16x16.png')
MainWindow.setWindowIcon(MainIcon)
# Set up the main container, which contains all the other form widgets
# Set up the main container, which contains all the other form widgets.
self.MainContent = QtGui.QWidget(MainWindow)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding,
QtGui.QSizePolicy.Expanding)