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. Python application in C++ GUI

Python application in C++ GUI

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 536 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.
  • S Offline
    S Offline
    sush
    wrote on 17 Apr 2016, 19:35 last edited by
    #1

    I have a GUI coded fully in C++, now can i run a python code in this GUI as I have a sensor whose code is available in python and I want to display its readings on the main GUI which is in C++ and if yes then how?

    Do not wait to innovate.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 17 Apr 2016, 20:06 last edited by
      #2

      Hi
      You can have a look at
      https://docs.python.org/2/extending/index.html#extending-index
      https://docs.python.org/2/extending/embedding.html

      You could also call python script with QProcess and read the output
      if your requirements permits

      1 Reply Last reply
      0

      1/2

      17 Apr 2016, 19:35

      • Login

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