Hello,<br><br>I created a PDF viewer C++/QML component that uses poppler library (my plan is to replace this with an okular QML component in the near future). Using this I created a QML plasmoid but I have a problem with creating a configuration interface for my plasmoid so that I can change the PDF file path without directly modifying the QML file.<br>
<br>I already asked this on the KDE forums and was directed to this list. Here is the link to the forum: <a href="http://forum.kde.org/viewtopic.php?f=64&t=99437&p=214713#p214713">http://forum.kde.org/viewtopic.php?f=64&t=99437&p=214713#p214713</a><br>
<br>And this is the contents of my forum post:<br>> I created a PDF viewer QML plasmoid (custom C++/QML component that uses
poppler library)<br>
> and now I would like to create some kind of a
configuration dialog for changing the PDF file path.<br>
> By default there is
already a configuration dialog and I think it would probably be the
best solution<br>
> to somehow extend this to include my custom configuration
items.<br>
> <br>
> I read some thing about configuration xml files and also
about the custom ".ui" file for the<br>
> configuration dialog but I didn't
get anything useful from that (I doesn't really tell you what and<br>
> how
you can do this).<br>
> <br>
> So ... what is the best solution for having some GUI configuration items for a QML plasmoid?<br><br>Regards,<br>Djuro Drljaca<br>