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

Show tooltips for long lines #128

Open
neurocod opened this issue Nov 13, 2019 · 2 comments
Open

Show tooltips for long lines #128

neurocod opened this issue Nov 13, 2019 · 2 comments

Comments

@neurocod
Copy link

neurocod commented Nov 13, 2019

Feature request. When reading logs with long lines, need to scroll horizontally a lot. It would be useful to show tooltips for lines in main area and in search results. I. e. add Qt::ToolTipRole to models.
Another possible solution is to make word wrap, but that changes logic a lot.

@variar
Copy link
Owner

variar commented Nov 13, 2019

If Qt model/view framework was used then tooltip and word wrap (per line) would be rather easy to implement. Unfortunately klogg inherited custom text rendering from glogg without any models, so such features become quite complicated.

@variar variar modified the milestones: 2019.next, 2020.next Nov 13, 2019
@neurocod
Copy link
Author

Maybe another approach: on any mouse move inside table widget, check line and setToolTip to whole widget?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants