lucabaldini / xpedaq

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

Revise the hierarchy of custom GUI widgets #146

Open lucabaldini opened 7 years ago

lucabaldini commented 7 years ago

It is clear that the set of base classes that we came up with for the GUI is essentially a mess, and the code would be probably much easier to read if we tried and subclass Qt classes directly instead of creating three or four layers of thin wrappers to save a few lines of code here and there. (pQtGroupBoxWidget and pQtGridLayoutWidgets are good candidates for removal, just to name two.)

This is clearly not a high-priority task, but eventually it'd be nice to do some cleanup.