I am using QT Creator for Python in Manjaro. I have installed python, pyside6, pyside6-tools ... But I do not know how to install or use pyside6-uic
Any idea how to solve this?
Find a way to use pyside6-uic in linux/manjaro
as it turns out the uic binary in /usr/bin/ belongs to the Qt5 package, and it compiles on pyside2
I then saw that Qt Creator has its own uic binary, but it does not install it in /usr/bin/ or anything. I used that uic binary from Qt Creator and it works fine