Re: [q, fsot] howto dbus

2009-05-23 Thread Michael Tansella
On Friday 22 May 2009 20:10:23 arne anka wrote: that's maybe rather ot, but since i need it to program _with_ qt _for_ the freerunner ... short'n'sweet: has anybody a clear and usable tutorial howto write dbus apps with qt, notably registering an app to dbus and recieve dbus signals/events?

Re: [q, fsot] howto dbus

2009-05-23 Thread arne anka
QDBusConnection GPSConnection = QDBusConnection::systemBus(); ... thanks, no w i at least got an idea how to preceed. nevertheless, for want of gypsy i tried to connect to a signal from kwalletd (kde pasword management daemon), which besides others offers the signal org.kde.kwalletd

Re: [q, fsot] howto dbus

2009-05-23 Thread Johny Tenfinger
On Sat, May 23, 2009 at 20:49, arne anka openm...@ginguppin.de wrote: QDBusConnection GPSConnection = QDBusConnection::systemBus(); ... thanks, no w i at least got an idea how to preceed. For KWallet you could try: QDBusConnection WalletConnection = QDBusConnection::sessionBus(); KDE stuff

Re: [q, fsot] howto dbus

2009-05-23 Thread arne anka
QDBusConnection WalletConnection = QDBusConnection::sessionBus(); thanks, but that's not the problem. i think i solved it (at least, i hope that's the correct way): QDBusConnection::sessionBus().connect(org.kde.kwalletd, /modules/kwalletd, org.kde.KWallet, walletDeleted, this,

[q, fsot] howto dbus

2009-05-22 Thread arne anka
that's maybe rather ot, but since i need it to program _with_ qt _for_ the freerunner ... short'n'sweet: has anybody a clear and usable tutorial howto write dbus apps with qt, notably registering an app to dbus and recieve dbus signals/events? say, as a plausible scenario, i want to

Re: [q, fsot] howto dbus

2009-05-22 Thread Christian Gagneraud
arne anka wrote: that's maybe rather ot, but since i need it to program _with_ qt _for_ the freerunner ... short'n'sweet: has anybody a clear and usable tutorial howto write dbus apps with qt, notably registering an app to dbus and recieve dbus signals/events? say, as a plausible