<div dir="ltr">Simply add the "FileListDomain" to the property as done for the QFileName property here: <a href="https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml#L2659-2667">https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/SMApplication/Resources/readers.xml#L2659-2667</a><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 27, 2015 at 6:27 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>I am trying to write my own filter (C++) and want to deal with reading an existing file. I intend implement  a functionality where file selection will results into popping up a window like when one does, File->Open action.</div><div><br></div><div>In the following screen capture, I want to implement that functionality so that when one clicks mouse inside the text box, File->Open windows will popup and the user can select the file he/she wants. (The alternative is to provide the file name by typing which is error prone and I want to avoid that) </div><div><br></div><div><img src="cid:ii_14cfa6435b54dfcf" alt="Inline image 1" width="369" height="29"><br></div><div><br></div><div>After reading various posts from the previous mailing threads and the other documentation, I narrowed down my idea to use the class pqFileDialog. Is this the right choice or are there some alternatives? Are there any place where, I can read and learn about usage of this class ?</div><div><br></div><div>Google search points me towards solutions in pure Qt which looks like :</div><div><br></div><div><a href="http://stackoverflow.com/questions/14372012/qt-standard-dialogs-example-open-file" target="_blank">http://stackoverflow.com/questions/14372012/qt-standard-dialogs-example-open-file</a><br></div><div><br></div><div><br></div><div>Any suggestions from the experts?</div><div><br></div><div>Thanks,</div><div>Chiranjib</div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div>