Fix trivial typos
This commit is contained in:
parent
6de4f8cc4b
commit
08aeac99d6
|
@ -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