Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Generally, in a typical application, I used to maintain one window. But is that okay to use multiple window elements?, Is it correct as per design an application with multiple windows[across different qml files]
Yes it's OK to have multiple windows.
@DonCoder as long as your target OS has a window manger system, than yes that's totally fine.
But your application will not run as expected on mobile devices and on linux (mostly embedded) devices without window manager
Thanks @J-Hilk & @sierdzio