72 ) |
72 ) |
73 |
73 |
74 from eric7.Toolbox import Startup |
74 from eric7.Toolbox import Startup |
75 |
75 |
76 |
76 |
77 def createMainWidget(args): # noqa: U100 |
77 def createMainWidget(_args): |
78 """ |
78 """ |
79 Function to create the main widget. |
79 Function to create the main widget. |
80 |
80 |
81 @param args namespace object containing the parsed command line parameters |
81 @param _args namespace object containing the parsed command line parameters |
|
82 (unused) |
82 @type argparse.Namespace |
83 @type argparse.Namespace |
83 @return reference to the main widget |
84 @return reference to the main widget |
84 @rtype QWidget |
85 @rtype QWidget |
85 """ |
86 """ |
86 from eric7.Preferences.ConfigurationDialog import ConfigurationWindow |
87 from eric7.Preferences.ConfigurationDialog import ConfigurationWindow |