forked from openlp/openlp
This commit is contained in:
parent
ea83bf26d7
commit
98084cbe2f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user