<div dir="ltr"><div><div><div><div>Ahoj fellas<br><br></div>I have some problems storing arrays in ConfigurationGroup.<br></div>For example, i'm defining ConfigurationGroup as follows:<br><br> ConfigurationGroup {<br> id: configGroup<br> path: "/desktop/lipstick-jolla-home-qt5/test123/data"<br> property var labels : []<br> }<br><br></div>Then, I'm setting the values to anything,<br><br>configGroup.setValue("labels", ["test vlue"]);<br><br></div>At this point I'm getting a warning<br>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(170,0,0)">[W] unknown:0 - MDConf: no conversion for </span><span style="color:rgb(170,0,0)">"/desktop/lipstick-jolla-home-qt5/test123/data" QVariant(QJSValue, )</span></p><p style="margin:0px;text-indent:0px"><span style="color:rgb(170,0,0)"><br></span></p><p style="margin:0px;text-indent:0px"></p><p style="margin:0px;text-indent:0px">And nothing happens :( ConfigurationGroup is not being updated.<br></p><p style="margin:0px;text-indent:0px">And most surely this code worked in previous OS versions.</p><p style="margin:0px;text-indent:0px">Any ideas?</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Best regards,</p><p style="margin:0px;text-indent:0px">Alexander<br></p></div>