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

From Slicer Wiki
Jump to: navigation, search
(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:
[http://www.slicer.org/slicerWiki/index.php/Slicer3:UIDesign#Working_problem:_Welcome_Module_for_Slicer3.4_release Return to Consolidated Load Design]
+
[[Slicer3:UIDesign#Working_problem:_Consolidating_Load_functionality|Return to Consolidated Load Design]]
  
=Second revision: please add comments for content revisions!=
+
=Draft 1=
  
(wjp): the icons are not yet 'live buttons' -- this would be a nice feature, but I think it's lower priority than 3.4 bug fixing... will revisit. (Let me know if you disagree.)
+
(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>
  
== Welcome frame, open by default ==
+
== Assembling a single panel in data module ==
[[image:WelcomeAbout_Draft2.png]]
+
[[image:UniLoad_Draft1.png]]

Latest revision as of 02:28, 27 November 2019

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