10068:7febcdccb2a1 | 10069:435cc5875135 |
---|---|
36 | 36 |
37 from eric7.Globals import AppInfo | 37 from eric7.Globals import AppInfo |
38 from eric7.Toolbox import Startup | 38 from eric7.Toolbox import Startup |
39 | 39 |
40 | 40 |
41 def createMainWidget(argv): | 41 def createMainWidget(argv): # noqa: U100 |
42 """ | 42 """ |
43 Function to create the main widget. | 43 Function to create the main widget. |
44 | 44 |
45 @param argv list of commandline parameters | 45 @param argv list of commandline parameters |
46 @type list of str | 46 @type list of str |