GUI development using PySide
-
Hello, I am a beginner in GUI development, developing a GUI using PySide. I want to know the ways in which one can connect the GUI to the main python code(Excluding the signal slot mechanism!). For eg:- I want to display the console output on a Textedit/Lineedit box of PySide. Also can we use all the functionalities of Qt in PySide. Eg:- Is it possible to implement the same using QProcess in PySide?How? Thank You.
-
Hi and welcome to devnet,
You can use QProcess with PySide the same way you would in C++.
What do you mean by "connect to the main python code" ?