## Enums from Qt For a complete list of Enums that we can use from Javascript see file Qt enums: [`src/lib/QtEnums/index.ts`](https://github.com/master-atul/nodegui/blob/master/src/lib/QtEnums/index.ts) in the NodeGui repo. All the enums in this file can be imported directly from `@nodegui/@nodegui`. ### Example ```js import { AspectRatioMode } from "@nodegui/nodegui"; ```