-
-
Notifications
You must be signed in to change notification settings - Fork 69
Give access to what arguments were passed with in the signal #64
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
Comments
Sounds useful IMHO! You might want to use a QSignalSpy for that. |
A PR with that would be very welcome, @billyshambrook! 😄 |
This was referenced Aug 28, 2015
Closed
I just needed that again yesterday, so I'll take a look at this. |
See #115. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great plugin!
Would be awesome if when using qtbot.waitSignal, you could access any arguments that were sent in the signal e.g.
What are your thoughts?
I'll take a stab at it if you think it's a good feature, thanks
The text was updated successfully, but these errors were encountered: