Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignalInstance, Slot, and Property for Qt6 QtCore #274

Closed
tlambert03 opened this issue Nov 7, 2021 · 1 comment · Fixed by #271
Closed

SignalInstance, Slot, and Property for Qt6 QtCore #274

tlambert03 opened this issue Nov 7, 2021 · 1 comment · Fixed by #271
Assignees
Milestone

Comments

@tlambert03
Copy link
Contributor

I notice that PyQt6.QtCore.pyqtBoundSignal, pyqtProperty, and pyqtSlot were omitted from #225 and #229. Any reason? just lacking a PR to add them back?

@CAM-Gerlach
Copy link
Member

Hey @tlambert03 , thanks for this! The reason would be that #225 and #229 are primarily focused on adding support for PySide6, while #233 is concerned with PyQt6 and mentions this issue (first pointed out by @tomgoddard ), and in fact PR #271 adds them back. Sorry if that wasn't clear!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment