YaST/Style Guide/Dialogs
From openSUSE
< YaST | Style Guide(Redirected from YaST/Development/Style Guide/Dialogs)
Contents |
[edit]
Dialog Types
[edit]
Full-screen Dialogs
These are the most-used dialogs ever. They are used all over the configuration or installation.
- Common Dialogs
- Overview Dialogs
- Progress Dialogs (initializing, reading and writing...)
- Dialog with Tabs
- Tree Widget Dialog
- Summary Dialog
- Installation Proposal
[edit]
Non Full-screen Dialogs
These dialog are used for entering one value or set of values into the full-screen dialog under the pop-up. E.g., adding a new firewall rule into table of already entered rules.
[edit]
Message boxes
These are used to warn, inform or ask user.
[edit]
Dialog Items Unification
[edit]
Navigation
Unified navigation helps users to understand what they are just doing, where they are and what will happen later.
- Dialog Caption to be decided by PM
- Icon to be decided by PM
- Navigation Buttons to be decided by PM
[edit]
Widget Positioning
Makes navigation simpler. Buttons are where users expect them, dialog widgets are aligned the same way, dialogs are nice and understandable.
- Alignment to be decided by PM
- Buttons Order and Position to be decided by PM
- Grouping Widgets
- Spacing
[edit]
Easing Use
These rules are helping users to better and faster make the right decision, suggests solutions and the best values...

