-
QDBus-cpptoxml
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
-
Re: QDBus-cpptoxml
Just run it on a Qt class that has signals and slots and it will generate an xml describing those for you.