FRIBDAQ / rustogrammer

Histogram data from FRIB analysis pipeline.
Other
0 stars 0 forks source link

Re-layout bits of GUI. #155

Closed rfoxkendo closed 6 months ago

rfoxkendo commented 7 months ago
  1. The full GUI window is too big for some useful displays.
  2. The lack of spacers in some widget layouts makes them spread out too much.,
  3. There's over-reliance on QGridLayout in some of the early widgets these can be much easier to set up using nested H/V Box layouts.
rfoxkendo commented 6 months ago

The commits above solve this problem ... doing a pull request /merge for rfoxkendo/issue155 to incorporate into main.