Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. Controlling QT C++ Project from Python Script

Controlling QT C++ Project from Python Script

Scheduled Pinned Locked Moved Unsolved Language Bindings
4 Posts 2 Posters 696 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.
  • M Offline
    M Offline
    MR2552
    wrote on 2 Jul 2021, 13:08 last edited by
    #1

    Hey,

    I have seen that you can build QT Projects using Python but I was wondering if you can control a built .exe file and its API using a python script?

    I basically try to bridge between 2 independent projects, one being a QT C++ built project, the other is a python run server. I want the python script to execute the QT project but I am not sure if it is possible, the way in intend it to.

    Is there a way for an outside script to access a QT projects API?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 2 Jul 2021, 18:16 last edited by
      #2

      Hi,

      Do you mean you want to interact between both or do you want to start one from the other ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • M Offline
        M Offline
        MR2552
        wrote on 4 Jul 2021, 14:09 last edited by
        #3

        Hey,

        I mean interacting between them. I want to access certain functions and button withing the QT project.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 4 Jul 2021, 18:09 last edited by
          #4

          Did you consider implementing an IPC solution ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          2/4

          2 Jul 2021, 18:16

          • Login

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