Q1. Which property allows you to position a QML object relative to another object?
- border
- anchors
- id
Q2. Which file name extension indicates that the file cannot be loaded into a QML engine?
- .qml
- .ui
- .ui.qml
- All of the above are valid QML files
Q3. What is a Qt Quick transition?
- A change of parent-child relationships among the existing Qt Quick objects
- A set of properties that change when an event occurs
- A set of animations that play when the object's state changes