-
Notifications
You must be signed in to change notification settings - Fork 42
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
QWidget::setTabOrder logging to stdout when dialogs are open #693
Comments
@creviera ack. |
OK... I cannot reproduce this. Perhaps code in the client has changed in some way. However, I can reproduce #697 as reported by @kushal. In any case, I've looked into the cause of this error message and the only reference to it with any meaningful context is from 2009 (https://www.qtcentre.org/threads/18033-QWidget-setTabOrder-question) and an older version of Qt. I'll see what I can salvage from the old conversation referenced above and check our code in the SourceList/SourceWidget classes. Something about setting the tab layout after calling |
TL;DR: is this really worth the rabbit-hole exploration required to remove such warnings..? I suggest we mark as "won't fix" because the benefit will cost lots more investigation. Further investigation reveals:
I'm confused that My advice is to mark this is "won't fix" since it's only emitting to stdout (which the user won't see) and the logic surrounding the |
fair, I'll remove this ticket from the sprint and mark as low priority |
Could there be any relation with #352? |
I hadn't seen this issue! Yes, it does look like #1261 a lot. I understood well the ordering requirement @creviera, so if helpful I'm happy to walk you or someone else through it if it shows up again 🙂 |
STR
QWidget::setTabOrder: 'first' and 'second' must be in the same window
STR 2
QWidget::setTabOrder: 'first' and 'second' must be in the same window
The text was updated successfully, but these errors were encountered: