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).
Attempting to create a timer in Component.onCompleted using the following code but I keep getting an error about needing a ';'. Thanks for your help.
Component.onCompleted: { Timer { interval: 1500; running: true; repeat: false; onTriggered: do_something; } }
@QtGuy said:
Component.onCompleted: {
Remove the ":"
1/2
6 Jan 2016, 15:18