📜 ⬆️ ⬇️

QML and QtQuick Webinars: Creating a User Interface

This episode of the QML and QtQuick webinar series focuses on the basic tools for creating user interfaces.

Kirill Krinkin, Head of FRUCT Open Source & Linux Lab , will talk about the main types of graphic elements. After watching the video, you will learn how using QML you can work with colors, gradients, graphic files and text elements - the capabilities of each element are first described by a short theoretical part, and then demonstrated in practice.

The webinar will also focus on the organization of elements on the form. These examples will demonstrate how to work with anchors and margins for positioning and aligning elements. The theoretical part will describe the features and rules (restrictions) when using anchors and indents.
')
To consolidate the knowledge gained at the end of the webinar, Kirill Krinkin will write a simple application using the above graphic elements and using anchors and indents.

Last week we published the first part of the webinar, which dealt with the architecture of QML applications. If you are completely unfamiliar with this declarative programming language, then you better start browsing from the first part.

Source: https://habr.com/ru/post/142441/


All Articles