Merge branch 'main' of github.com:SuzanneSoy/SearchBar
This commit is contained in:
commit
96147eb94f
|
@ -30,7 +30,7 @@ class SearchBox(QtGui.QLineEdit):
|
||||||
maxVisibleRows = self.maxVisibleRows
|
maxVisibleRows = self.maxVisibleRows
|
||||||
# The following block of code is executed by the lightweight proxy SearchBoxLight
|
# The following block of code is executed by the lightweight proxy SearchBoxLight
|
||||||
'''
|
'''
|
||||||
# Call parent cosntructor
|
# Call parent constructor
|
||||||
super(SearchBoxLight, self).__init__(parent)
|
super(SearchBoxLight, self).__init__(parent)
|
||||||
# Connect signals and slots
|
# Connect signals and slots
|
||||||
self.textChanged.connect(self.filterModel)
|
self.textChanged.connect(self.filterModel)
|
||||||
|
|
|
@ -13,7 +13,7 @@ class SearchBoxLight(QtGui.QLineEdit):
|
||||||
self.getItemDelegate = getItemDelegate
|
self.getItemDelegate = getItemDelegate
|
||||||
self.maxVisibleRows = maxVisibleRows
|
self.maxVisibleRows = maxVisibleRows
|
||||||
|
|
||||||
# Call parent cosntructor
|
# Call parent constructor
|
||||||
super(SearchBoxLight, self).__init__(parent)
|
super(SearchBoxLight, self).__init__(parent)
|
||||||
# Connect signals and slots
|
# Connect signals and slots
|
||||||
self.textChanged.connect(self.filterModel)
|
self.textChanged.connect(self.filterModel)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user