Programming/PyQt
[PyQt] QSortFilterProxyModel을 이용한 날짜 와 SQLite
scii
2020. 5. 3. 01:55
https://stackoverflow.com/questions/54793354/qsortfilterproxymodel-with-dates-and-sqlite
QSortFilterProxyModel with dates and sqlite
I have reimplemented this example on PyQt5 almost verbatim. The problem in this example is: it assumes you are entering a QDate in the model, but in my case the model is taken from an sqlite DB the...
stackoverflow.com