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).
hi, is there any way to create a list of string with get in o(1) purely inside qml? couldnt find any way online
I think you want a list strings with 'get' complexity of O(1). Is that right ? You can write JavaScript methods. As long as any java methods exist to do this, you can do. Any javascript tutorial should be able to find this.
A plain js array does that.