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. Add python script to QT program
QtWS25 Last Chance

Add python script to QT program

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 476 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.
  • I Offline
    I Offline
    isan
    wrote on last edited by
    #1

    I compiled QT 5.11.2 for raspberry pi and run the QT program on it
    Now I want to use Python code in my program, Python code gets input from QT program and after doing something, I need to get Python code output and use QT program
    How can add python script to my QT program?

    Pablo J. RoginaP 1 Reply Last reply
    0
    • I isan

      I compiled QT 5.11.2 for raspberry pi and run the QT program on it
      Now I want to use Python code in my program, Python code gets input from QT program and after doing something, I need to get Python code output and use QT program
      How can add python script to my QT program?

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @isan I'd say you have two options:

      1. Embed a Python interpreter into the Qt application, see this post (it's Windows related but you'll get the idea)
      2. Call the Python script as a QProcess

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      5

      • Login

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