QT for Raspberry Pi Touch screen GUI, should I use Python or C++ ?
-
wrote on 18 Jan 2021, 04:16 last edited by
Hey guys,
I am doing a GUI for a project where all my hardware will be controlled through a raspberry pi touch screen. I know QT can be used with either c++ or python. Which one would you recommend to use when dealing with raspberry pi ?Thanks !
-
Hey guys,
I am doing a GUI for a project where all my hardware will be controlled through a raspberry pi touch screen. I know QT can be used with either c++ or python. Which one would you recommend to use when dealing with raspberry pi ?Thanks !
wrote on 18 Jan 2021, 07:59 last edited by@Andelo
Since Qt works with RPi, I cannot see that the choice between C++ and Python (PyQt/PySide) has anything to do with the solution. Use whichever you prefer as a programming language. What experience do you have with each one? -
Hey guys,
I am doing a GUI for a project where all my hardware will be controlled through a raspberry pi touch screen. I know QT can be used with either c++ or python. Which one would you recommend to use when dealing with raspberry pi ?Thanks !
This post is deleted!