* Adds base template for new docs site * Adds Apis to docs * add some css from rn * Fix right side sidebar functionality * Basic docs * adds old docs * Cleans up unnecessary files * Chane links * Adds docusaurus v2 * Styling fixes * adds wip and new assets * adds code image * Add FAQ link * Adds analytics * adds cname * cleanup blogs
19 lines
426 B
Markdown
19 lines
426 B
Markdown
---
|
|
sidebar_label: Qt Enums
|
|
title: Qt Enums
|
|
---
|
|
|
|
## 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/nodegui/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";
|
|
```
|