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
Forum Updated to NodeBB v4.3 + New Features

Python application in C++ GUI

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 547 Views 2 Watching
  • 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 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
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on 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

      • Login

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