Difference between revisions of "Slicer3:UIDesign:WorkingProblems:ConsolidatedLoad:Draft1"

From Slicer Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
(wjp): first pass collects the various load options sprinkled around Slicer and puts them in a single panel. Most of the implementation just calls out to the same logic already used, but some had to be re-implemented inside the module. Comments accompany duplicated code.
 
(wjp): first pass collects the various load options sprinkled around Slicer and puts them in a single panel. Most of the implementation just calls out to the same logic already used, but some had to be re-implemented inside the module. Comments accompany duplicated code.
 +
 +
* info panel describes what distinguishes the load option.
 +
* did we miss any load option?
  
 
<br>
 
<br>

Revision as of 22:44, 6 April 2009

Home < Slicer3:UIDesign:WorkingProblems:ConsolidatedLoad:Draft1

Return to Consolidated Load Design

Draft 1

(wjp): first pass collects the various load options sprinkled around Slicer and puts them in a single panel. Most of the implementation just calls out to the same logic already used, but some had to be re-implemented inside the module. Comments accompany duplicated code.

  • info panel describes what distinguishes the load option.
  • did we miss any load option?


Assembling a single panel in data module

UniLoad Draft1.png