Demonstration 1: Plugin Structure and Installation
What We Will Learn
- how to deploy and update a project plugin
- the structure of a project plugin
- basic QML
What Does It Do?
This is a simple Hello World plugin.
- It is opened by clicking on the camera icon on the right side of the screen.
- It displays a simple rectangle with green title text.
- It is installed at the project level. You will only see it when the corresponding project is open.
- It also outputs messages to the message log when it is opened and closed.