Questions tagged [qdbus]

The QDBus namespace, part of the Qt framework, contains miscellaneous identifiers used throughout the QtDBus library.

The QDBus namespace covers the identifiers used in the QtDBus module.

QtDBus is the Qt bindings to the D-Bus inter-process communication system. The QtDBus module provides a native interface to D-Bus using the Qt signals and slots paradigm.

Qt documentation lists the module as being Unix-only but recent versions of D-Bus are supported on Windows and the QtDBus module can be enabled Windows with minimal effort.

64 questions
0
votes
3 answers

How to resolve this "cast to pointer from type of different size" warning?

I have two programs that communicate over the D-Bus. In one of the there is a function that takes two parameters namely const char* data and int size and in another one I have a function that returns a value of the type unsigned char. I place a…
max
  • 2,627
  • 1
  • 24
  • 44
0
votes
0 answers

DBus on demand object creation

So the DBus .service mechanism allows DBus to start a process if the requested service isn't running. I'm looking for something similar, but for objects. If I have Object_0 thru Object_9 available, but only want to register them for DBus on-demand,…
Brett Stottlemyer
  • 2,734
  • 4
  • 26
  • 38
0
votes
1 answer

Different Dbus bindings in server and client

I am trying to implement Dbus client. Dbus server is actually implemented by a third party and I do not know what bindings does it use (but I guess gdbus). Now can I use QDbus bindings in my client application irrespective of whatever bindings used…
0
votes
1 answer

Qt QDbus Sending Custom Types with QVariant

I'm trying to send a custom class ( "Span" ) inside a QVariant across the Dbus session bus in Qt between 2 simple applications. Span is a simple class that contains 2 double type properties. I have successfully sent and recovered a QVariant…
PhilBot
  • 748
  • 18
  • 85
  • 173
1 2 3 4
5