SDAA259 January 2026 AM623 , AM625 , AM625-Q1 , AM625SIP , AM62P , AM62P-Q1
The workplace must look similar to the example shown in Figure 2-6
Figure 2-6 Baseline of ProjectFigure 2-6 creates a window. This tutorial does not discuss Window declarations. To learn more about the window declaration, see the following: Window QML Type | Qt Quick | Qt 6.10.1
Continue and click the Run button.
Figure 2-7 Running Your ApplicationWhen the application runs, a screen displays with the title Hello World because a title has been defined for the window.
Figure 2-8 Hello World WindowThe window size appears as 480×640, which matches the dimensions specified in the Window component.
The next step is to add a button named Blink to the application.