I am trying to use custom QT ui in my paraview plugin reader.<div><br></div><div>I have a QListWidget that i want to populate with some object in the model read by the plugin.</div><div>I already know how to call command with the proxy to set up datas in the server part.</div>
<div><br></div><div>But i cannot get datas from the server to show them in the client.</div><div><br></div><div>Here is a part of my xml :</div><div><div>&lt;StringVectorProperty</div><div>        name=&quot;ModelRowDump&quot;</div>
<div>        command=&quot;GetDumpModelRowList&quot;</div><div>        information_only=&quot;1&quot;&gt;</div><div>        &lt;ArraySelectionInformationHelper attribute_name=&quot;ModelRow&quot;/&gt;</div><div>        &lt;!-- &lt;StringArrayInformationHelper/&gt; --&gt;</div>
<div>&lt;/StringVectorProperty&gt;</div></div><div><br></div><div>but i dont know how to settup correctly the GetDumpModelRowList function in the server plugin cxx.</div><div><br></div><div>I have already tried vtkStringArray* GetDumpModelRowList()</div>
<div><br></div><div>But it doesn&#39;t work.</div><div><br></div><div>Thanks,</div><div><br></div><div><br clear="all">Cordialement,<br><br>-- Mathieu P<div>Sent from my phone.<br><br></div><br>
</div>