123 @type bool |
123 @type bool |
124 """ |
124 """ |
125 self.repositoryUrlEdit.setReadOnly(not checked) |
125 self.repositoryUrlEdit.setReadOnly(not checked) |
126 |
126 |
127 |
127 |
128 def create(dlg): # noqa: U100 |
128 def create(_dlg): |
129 """ |
129 """ |
130 Module function to create the configuration page. |
130 Module function to create the configuration page. |
131 |
131 |
132 @param dlg reference to the configuration dialog |
132 @param _dlg reference to the configuration dialog (unused) |
133 @type ConfigurationDialog |
133 @type ConfigurationDialog |
134 @return reference to the instantiated page |
134 @return reference to the instantiated page |
135 @rtype ConfigurationPageBase |
135 @rtype ConfigurationPageBase |
136 """ |
136 """ |
137 page = PluginManagerPage() |
137 page = PluginManagerPage() |