openpilot icon indicating copy to clipboard operation
openpilot copied to clipboard

cabana: faster history log with better stretch mode

Open deanlee opened this issue 3 years ago • 0 comments

move the 'time' column from vertical header to normal cell. the headerDataChanged will cause QAbstractView to reset the layout and redraw the entire view (include the horizontalHeader).

https://github.com/commaai/openpilot/blob/00494a44f4fb8f9e18ce82e22bf40fbe6bc1a805/tools/cabana/historylog.cc#L72

deanlee avatar Oct 17 '22 17:10 deanlee