portugueslab / sashimi

Lightsheet control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information dialogue Widget

diegoasua opened this issue · comments

commented

Right now information is sparsed across the GUI. It will be nice to have a little Qlabel box in the bottom putting all together that shows information such as:

  • Current voxel size
  • ROI dimensions
  • Framerate and a warning if it is lagging behind
  • A message when a volume is dropped
  • Whether planes overlap or not.

Different kinds of information types should be separated by a vertical slash and a colour code will inform whether things are good or bad

Good point! The common convention for this is a statusbar (see around here for the Stytra thing, which features persistent and disappearing messages. Here I think it should be simpler, because it's known beforehand what needs to be show, so just a normal statusbar with labels.

The saving status and progress bar can also go into the status bar

commented

This was implemented in one of the last PRs, closing