python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Fix annotations for QAbstractItemModel signals #167

Closed james-emerton closed 2 years ago

james-emerton commented 2 years ago

Update the stubs for QAbstractItemModel to mark all the signals as the correct type.

bluebird75 commented 2 years ago

Nice stuff. You are missing the following signals :

Could you add them to your PR ?

If you could also add one file in the test directory that would be nice.

bluebird75 commented 2 years ago

Equivalent changes have been merged as part of PR #162