Skip to content

Fix annotations for QAbstractItemModel signals#167

Closed
james-emerton wants to merge 3 commits into
python-qt-tools:masterfrom
james-emerton:patch-1
Closed

Fix annotations for QAbstractItemModel signals#167
james-emerton wants to merge 3 commits into
python-qt-tools:masterfrom
james-emerton:patch-1

Conversation

@james-emerton
Copy link
Copy Markdown

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

@bluebird75
Copy link
Copy Markdown
Collaborator

bluebird75 commented Nov 29, 2021

Nice stuff. You are missing the following signals :

  • columnsMoved
  • columnsAboutToBeMoved
  • rowsMoved
  • rowsAboutToBeMoved

Could you add them to your PR ?

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

Copy link
Copy Markdown
Collaborator

@bluebird75 bluebird75 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ready to merge as soon as you add the missing signals.

@bluebird75
Copy link
Copy Markdown
Collaborator

Equivalent changes have been merged as part of PR #162

@bluebird75 bluebird75 closed this Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants