Python code for .ui file
-
I've designed and saved .ui file
Where is the python code for that file created in QT Creator or how do I generate it.
All I see is the .ui file itself.@Gator You need to execute the pyuic tool, see https://stackoverflow.com/questions/18429452/convert-pyqt-ui-to-python
-
See also https://doc.qt.io/qtforpython-6/tutorials/basictutorial/uifiles.html#tutorial-uifiles . If you create a Python project in Qt Creator, it will do this automatically when running the project.