This commit is contained in:
Andreas Preikschat 2011-01-25 19:35:00 +01:00
parent ea83bf26d7
commit 98084cbe2f

View File

@ -173,12 +173,11 @@ class SongExportForm(OpenLPWizard):
browseButton.setObjectName(obj_prefix + u'BrowseButton')
fileLayout.addWidget(browseButton)
"""
self.horizontalLayout = QtGui.QHBoxLayout()
self.horizontalLayout.setObjectName(u'horizontalLayout')
self.pathLabel = QtGui.QLabel()
self.pathLabel = QtGui.QLabel(self.sourcePage)
self.pathLabel.setObjectName(u'pathLabel')
self.horizontalLayout.addWidget(self.pathLabel)