Not outside the class.
Inside the class but not in filterAccepsRow()
I have the following pseudo code
class sortfilterproxymodel
def populate_combobox():
access data needed to populate combobox
model=sourceModel() <-- this is not working
def filteracceptsrow()
model=sourceModel() <-- this is working
do stuff <-- OK
I assume I'm doing something wrong so a hint will be appreciated.
Bookmarks