Fix Esc key not working in delete books from device dialog

This commit is contained in:
Kovid Goyal 2012-06-16 11:14:02 +05:30
parent 454da77eaf
commit d602d43247
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -68,6 +68,7 @@ class DeleteMatchingFromDeviceDialog(QDialog, Ui_DeleteMatchingFromDeviceDialog)
'<b>permanently deleted</b> from your '
'device. Please verify the list.')+'</p>')
self.buttonBox.accepted.connect(self.accepted)
self.buttonBox.rejected.connect(self.rejected)
self.table.cellClicked.connect(self.cell_clicked)
self.table.setSelectionMode(QAbstractItemView.NoSelection)
self.table.setColumnCount(7)