(child: QWidget<any>)
| 236 | } |
| 237 | static tagName = "view"; |
| 238 | appendInitialChild(child: QWidget<any>): void { |
| 239 | this.appendChild(child); |
| 240 | } |
| 241 | appendChild(child: QWidget<any>): void { |
| 242 | if (!child || child instanceof QDialog) { |
| 243 | return; |
nothing calls this directly
no test coverage detected