37 |
37 |
38 from eric7.Globals import AppInfo |
38 from eric7.Globals import AppInfo |
39 from eric7.Toolbox import Startup |
39 from eric7.Toolbox import Startup |
40 |
40 |
41 |
41 |
42 def createMainWidget(argv): |
42 def createMainWidget(argv): # noqa: U100 |
43 """ |
43 """ |
44 Function to create the main widget. |
44 Function to create the main widget. |
45 |
45 |
46 @param argv list of commandline parameters (list of strings) |
46 @param argv list of commandline parameters (list of strings) |
47 @return reference to the main widget (QWidget) |
47 @return reference to the main widget (QWidget) |