Hello! I'm new to python and have used QTDesign to design a simple interface. I've done some coding and I want to see if it works. But how do you run your code to make it open up the main screen?
ps. I have a mainWindow.ui and mainWindow.py
Hello! I'm new to python and have used QTDesign to design a simple interface. I've done some coding and I want to see if it works. But how do you run your code to make it open up the main screen?
ps. I have a mainWindow.ui and mainWindow.py
Last edited by Rico; 04-27-2012 at 10:50 AM.
Rico - VFX Artist in training
USA: Kansas: Kansas City = (GMT -6:00) (CST)
Depends on your setup. If you are on WIndows and mainWindow.py is setup to run mainline then in command prompt:
Code:python mainWindow.py