src/eric7/Preferences/ConfigurationPages/PluginManagerPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9982
5b91f7baffd0
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
122 @param checked state of the push button (boolean) 122 @param checked state of the push button (boolean)
123 """ 123 """
124 self.repositoryUrlEdit.setReadOnly(not checked) 124 self.repositoryUrlEdit.setReadOnly(not checked)
125 125
126 126
127 def create(dlg): 127 def create(dlg): # noqa: U100
128 """ 128 """
129 Module function to create the configuration page. 129 Module function to create the configuration page.
130 130
131 @param dlg reference to the configuration dialog 131 @param dlg reference to the configuration dialog
132 @return reference to the instantiated page (ConfigurationPageBase) 132 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial