nodeguy/docs/api/QtEnums.md
2019-08-11 22:39:27 +02:00

377 B

Enums from Qt

For a complete list of Enums that we can use from Javascript see file

Qt enums: src/lib/QtEnums/index.ts in the NodeGui repo.

All the enums in this file can be imported directly from @nodegui/@nodegui.

Example

import { AspectRatioMode } from "@nodegui/nodegui";