Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. I'm trying to communicate with QT application through dbus communication.
Forum Updated to NodeBB v4.3 + New Features

I'm trying to communicate with QT application through dbus communication.

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 88 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    keyboard_hellchang
    wrote on last edited by keyboard_hellchang
    #1

    Hi!
    I am now implementing QT application and dbus communication.
    The command I used

    1. dbus-send.
    2. qdbus.
    3. 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

    1. I want to send QBitArray from the outside to the arguments through the above commands. (method_call)
    2. 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!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved