Step by step process to make a python gui with qt creator
-
What is the step by step process to open the design mode in qt creator to create a gui for python code. I have pyside installed but having troulbe opening the design mode without creating a c++ project. There is a link which shows how to edit the ui file and modify it by using pyside uic, and it states to make the gui interface by using qt creator, but no examples or tutorials on how to create the interface in qt creator. There is a link on how to use qt creator but that link is for creating c++ widget applications, not a gui interface that can be used with python.
-
There is a "QtDesigner":http://qt-project.org/doc/qt-5/qtdesigner-manual.html a standalone utility to create UI that does not require C++ project.