removed not needed code

This commit is contained in:
Andreas Preikschat 2011-01-27 16:42:11 +01:00
parent e6589cd07b
commit 3362fa9a84
1 changed files with 0 additions and 5 deletions

View File

@ -157,11 +157,6 @@ class SongExportForm(OpenLPWizard):
self.gridLayout.addWidget(self.availableListWidget, 1, 0, 1, 1)
# Button to select all songs in the "selectedListWidget".
self.allSelectedButton = QtGui.QToolButton(self.sourcePage)
# sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
# sizePolicy.setHorizontalStretch(0)
# sizePolicy.setVerticalStretch(0)
# sizePolicy.setHeightForWidth(self.allSelectedButton.sizePolicy().hasHeightForWidth())
# self.allSelectedButton.setSizePolicy(sizePolicy)
self.allSelectedButton.setObjectName(u'allSelectedButton')
self.gridLayout.addWidget(self.allSelectedButton, 3, 2, 1, 1)
# Button to select all songs in the "availableListWidget".