This calls the constructor of the C ++ QApplication class. It uses sys.argv ( argc and argv in C ++) to initialize a QT application. There are many arguments that you can pass into QT, such as styles, debugging materials, etc.
See this for a complete list of options.
source share