PDA

View Full Version : QDBus-cpptoxml



diptiman
21st January 2009, 09:02
I am totally new in QT.
I want to make a simple application.
There will be two gui application.I want to interact between those by d-bus.
But I don't know how to use "cpptoxml" to generate the xml file from where I can generate the proxy and adapter.
In the documentation I have found xmltocpp .But cpptoxml was not there.
If anybodoy knows it ,please help me.


Diptiman

wysota
21st January 2009, 09:15
Just run it on a Qt class that has signals and slots and it will generate an xml describing those for you.