Difference between revisions of "Slicer3:UIDesign:WorkingProblems:ConsolidatedLoad:Draft1"
From Slicer Wiki
(New page: [http://www.slicer.org/slicerWiki/index.php/Slicer3:UIDesign#Working_problem:_Welcome_Module_for_Slicer3.4_release Return to Consolidated Load Design] =Second revision: please add comment...) |
m (Text replacement - "\[http:\/\/www\.slicer\.org\/slicerWiki\/index\.php\/([^ ]+) ([^]]+)]" to "$2") |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [ | + | [[Slicer3:UIDesign#Working_problem:_Consolidating_Load_functionality|Return to Consolidated Load Design]] |
− | = | + | =Draft 1= |
− | (wjp): the | + | (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> | ||
− | == | + | == Assembling a single panel in data module == |
− | [[image: | + | [[image:UniLoad_Draft1.png]] |
Latest revision as of 02:28, 27 November 2019
Home < Slicer3:UIDesign:WorkingProblems:ConsolidatedLoad:Draft1Return 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?