lundi 27 avril 2020

Use output of a python function in qt

I have a python file (function.py). This function has an output (integer). In my QT Widget, I have a pushButton and an empty QLineEdit. What I want to do is the following: Once I click on the button, function.py runs and its output must be written in the QLineEdit. How can I link between my QT project and my python file?

Aucun commentaire:

Enregistrer un commentaire