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

Qt message logging may be tricky #44

Open
arsdever opened this issue Feb 7, 2023 · 2 comments
Open

Qt message logging may be tricky #44

arsdever opened this issue Feb 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@arsdever
Copy link
Owner

arsdever commented Feb 7, 2023

If you handle the Qt messages to print those in the widget, the widget may report a Qt message internally while adding an entry, thus blocking the application execution. We need to somehow block all the Qt messages from the widget.

@arsdever arsdever added the bug Something isn't working label Feb 7, 2023
@skykeyjoker
Copy link

blockSignal?

@arsdever
Copy link
Owner Author

blockSignal?

  • Do you mean blockSignals?
  • Where do you want me to put it?
  • Are you sure it prevents the Qt messages be reported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants