I wrote a Python script to interact with a spreadsheet using Google’s API. I want to make a GUI using Qt with C++ so people can make changes intuitively without having to dig through the Python code. Is there an easy way to link the C++ front end code to the Python script? Is this a bad idea in general for any reason I may not have thought of?
#How should I link a C++-based Qt GUI to a Python script?
3 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Yes, I have. I can solve this problem using PyQt. Please DM to me.