Difference between revisions of "Slicer3:UIDesign:WorkingProblems:SlicerFlexibleLayout:Architecture"
From Slicer Wiki
Line 5: | Line 5: | ||
[[image:FlexibleLayoutRepresentation.png]] | [[image:FlexibleLayoutRepresentation.png]] | ||
+ | |||
+ | |||
+ | == Notes: == | ||
+ | |||
+ | We discussed several ways of representing layouts including: | ||
+ | * html table style description | ||
+ | * Tk grid style description | ||
+ | * css type description | ||
+ | * tree description | ||
+ | |||
+ | And settled on the tree for its ease of programmatic manipulation. |
Revision as of 19:37, 8 January 2009
Home < Slicer3:UIDesign:WorkingProblems:SlicerFlexibleLayout:ArchitectureArchitecture design for Slicer flexible layouts
Back to Flexible Layouts Overview
Notes:
We discussed several ways of representing layouts including:
- html table style description
- Tk grid style description
- css type description
- tree description
And settled on the tree for its ease of programmatic manipulation.