Qt: enable uniform row height for improved performance

This property should only be set to true if it is guaranteed that all items in the view has the same height. This enables the view to do some optimizations.

https://doc.qt.io/qt-6/qtreeview.html#uniformRowHeights-prop

Since we only have same-height items, this setting might buy us some more performance when dealing with ~100k log messages.

Merge request reports

Loading