`Qt` message logging may be tricky
Open
bug
- Dominant language
- C++
- Stars
- 72
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the widget's Qt message handling and the code path that adds an entry. Reproduce the recursive logging and application-blocking behavior described, then verify that messages emitted during widget updates no longer interrupt execution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100