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) |