ami-iit / robot-log-visualizer

Visualizer to display the data logged with YarpRobotLoggerDevice
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

Add a context menu to load quickly import the data #18

Closed GiulioRomualdi closed 8 months ago

GiulioRomualdi commented 2 years ago

Adding a right-click action on each item to quickly import the data in the console (see answer 3 in https://www.qtcentre.org/threads/18929-QTreeWidgetItem-have-contextMenu on how to add a context menu)

GiulioRomualdi commented 1 year ago

The mat file can be drag and dropped into the app

traversaro commented 1 year ago

Cool, i had no idea. Could it make sense to mention this in the readme?

GiulioRomualdi commented 8 months ago

Implemented in https://github.com/ami-iit/robot-log-visualizer/pull/74