rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

Show/hide FitResults from GUI elements #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
* It may be useful to only keep around fits (and the selected parameters within 
on those fits) that the user has explicitly decided to save in the [Fit RD] 
window.

To program
  (1) add a property to FitResult class like "visible" (or similar)
  (2) check that property each time it is displayed in a list (e.g., Group.getFitNameArray())
  (3) Add a "visible" check button to the FitRD window GUI to enable/disable

Programming difficulty
 - Low

Time required
 - Low (1-5 hrs)

Original issue reported on code.google.com by ian.klec...@gmail.com on 16 Jun 2011 at 1:33