Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

How to change element in array - Qt creator

$
0
0
Hi ! I want know how to change and delete one element in array. I’m using following code but nothing changes. I’m using Qt creator from Qt SDK 1.2.1. I’m tried it too with some javascript functions but Qt creator don’t recognize functions. Item {       property variant sortedArray: ['1','2','3','4','5','6','7','8']     }   item1.sortedArray[4] = "2"

Viewing all articles
Browse latest Browse all 2113

Trending Articles