In this chapter, we will take a more detailed look at QML and sketch out our user interface layout. We’ll create placeholder views for all of our screens and implement a framework to navigate between them. We will also discuss the content within those views, specifically how to anchor and size elements in a flexible and responsive way. We will cover these topics:
- User interface design
- Creating views
- The StackView component
- Anchoring elements
- Sizing elements
- Navigating between views