Re: why we pass sys.argv to QtGui.QApplication() in main method and whats in it list?
why don't you start your debugger and find out?
whats in the argument is list exactly the options that you pass on the command line, in addition to the full pathname of the executing binary.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks