src/eric7/eric7_configure.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10238
9ea4634a697e
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
35 35
36 from eric7.Globals import AppInfo 36 from eric7.Globals import AppInfo
37 from eric7.Toolbox import Startup 37 from eric7.Toolbox import Startup
38 38
39 39
40 def createMainWidget(argv): 40 def createMainWidget(argv): # noqa: U100
41 """ 41 """
42 Function to create the main widget. 42 Function to create the main widget.
43 43
44 @param argv list of commandline parameters (list of strings) 44 @param argv list of commandline parameters (list of strings)
45 @return reference to the main widget (QWidget) 45 @return reference to the main widget (QWidget)

eric ide

mercurial