Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources to learn qt-dbus

Tags:

qt

dbus

Please, could you provide me some resources (web-links) to learn qt-dbus?

I already have a process which provides QtDBus interface, I want to learn it so that I can communicate with it.

like image 532
SunnyShah Avatar asked Jan 21 '23 20:01

SunnyShah


2 Answers

First hits from a Google search for qt-dbus and qt-dbus tutorial:

http://doc.trolltech.com/4.2/intro-to-dbus.html

http://wiki.forum.nokia.com/index.php/QtDbus_quick_tutorial

http://techbase.kde.org/Development/Tutorials#D-Bus

There were many more interesting hits to list here. Their usefuleness to you depends on what you want to do, of course.

like image 91
thkala Avatar answered Jan 29 '23 02:01

thkala


There are some more useful links since Dec '10:

http://qt-project.org/doc/qt-4.8/qtdbus.html

http://qt-project.org/doc/qt-4.8/examples-dbus.html

In my opinion, this is the best tutorial to start: http://techbase.kde.org/Development/Tutorials#D-Bus

http://developer.nokia.com/Community/Wiki/QtDbus_quick_tutorial

http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes

If you want to introspect D-Bus objects and messages you can use following tools:

http://doc.qt.digia.com/4.6/qdbusviewer.html

https://wiki.gnome.org/DFeet

like image 43
MeJ Avatar answered Jan 29 '23 02:01

MeJ