I'm trying to communicate with QT application through dbus communication.
Unsolved
General and Desktop
-
Hi!
I am now implementing QT application and dbus communication.
The command I used- dbus-send.
- qdbus.
- gdbus.
I understood the way we used signals and methods_calls.
But I want you to help me with the arrangements format.
(I have identified the argument formats: simple string, int32, int64, double, etc.)Problem
- I want to send QBitArray from the outside to the arguments through the above commands. (method_call)
- I also want to send containers such as vectors, lists, etc.
My QT version is 4.8.7.
My OS is CentOS7.Please help me!