lucabaldini / xpedaq

Data acquisition software for the X-ray polarimetry explorers
GNU General Public License v2.0
0 stars 0 forks source link

Create a generic display facility? #144

Open lucabaldini opened 7 years ago

lucabaldini commented 7 years ago

See the rationale behid issue #143---now xpereg needs a data display which is similar, but not quite identical, to the standard one.

Here we might get away with a base class featuring the run Id, station Id and status on top of which we would build specialized displays.

lucabaldini commented 7 years ago

Ok, I've added a new pDataDisplayWidget class being tested right now in xpereg. It's not perfect but I believe it is far better than what we had in the past, so we might want to switch to this for all the applications.

Possible different implementations are open for discussion.