Skip to content
Tino Pyssysalo edited this page Mar 25, 2018 · 10 revisions

Components: Properties, Signals (P0 | 2h)

Explanation of the contents of a topic page @ Week 1 Topic 1

Back to Week 2

Objective: Basic component interface

Comment: Creating re-usable UI components

Beginner

Comment: What does q QML file define? (Answer a type AKA component=

Intermediate

Comment: How can I instantiate a type, defined in a QML file (must be in the same folder or imported), How to define a component API? (properties in the root are visible, necessary child properties must be exported with the property keyword), What is a visibility of an item id? When to use alias, readonly, default properties? How to define a private API (properties with QtObject)?

Expert

Omitted


Course material content


Exhaustive reference material mentioned in this topic

Further reading topics/links:

Clone this wiki locally