adds more text

This commit is contained in:
Atul R 2020-03-28 20:37:38 +01:00
parent b7ac3847e4
commit 5f8a05a1b6

View File

@ -69,6 +69,8 @@ win.show();
global.win = win;
```
The value you receive in the callback depends on the signal. Refer to respective signal docs for more details. All the handlers are also typed. So if you are using typescript you should get correct autocomplete for it.
#### All common QEvents for the widgets
In nodegui all these common QEvents are represented under an enum type: (WidgetEventTypes)[https://docs.nodegui.org/docs/api/generated/enums/widgeteventtypes]