Can't View Code in Qt Designer
Unsolved
Qt for Python
-
All right. Thank you so much Denni.
I have another question:
To use Qt with Python, I think I have two options: PyQt and PySide. As far as I know, PyQt is a proprietary software while PySide is an open source one. Which is better to work with??Thanks again.
-
You can use pyuic4 command on shell: pyuic4 input.ui -o output.py
nedd to go to your qtform.oi file in cmd and convert with pyuic4 input.ui -o output.pyI agree with Denni, I know it's difficult to understand especially if you come from a .net environment like me but i have made some progress and its not that difficult.