-
Notifications
You must be signed in to change notification settings - Fork 0
2.08
Tino Pyssysalo edited this page Mar 25, 2018
·
10 revisions
Explanation of the contents of a topic page @ Week 1 Topic 1
Objective: Basic component interface
Comment: Creating re-usable UI components
Comment: What does q QML file define? (Answer a type AKA component=
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)?