14 lines
381 B
Markdown
14 lines
381 B
Markdown
## 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";
|
|
```
|