Difference between revisions of "Slicer3:UIDesign:WorkingProblems:SaveDataWidget:Draft2"
From Slicer Wiki
(New page: Back to SaveDataWidget Working Problem Back to Slicer3 UI Design) |
|||
Line 2: | Line 2: | ||
Back to [[Slicer3:UIDesign|Slicer3 UI Design]] | Back to [[Slicer3:UIDesign|Slicer3 UI Design]] | ||
+ | |||
+ | |||
+ | |||
+ | [[image:SaveDesign3.png]] | ||
+ | |||
+ | * '''[UPDATE]''' (Yumin) | ||
+ | Here is an actual screen shot of the working-copy save dialog from my machine (it does not yet have the new design for options to save locally or remotely), | ||
+ | |||
+ | === Implementation === | ||
+ | |||
+ | [[Image:WorkCopySaveDialog.png]] | ||
+ | |||
+ | It has the following changes: | ||
+ | * The "Select/Save" column is moved to be the first column. | ||
+ | * The "File Format" column is using a dropdown list, instead of using an icon to invoke another widget. The actual displayed texts for file formats in the dropdown lists are still being worked on as we are adding necessary APIs into itkImageIO. |
Revision as of 20:20, 17 December 2008
Home < Slicer3:UIDesign:WorkingProblems:SaveDataWidget:Draft2Back to SaveDataWidget Working Problem
Back to Slicer3 UI Design
- [UPDATE] (Yumin)
Here is an actual screen shot of the working-copy save dialog from my machine (it does not yet have the new design for options to save locally or remotely),
Implementation
It has the following changes:
- The "Select/Save" column is moved to be the first column.
- The "File Format" column is using a dropdown list, instead of using an icon to invoke another widget. The actual displayed texts for file formats in the dropdown lists are still being worked on as we are adding necessary APIs into itkImageIO.