O3DE UI Component Library
In the Open 3D Engine (O3DE) UI component library, you will find an explanation of each UI component (i.e. widget), along with guidelines for their usage. Typically, each page contains the following information:
- Use cases
- Screenshots and explanations of component features
- Usage guidelines
- Code snippets showing you how to use the most common features
- Links to C++ API reference page for each component
- Links to related information in the Qt widget library
Components
- Breadcrumb Navigation
- Browse edit
- Button
- Card
- Checkbox
- Combobox
- Context menu
- Filtered search
- Line edit
- Progress indicators
- Radio button
- Reflected property editor
- Scrollbar
- Slider and slider combo
- Spinbox
- Styled dock
- Tab
- Table view
- Toggle switch
- Tree view
Additionally, a complete guide to the C++ API can be found in the O3DE UI Extensions C++ API Reference.