You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: