(cls, parent, selected=None)
| 249 | |
| 250 | @classmethod |
| 251 | def openOne(cls, parent, selected=None): |
| 252 | super().openOne(parent) |
| 253 | if selected is not None: |
| 254 | cls._instance.selectTargetProfile(selected) |
| 255 | |
| 256 | def OnFieldChanged(self, event=None): |
| 257 | if event is not None: |
nothing calls this directly
no test coverage detected