Stopwatch icon indicating copy to clipboard operation
Stopwatch copied to clipboard

Added timing signal text filtering to QT Gui

Open dbarnes opened this issue 2 years ago • 1 comments

Allow filtering signals by text This filter also applies to the plot all / none buttons Not that QT familiar so happy for advice on different approaches to this

dbarnes avatar Nov 15 '23 00:11 dbarnes

(pending further update)

dbarnes avatar Nov 15 '23 16:11 dbarnes

Gave this one another go

  • case insensitive text filter
  • extra buttons for adding / removing only the filtered entries to the plot
  • made the columns sortable (by clicking the headers)
  • That way you can easily filter then click to sort by the slowest functions (for example)
  • The default sorting on launch is ascending name
Screenshot 2024-05-11 at 09 36 47 Screenshot 2024-05-11 at 09 37 43 Screenshot 2024-05-11 at 09 51 10

dbarnes avatar May 11 '24 16:05 dbarnes