What components do I need to install?
-
I'm new to programming and UI development so please bear with me. I run Windows 10 64-bit with Python3 and would love to use Qt Creator for UI development for Windows and Android applications, but I'm not sure what components I would require for this. I have already install PySide2 using pip install. Can somebody help me out? Can I continue with the default components selected in the installer?
Thank you.
-
Hi and welcome to devnet,
AFAIK, you can't run python applications as is on Android.
You should rather install Qt for C++ with both desktop and Android variants using the online installer.
-
So what components are required if I only want to create Desktop Applications?
-
If you mean PySide2, just install Python3 and then you can use pip to install PySide2.
-
Yes, I have done that. But should I just continue with the default components in the Qt Creator installer?
-
There's nothing special you have to install. PySide2 is ready to use as it is.
-
@Big-Garlic-Bread have you already looked at this introduction of Qt for Python?