We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is mostly an issue with Qt, but possibly also other backends. Until now, we've assumed that the window-id does not change after it is obtained.
What we do know:
winId()
Some questions:
winId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is mostly an issue with Qt, but possibly also other backends. Until now, we've assumed that the window-id does not change after it is obtained.
What we do know:
winId()
on a Qt widget, turns it into a native widget (WA_NativeWindow).winId()
is called, see [Qt] multiple window/docking support #55Some questions:
winId
is called relate to us not updating to new winid?The text was updated successfully, but these errors were encountered: