Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt c++ <---> Python communication methods
Forum Updated to NodeBB v4.3 + New Features

Qt c++ <---> Python communication methods

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 565 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.
  • G Offline
    G Offline
    Gannu Bangalore
    wrote on last edited by
    #1

    I need help on the method to communicate between Qt c++ and Python process. Ideas are helpful.

    aha_1980A 1 Reply Last reply
    0
    • G Gannu Bangalore

      I need help on the method to communicate between Qt c++ and Python process. Ideas are helpful.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Gannu-Bangalore

      Use Inter-process communication APIs: (local) Sockets or FIFOs.

      Especially sockets are available in all programming environments, e.g. QLocalSocket or QTcpSocket.

      Qt has to stay free or it will die.

      1 Reply Last reply
      3

      • Login

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