Hi Ibrahim,<br><br>I'm not an owncloud expert.  But I feel confident in my ability to answer this question, because  I wrote a CLI version of the owncloud client, using csync libraries.<br><br>csync is basically used as a library that the desktop client (and my CLI client) use to handle the synchronization.<br>
<br>As for how to use csync in a Qt App, it depends, because the csync that owncloud(and I use) is not the same one that is on the csync website, at this point it's probably more like a fork, but my understanding is, that the csync people and the owncloud people are trying to merge their respective codebases together, so that it isn't as diverged.  So if you need the owncloud specific bits, make sure you use the owncloud csync codebase.  <br>
<br>Back to your original question, I would suggest you look at the owncloud Mirall source, it shows exactly how they call the csync libraries (and from Qt even!).  It's what I used as my reference when I wrote the CLI version (which is in python).<br>
<br>Hope this helps, and good luck on your project!<br><br>-Craig<br><br><div class="gmail_quote">On Thu, Apr 11, 2013 at 7:41 AM, Ibrahim Maatki <span dir="ltr"><<a href="mailto:maatkiibrahim@gmail.com" target="_blank">maatkiibrahim@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"><span style="color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.1875px;background-color:rgb(225,235,242)">Hello </span><br style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.1875px;background-color:rgb(225,235,242)">

<span style="color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.1875px;background-color:rgb(225,235,242)">I am trying to understand how is csync used as synchronization engine in owncloud desktop client.My problem is how to "reproduce" the way it have been used with ?</span><br style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.1875px;background-color:rgb(225,235,242)">

<span style="color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.1875px;background-color:rgb(225,235,242)">Could any body help me with any details or ideas on how to use csync as an engine in an application developed on Qt ??</span><br style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.1875px;background-color:rgb(225,235,242)">

<br><div><font color="#333333" face="Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif"><span style="line-height:18.1875px">Thanks </span></font></div><span class="HOEnZb"><font color="#888888"><div><font color="#333333" face="Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif"><span style="line-height:18.1875px"><br>

</span></font></div><div><font color="#333333" face="Lucida Grande, Trebuchet MS, Verdana, Helvetica, Arial, sans-serif"><span style="line-height:18.1875px">Ibrahim MAATKI </span></font></div></font></span></div>
<br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div><br>