Implement filterAcceptsRow for the ItemProxyModel, library filtering extended to ItemProxyModel

This commit is contained in:
BasioMeusPuga
2018-01-21 23:57:02 +05:30
parent 5ed5ce0504
commit ce90c0a6ea
4 changed files with 52 additions and 37 deletions

View File

@@ -76,10 +76,6 @@ class BackGroundBookDeletion(QtCore.QThread):
class BackGroundBookSearch(QtCore.QThread):
# TODO
# Change existing sorter module functionality to handle preset tags
# Change database to accomodate User Tags, Folder Name, Folder Tags
def __init__(self, data_list, parent=None):
super(BackGroundBookSearch, self).__init__(parent)
self.parent = parent