(newProps: InputDialogProps, oldProps: InputDialogProps)
| 83 | |
| 84 | export class RNInputDialog extends QInputDialog implements RNWidget { |
| 85 | setProps(newProps: InputDialogProps, oldProps: InputDialogProps): void { |
| 86 | setInputDialogProps(this, newProps, oldProps); |
| 87 | } |
| 88 | appendInitialChild(child: QWidget<any>): void { |
| 89 | throwUnsupported(this); |
| 90 | } |
no test coverage detected