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