In today's episode of a series of webinars devoted to the development of QML and QtQuick, we will tell about the page organization of the user interface. Thus, we have come close to the stage when you yourself will be able to develop full-fledged applications.
This time we will look at the existing types of mobile applications and possible variations of the organization of the user interface for them, let's see how the programs for mobile devices are structured and what are the options for building mobile programs. After reviewing the lesson, you will learn about the page stack and interface paging, learn how to work with transitions between pages and tools such as the StatusBar and ToolBar.
It should be noted that there are two types of applications:
Graphic applications, when user interface elements are specially designed (interface, controls);
Applications using standard component and element libraries.
In this webinar, we will consider only the second type of applications in order to shorten the development time of the examples given in the practical part of the lesson.
')
The previous parts of the QML and Qt Quick webinar series are available at the links below: