linescaleGUI / linescaleGUI

A cross platform GUI to interact with the LineScale 3
https://www.linegrip.com/linescale-3/
GNU General Public License v3.0
3 stars 1 forks source link

Logfile editor #40

Open ni-m opened 1 year ago

ni-m commented 1 year ago

Add GUI elements to support logfiles. The initial implementation should only display imported files, without the ability to edit them.

### DoD
- [x] Import existing logfile from the file system
- [x] Display the imported plot
- [ ] Export dialog to set the parameter of the new logfile
- [ ] Merge logfiles and save a new one
- [ ] Crop the merged logfile
ni-m commented 1 year ago

Screenshot 2023-03-16 215357

First UI mockup; Top left are all the imported files; to the right infos about the selected logfile. The lower plot shows the merged logfile (See feature/logfileEditor)