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).
How would one trigger a method in QML on Window Load? Currently I have resorted to a timer with an interval of 100 and repeat: false, which works, however it seems like there must be a better (less roundabout) way to do this?