bumps minor version
This commit is contained in:
parent
006d35914a
commit
a684544982
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nodegui/nodegui",
|
||||
"version": "0.29.0",
|
||||
"version": "0.30.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nodegui/nodegui",
|
||||
"version": "0.29.0",
|
||||
"version": "0.30.0",
|
||||
"description": "A cross platform library to build native desktop apps.",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
||||
@ -21,6 +21,16 @@ Its the root base class in NodeGui world.
|
||||
|
||||
↳ [QVariant](qvariant.md)
|
||||
|
||||
↳ [QSize](qsize.md)
|
||||
|
||||
↳ [QRect](qrect.md)
|
||||
|
||||
↳ [QPoint](qpoint.md)
|
||||
|
||||
↳ [QColor](qcolor.md)
|
||||
|
||||
↳ [QImage](qimage.md)
|
||||
|
||||
↳ [QPixmap](qpixmap.md)
|
||||
|
||||
↳ [QClipboard](qclipboard.md)
|
||||
@ -29,29 +39,23 @@ Its the root base class in NodeGui world.
|
||||
|
||||
↳ [EventWidget](eventwidget.md)
|
||||
|
||||
↳ [QColor](qcolor.md)
|
||||
↳ [QIcon](qicon.md)
|
||||
|
||||
↳ [QCursor](qcursor.md)
|
||||
|
||||
↳ [QFont](qfont.md)
|
||||
|
||||
↳ [QKeySequence](qkeysequence.md)
|
||||
|
||||
↳ [QBrush](qbrush.md)
|
||||
|
||||
↳ [QPen](qpen.md)
|
||||
|
||||
↳ [QKeySequence](qkeysequence.md)
|
||||
|
||||
↳ [QRect](qrect.md)
|
||||
|
||||
↳ [QPicture](qpicture.md)
|
||||
|
||||
↳ [QIcon](qicon.md)
|
||||
|
||||
↳ [QFont](qfont.md)
|
||||
|
||||
↳ [QSize](qsize.md)
|
||||
|
||||
↳ [QCursor](qcursor.md)
|
||||
|
||||
↳ [QFontDatabase](qfontdatabase.md)
|
||||
|
||||
↳ [QPoint](qpoint.md)
|
||||
↳ [QFontMetrics](qfontmetrics.md)
|
||||
|
||||
↳ [QUrl](qurl.md)
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ console.log("mouse moved");
|
||||
|
||||
## Type parameters
|
||||
|
||||
▪ **Signals**: *object*
|
||||
▪ **Signals**: *unknown*
|
||||
|
||||
## Hierarchy
|
||||
|
||||
|
||||
@ -24,15 +24,19 @@ sidebar_label: "NodeDateTimeEdit"
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodedatetimeedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodedatetimeedit.md#_rawinlinestyle)
|
||||
* [actions](nodedatetimeedit.md#actions)
|
||||
* [calendar](nodedatetimeedit.md#optional-calendar)
|
||||
* [layout](nodedatetimeedit.md#optional-layout)
|
||||
* [native](nodedatetimeedit.md#abstract-native)
|
||||
* [nodeChildren](nodedatetimeedit.md#nodechildren)
|
||||
* [nodeParent](nodedatetimeedit.md#optional-nodeparent)
|
||||
* [type](nodedatetimeedit.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodedatetimeedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodedatetimeedit.md#acceptdrops)
|
||||
@ -164,6 +168,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -186,14 +198,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -224,6 +228,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -38,14 +38,18 @@ sidebar_label: "NodeDialog"
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodedialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodedialog.md#_rawinlinestyle)
|
||||
* [actions](nodedialog.md#actions)
|
||||
* [layout](nodedialog.md#optional-layout)
|
||||
* [native](nodedialog.md#abstract-native)
|
||||
* [nodeChildren](nodedialog.md#nodechildren)
|
||||
* [nodeParent](nodedialog.md#optional-nodeparent)
|
||||
* [type](nodedialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodedialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodedialog.md#acceptdrops)
|
||||
@ -146,6 +150,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -162,14 +174,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -200,6 +204,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -30,14 +30,18 @@ sidebar_label: "NodeFrame"
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodeframe.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodeframe.md#_rawinlinestyle)
|
||||
* [actions](nodeframe.md#actions)
|
||||
* [layout](nodeframe.md#optional-layout)
|
||||
* [native](nodeframe.md#abstract-native)
|
||||
* [nodeChildren](nodeframe.md#nodechildren)
|
||||
* [nodeParent](nodeframe.md#optional-nodeparent)
|
||||
* [type](nodeframe.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodeframe.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodeframe.md#acceptdrops)
|
||||
@ -143,6 +147,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -159,14 +171,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -197,6 +201,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -39,15 +39,19 @@ const listview = new QListView();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodelistview.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodelistview.md#_rawinlinestyle)
|
||||
* [actions](nodelistview.md#actions)
|
||||
* [layout](nodelistview.md#optional-layout)
|
||||
* [native](nodelistview.md#abstract-native)
|
||||
* [nodeChildren](nodelistview.md#nodechildren)
|
||||
* [nodeParent](nodelistview.md#optional-nodeparent)
|
||||
* [type](nodelistview.md#type)
|
||||
* [viewportWidget](nodelistview.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodelistview.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodelistview.md#acceptdrops)
|
||||
@ -228,6 +232,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -244,14 +256,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -290,6 +294,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -16,10 +16,6 @@ sidebar_label: "NodeObject"
|
||||
|
||||
↳ [QObject](qobject.md)
|
||||
|
||||
↳ [QApplication](qapplication.md)
|
||||
|
||||
↳ [QMovie](qmovie.md)
|
||||
|
||||
↳ [NodeLayout](nodelayout.md)
|
||||
|
||||
↳ [YogaWidget](yogawidget.md)
|
||||
@ -28,6 +24,10 @@ sidebar_label: "NodeObject"
|
||||
|
||||
↳ [QGraphicsEffect](qgraphicseffect.md)
|
||||
|
||||
↳ [QApplication](qapplication.md)
|
||||
|
||||
↳ [QMovie](qmovie.md)
|
||||
|
||||
↳ [QStandardItemModel](qstandarditemmodel.md)
|
||||
|
||||
↳ [QButtonGroup](qbuttongroup.md)
|
||||
|
||||
@ -37,15 +37,19 @@ const tableview = new QTableView();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodetableview.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodetableview.md#_rawinlinestyle)
|
||||
* [actions](nodetableview.md#actions)
|
||||
* [layout](nodetableview.md#optional-layout)
|
||||
* [native](nodetableview.md#abstract-native)
|
||||
* [nodeChildren](nodetableview.md#nodechildren)
|
||||
* [nodeParent](nodetableview.md#optional-nodeparent)
|
||||
* [type](nodetableview.md#type)
|
||||
* [viewportWidget](nodetableview.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodetableview.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodetableview.md#acceptdrops)
|
||||
@ -232,6 +236,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -248,14 +260,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -294,6 +298,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -40,15 +40,19 @@ const textEdit = new QTextEdit();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodetextedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodetextedit.md#_rawinlinestyle)
|
||||
* [actions](nodetextedit.md#actions)
|
||||
* [layout](nodetextedit.md#optional-layout)
|
||||
* [native](nodetextedit.md#abstract-native)
|
||||
* [nodeChildren](nodetextedit.md#nodechildren)
|
||||
* [nodeParent](nodetextedit.md#optional-nodeparent)
|
||||
* [type](nodetextedit.md#type)
|
||||
* [viewportWidget](nodetextedit.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodetextedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodetextedit.md#acceptdrops)
|
||||
@ -222,6 +226,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -238,14 +250,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -284,6 +288,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -48,6 +48,8 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
|
||||
↳ [QWidget](qwidget.md)
|
||||
|
||||
↳ [QDesktopWidget](qdesktopwidget.md)
|
||||
|
||||
↳ [NodeFrame](nodeframe.md)
|
||||
|
||||
↳ [QAbstractSlider](qabstractslider.md)
|
||||
@ -90,14 +92,18 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](nodewidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](nodewidget.md#_rawinlinestyle)
|
||||
* [actions](nodewidget.md#actions)
|
||||
* [layout](nodewidget.md#optional-layout)
|
||||
* [native](nodewidget.md#abstract-native)
|
||||
* [nodeChildren](nodewidget.md#nodechildren)
|
||||
* [nodeParent](nodewidget.md#optional-nodeparent)
|
||||
* [type](nodewidget.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](nodewidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](nodewidget.md#acceptdrops)
|
||||
@ -188,6 +194,12 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -200,12 +212,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -234,6 +240,24 @@ ___
|
||||
|
||||
• **type**: *string* = "widget"
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -37,14 +37,18 @@ It is inherited by QCheckBox, QPushButton, QRadioButton, and QToolButton.
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qabstractbutton.md#optional-_layout)
|
||||
* [_rawInlineStyle](qabstractbutton.md#_rawinlinestyle)
|
||||
* [actions](qabstractbutton.md#actions)
|
||||
* [layout](qabstractbutton.md#optional-layout)
|
||||
* [native](qabstractbutton.md#abstract-native)
|
||||
* [nodeChildren](qabstractbutton.md#nodechildren)
|
||||
* [nodeParent](qabstractbutton.md#optional-nodeparent)
|
||||
* [type](qabstractbutton.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qabstractbutton.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qabstractbutton.md#acceptdrops)
|
||||
@ -162,6 +166,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -178,14 +190,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -216,6 +220,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,15 +33,19 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qabstractitemview.md#optional-_layout)
|
||||
* [_rawInlineStyle](qabstractitemview.md#_rawinlinestyle)
|
||||
* [actions](qabstractitemview.md#actions)
|
||||
* [layout](qabstractitemview.md#optional-layout)
|
||||
* [native](qabstractitemview.md#abstract-native)
|
||||
* [nodeChildren](qabstractitemview.md#nodechildren)
|
||||
* [nodeParent](qabstractitemview.md#optional-nodeparent)
|
||||
* [type](qabstractitemview.md#type)
|
||||
* [viewportWidget](qabstractitemview.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qabstractitemview.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qabstractitemview.md#acceptdrops)
|
||||
@ -191,6 +195,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -207,14 +219,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -253,6 +257,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -44,15 +44,19 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qabstractscrollarea.md#optional-_layout)
|
||||
* [_rawInlineStyle](qabstractscrollarea.md#_rawinlinestyle)
|
||||
* [actions](qabstractscrollarea.md#actions)
|
||||
* [layout](qabstractscrollarea.md#optional-layout)
|
||||
* [native](qabstractscrollarea.md#abstract-native)
|
||||
* [nodeChildren](qabstractscrollarea.md#nodechildren)
|
||||
* [nodeParent](qabstractscrollarea.md#optional-nodeparent)
|
||||
* [type](qabstractscrollarea.md#type)
|
||||
* [viewportWidget](qabstractscrollarea.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qabstractscrollarea.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qabstractscrollarea.md#acceptdrops)
|
||||
@ -162,6 +166,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -178,14 +190,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -222,6 +226,28 @@ ___
|
||||
|
||||
• **viewportWidget**? : *[NodeWidget](nodewidget.md)‹any›*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -38,14 +38,18 @@ QAbstractSlider will list all methods and properties that are common to all slid
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qabstractslider.md#optional-_layout)
|
||||
* [_rawInlineStyle](qabstractslider.md#_rawinlinestyle)
|
||||
* [actions](qabstractslider.md#actions)
|
||||
* [layout](qabstractslider.md#optional-layout)
|
||||
* [native](qabstractslider.md#abstract-native)
|
||||
* [nodeChildren](qabstractslider.md#nodechildren)
|
||||
* [nodeParent](qabstractslider.md#optional-nodeparent)
|
||||
* [type](qabstractslider.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qabstractslider.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qabstractslider.md#acceptdrops)
|
||||
@ -162,6 +166,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -178,14 +190,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -216,6 +220,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -35,14 +35,18 @@ It is inherited by QDateTimeEdit and QSpinBox. (n/a QDoubleSpinBox)
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qabstractspinbox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qabstractspinbox.md#_rawinlinestyle)
|
||||
* [actions](qabstractspinbox.md#actions)
|
||||
* [layout](qabstractspinbox.md#optional-layout)
|
||||
* [native](qabstractspinbox.md#abstract-native)
|
||||
* [nodeChildren](qabstractspinbox.md#nodechildren)
|
||||
* [nodeParent](qabstractspinbox.md#optional-nodeparent)
|
||||
* [type](qabstractspinbox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qabstractspinbox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qabstractspinbox.md#acceptdrops)
|
||||
@ -160,6 +164,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -176,14 +188,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹Signals›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### `Abstract` native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -214,6 +218,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹Signals› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹Signals› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹Signals› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -54,6 +54,7 @@ qApp.quit();
|
||||
* [setProperty](qapplication.md#setproperty)
|
||||
* [setQuitOnLastWindowClosed](qapplication.md#setquitonlastwindowclosed)
|
||||
* [clipboard](qapplication.md#static-clipboard)
|
||||
* [desktop](qapplication.md#static-desktop)
|
||||
* [instance](qapplication.md#static-instance)
|
||||
* [style](qapplication.md#static-style)
|
||||
|
||||
@ -361,6 +362,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Static` desktop
|
||||
|
||||
▸ **desktop**(): *[QDesktopWidget](qdesktopwidget.md)*
|
||||
|
||||
**Returns:** *[QDesktopWidget](qdesktopwidget.md)*
|
||||
|
||||
___
|
||||
|
||||
### `Static` instance
|
||||
|
||||
▸ **instance**(): *[QApplication](qapplication.md)*
|
||||
|
||||
@ -33,14 +33,18 @@ const calendarWidget = new QCalendarWidget();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qcalendarwidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qcalendarwidget.md#_rawinlinestyle)
|
||||
* [actions](qcalendarwidget.md#actions)
|
||||
* [layout](qcalendarwidget.md#optional-layout)
|
||||
* [native](qcalendarwidget.md#native)
|
||||
* [nodeChildren](qcalendarwidget.md#nodechildren)
|
||||
* [nodeParent](qcalendarwidget.md#optional-nodeparent)
|
||||
* [type](qcalendarwidget.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qcalendarwidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qcalendarwidget.md#acceptdrops)
|
||||
@ -153,6 +157,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QCalendarWidgetSignals](../interfaces/qcalendarwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -169,14 +181,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QCalendarWidgetSignals](../interfaces/qcalendarwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -207,6 +211,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QCalendarWidgetSignals](../interfaces/qcalendarwidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QCalendarWidgetSignals](../interfaces/qcalendarwidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QCalendarWidgetSignals](../interfaces/qcalendarwidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QCalendarWidgetSignals](../interfaces/qcalendarwidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ checkbox.setText("Hello");
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qcheckbox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qcheckbox.md#_rawinlinestyle)
|
||||
* [actions](qcheckbox.md#actions)
|
||||
* [layout](qcheckbox.md#optional-layout)
|
||||
* [native](qcheckbox.md#native)
|
||||
* [nodeChildren](qcheckbox.md#nodechildren)
|
||||
* [nodeParent](qcheckbox.md#optional-nodeparent)
|
||||
* [type](qcheckbox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qcheckbox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qcheckbox.md#acceptdrops)
|
||||
@ -179,6 +183,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -195,14 +207,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -233,6 +237,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -38,14 +38,18 @@ console.log(color.red(), color.green(), color.blue());
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qcolordialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](qcolordialog.md#_rawinlinestyle)
|
||||
* [actions](qcolordialog.md#actions)
|
||||
* [layout](qcolordialog.md#optional-layout)
|
||||
* [native](qcolordialog.md#native)
|
||||
* [nodeChildren](qcolordialog.md#nodechildren)
|
||||
* [nodeParent](qcolordialog.md#optional-nodeparent)
|
||||
* [type](qcolordialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qcolordialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qcolordialog.md#acceptdrops)
|
||||
@ -162,6 +166,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QColorDialogSignals](../interfaces/qcolordialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -178,14 +190,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QColorDialogSignals](../interfaces/qcolordialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -216,6 +220,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QColorDialogSignals](../interfaces/qcolordialogsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QColorDialogSignals](../interfaces/qcolordialogsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QColorDialogSignals](../interfaces/qcolordialogsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QColorDialogSignals](../interfaces/qcolordialogsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -44,14 +44,18 @@ console.log('currentIndexChanged: ' + index);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qcombobox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qcombobox.md#_rawinlinestyle)
|
||||
* [actions](qcombobox.md#actions)
|
||||
* [layout](qcombobox.md#optional-layout)
|
||||
* [native](qcombobox.md#native)
|
||||
* [nodeChildren](qcombobox.md#nodechildren)
|
||||
* [nodeParent](qcombobox.md#optional-nodeparent)
|
||||
* [type](qcombobox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qcombobox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qcombobox.md#acceptdrops)
|
||||
@ -169,6 +173,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QComboBoxSignals](../interfaces/qcomboboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -185,14 +197,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QComboBoxSignals](../interfaces/qcomboboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -223,6 +227,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QComboBoxSignals](../interfaces/qcomboboxsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QComboBoxSignals](../interfaces/qcomboboxsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QComboBoxSignals](../interfaces/qcomboboxsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QComboBoxSignals](../interfaces/qcomboboxsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,15 +33,19 @@ const dateEdit = new QDateEdit();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qdateedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](qdateedit.md#_rawinlinestyle)
|
||||
* [actions](qdateedit.md#actions)
|
||||
* [calendar](qdateedit.md#optional-calendar)
|
||||
* [layout](qdateedit.md#optional-layout)
|
||||
* [native](qdateedit.md#native)
|
||||
* [nodeChildren](qdateedit.md#nodechildren)
|
||||
* [nodeParent](qdateedit.md#optional-nodeparent)
|
||||
* [type](qdateedit.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qdateedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qdateedit.md#acceptdrops)
|
||||
@ -177,6 +181,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -201,14 +213,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -239,6 +243,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -39,15 +39,19 @@ dateTimeEdit.setTime(time);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qdatetimeedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](qdatetimeedit.md#_rawinlinestyle)
|
||||
* [actions](qdatetimeedit.md#actions)
|
||||
* [calendar](qdatetimeedit.md#optional-calendar)
|
||||
* [layout](qdatetimeedit.md#optional-layout)
|
||||
* [native](qdatetimeedit.md#native)
|
||||
* [nodeChildren](qdatetimeedit.md#nodechildren)
|
||||
* [nodeParent](qdatetimeedit.md#optional-nodeparent)
|
||||
* [type](qdatetimeedit.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qdatetimeedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qdatetimeedit.md#acceptdrops)
|
||||
@ -183,6 +187,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -207,14 +219,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -245,6 +249,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
1238
website/docs/api/generated/classes/qdesktopwidget.md
Normal file
1238
website/docs/api/generated/classes/qdesktopwidget.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -32,14 +32,18 @@ const dial = new QDial();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qdial.md#optional-_layout)
|
||||
* [_rawInlineStyle](qdial.md#_rawinlinestyle)
|
||||
* [actions](qdial.md#actions)
|
||||
* [layout](qdial.md#optional-layout)
|
||||
* [native](qdial.md#native)
|
||||
* [nodeChildren](qdial.md#nodechildren)
|
||||
* [nodeParent](qdial.md#optional-nodeparent)
|
||||
* [type](qdial.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qdial.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qdial.md#acceptdrops)
|
||||
@ -167,6 +171,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDialSignals](../globals.md#qdialsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -183,14 +195,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDialSignals](../globals.md#qdialsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -221,6 +225,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDialSignals](../globals.md#qdialsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDialSignals](../globals.md#qdialsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDialSignals](../globals.md#qdialsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDialSignals](../globals.md#qdialsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -24,14 +24,18 @@ It is inherited by QFileDialog and QMessageBox (n/a QColorDialog, QErrorMessage,
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qdialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](qdialog.md#_rawinlinestyle)
|
||||
* [actions](qdialog.md#actions)
|
||||
* [layout](qdialog.md#optional-layout)
|
||||
* [native](qdialog.md#native)
|
||||
* [nodeChildren](qdialog.md#nodechildren)
|
||||
* [nodeParent](qdialog.md#optional-nodeparent)
|
||||
* [type](qdialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qdialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qdialog.md#acceptdrops)
|
||||
@ -130,6 +134,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -146,14 +158,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -184,6 +188,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,14 +32,18 @@ const doublespinBox = new QDoubleSpinBox();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qdoublespinbox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qdoublespinbox.md#_rawinlinestyle)
|
||||
* [actions](qdoublespinbox.md#actions)
|
||||
* [layout](qdoublespinbox.md#optional-layout)
|
||||
* [native](qdoublespinbox.md#native)
|
||||
* [nodeChildren](qdoublespinbox.md#nodechildren)
|
||||
* [nodeParent](qdoublespinbox.md#optional-nodeparent)
|
||||
* [type](qdoublespinbox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qdoublespinbox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qdoublespinbox.md#acceptdrops)
|
||||
@ -181,6 +185,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDoubleSpinBoxSignals](../interfaces/qdoublespinboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -197,14 +209,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDoubleSpinBoxSignals](../interfaces/qdoublespinboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -235,6 +239,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDoubleSpinBoxSignals](../interfaces/qdoublespinboxsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDoubleSpinBoxSignals](../interfaces/qdoublespinboxsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDoubleSpinBoxSignals](../interfaces/qdoublespinboxsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDoubleSpinBoxSignals](../interfaces/qdoublespinboxsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ const errorMessage = new QErrorMessage();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qerrormessage.md#optional-_layout)
|
||||
* [_rawInlineStyle](qerrormessage.md#_rawinlinestyle)
|
||||
* [actions](qerrormessage.md#actions)
|
||||
* [layout](qerrormessage.md#optional-layout)
|
||||
* [native](qerrormessage.md#native)
|
||||
* [nodeChildren](qerrormessage.md#nodechildren)
|
||||
* [nodeParent](qerrormessage.md#optional-nodeparent)
|
||||
* [type](qerrormessage.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qerrormessage.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qerrormessage.md#acceptdrops)
|
||||
@ -146,6 +150,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QErrorMessageSignals](../globals.md#qerrormessagesignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -162,14 +174,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QErrorMessageSignals](../globals.md#qerrormessagesignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -200,6 +204,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QErrorMessageSignals](../globals.md#qerrormessagesignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QErrorMessageSignals](../globals.md#qerrormessagesignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QErrorMessageSignals](../globals.md#qerrormessagesignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QErrorMessageSignals](../globals.md#qerrormessagesignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -39,14 +39,18 @@ console.log(selectedFiles);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qfiledialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](qfiledialog.md#_rawinlinestyle)
|
||||
* [actions](qfiledialog.md#actions)
|
||||
* [layout](qfiledialog.md#optional-layout)
|
||||
* [native](qfiledialog.md#native)
|
||||
* [nodeChildren](qfiledialog.md#nodechildren)
|
||||
* [nodeParent](qfiledialog.md#optional-nodeparent)
|
||||
* [type](qfiledialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qfiledialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qfiledialog.md#acceptdrops)
|
||||
@ -170,6 +174,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QFileDialogSignals](../interfaces/qfiledialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -186,14 +198,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QFileDialogSignals](../interfaces/qfiledialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -224,6 +228,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QFileDialogSignals](../interfaces/qfiledialogsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QFileDialogSignals](../interfaces/qfiledialogsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QFileDialogSignals](../interfaces/qfiledialogsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QFileDialogSignals](../interfaces/qfiledialogsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -36,14 +36,18 @@ console.log(font);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qfontdialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](qfontdialog.md#_rawinlinestyle)
|
||||
* [actions](qfontdialog.md#actions)
|
||||
* [layout](qfontdialog.md#optional-layout)
|
||||
* [native](qfontdialog.md#native)
|
||||
* [nodeChildren](qfontdialog.md#nodechildren)
|
||||
* [nodeParent](qfontdialog.md#optional-nodeparent)
|
||||
* [type](qfontdialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qfontdialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qfontdialog.md#acceptdrops)
|
||||
@ -155,6 +159,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QFontDialogSignals](../interfaces/qfontdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -171,14 +183,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QFontDialogSignals](../interfaces/qfontdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -209,6 +213,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QFontDialogSignals](../interfaces/qfontdialogsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QFontDialogSignals](../interfaces/qfontdialogsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QFontDialogSignals](../interfaces/qfontdialogsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QFontDialogSignals](../interfaces/qfontdialogsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
346
website/docs/api/generated/classes/qfontmetrics.md
Normal file
346
website/docs/api/generated/classes/qfontmetrics.md
Normal file
@ -0,0 +1,346 @@
|
||||
---
|
||||
id: "qfontmetrics"
|
||||
title: "QFontMetrics"
|
||||
sidebar_label: "QFontMetrics"
|
||||
---
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* [Component](component.md)
|
||||
|
||||
↳ **QFontMetrics**
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
|
||||
* [constructor](qfontmetrics.md#constructor)
|
||||
|
||||
### Properties
|
||||
|
||||
* [native](qfontmetrics.md#native)
|
||||
* [nodeChildren](qfontmetrics.md#nodechildren)
|
||||
* [nodeParent](qfontmetrics.md#optional-nodeparent)
|
||||
|
||||
### Methods
|
||||
|
||||
* [ascent](qfontmetrics.md#ascent)
|
||||
* [averageCharWidth](qfontmetrics.md#averagecharwidth)
|
||||
* [capHeight](qfontmetrics.md#capheight)
|
||||
* [descent](qfontmetrics.md#descent)
|
||||
* [fontDpi](qfontmetrics.md#fontdpi)
|
||||
* [height](qfontmetrics.md#height)
|
||||
* [horizontalAdvance](qfontmetrics.md#horizontaladvance)
|
||||
* [inFont](qfontmetrics.md#infont)
|
||||
* [leading](qfontmetrics.md#leading)
|
||||
* [leftBearing](qfontmetrics.md#leftbearing)
|
||||
* [lineSpacing](qfontmetrics.md#linespacing)
|
||||
* [lineWidth](qfontmetrics.md#linewidth)
|
||||
* [overlinePos](qfontmetrics.md#overlinepos)
|
||||
* [rightBearing](qfontmetrics.md#rightbearing)
|
||||
* [setNodeParent](qfontmetrics.md#setnodeparent)
|
||||
* [size](qfontmetrics.md#size)
|
||||
* [strikeOutPos](qfontmetrics.md#strikeoutpos)
|
||||
* [swap](qfontmetrics.md#swap)
|
||||
* [underlinePos](qfontmetrics.md#underlinepos)
|
||||
|
||||
## Constructors
|
||||
|
||||
### constructor
|
||||
|
||||
\+ **new QFontMetrics**(`native`: [NativeElement](../globals.md#nativeelement)): *[QFontMetrics](qfontmetrics.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`native` | [NativeElement](../globals.md#nativeelement) |
|
||||
|
||||
**Returns:** *[QFontMetrics](qfontmetrics.md)*
|
||||
|
||||
\+ **new QFontMetrics**(`qfont`: [QFont](qfont.md)): *[QFontMetrics](qfontmetrics.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`qfont` | [QFont](qfont.md) |
|
||||
|
||||
**Returns:** *[QFontMetrics](qfontmetrics.md)*
|
||||
|
||||
\+ **new QFontMetrics**(`qfontmetrics`: [QFontMetrics](qfontmetrics.md)): *[QFontMetrics](qfontmetrics.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`qfontmetrics` | [QFontMetrics](qfontmetrics.md) |
|
||||
|
||||
**Returns:** *[QFontMetrics](qfontmetrics.md)*
|
||||
|
||||
## Properties
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
|
||||
*Overrides [Component](component.md).[native](component.md#abstract-native)*
|
||||
|
||||
___
|
||||
|
||||
### nodeChildren
|
||||
|
||||
• **nodeChildren**: *Set‹[Component](component.md)›*
|
||||
|
||||
*Inherited from [Component](component.md).[nodeChildren](component.md#nodechildren)*
|
||||
|
||||
___
|
||||
|
||||
### `Optional` nodeParent
|
||||
|
||||
• **nodeParent**? : *[Component](component.md)*
|
||||
|
||||
*Inherited from [Component](component.md).[nodeParent](component.md#optional-nodeparent)*
|
||||
|
||||
## Methods
|
||||
|
||||
### ascent
|
||||
|
||||
▸ **ascent**(): *number*
|
||||
|
||||
Returns the ascent of the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### averageCharWidth
|
||||
|
||||
▸ **averageCharWidth**(): *number*
|
||||
|
||||
Returns the average width of glyphs in the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### capHeight
|
||||
|
||||
▸ **capHeight**(): *number*
|
||||
|
||||
Returns the cap height of the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### descent
|
||||
|
||||
▸ **descent**(): *number*
|
||||
|
||||
Returns the descent of the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### fontDpi
|
||||
|
||||
▸ **fontDpi**(): *number*
|
||||
|
||||
Returns the font DPI
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### height
|
||||
|
||||
▸ **height**(): *number*
|
||||
|
||||
Returns the height of the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### horizontalAdvance
|
||||
|
||||
▸ **horizontalAdvance**(`text`: string, `len`: number): *number*
|
||||
|
||||
Returns the horizontal advance in pixels of the first len characters of text. If len is negative (the default), the entire string is used
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`text` | string | - |
|
||||
`len` | number | -1 |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### inFont
|
||||
|
||||
▸ **inFont**(`text`: string): *number*
|
||||
|
||||
Returns true if character ch is a valid character in the font; otherwise returns false
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### leading
|
||||
|
||||
▸ **leading**(): *number*
|
||||
|
||||
Returns the leading of the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### leftBearing
|
||||
|
||||
▸ **leftBearing**(`text`: string): *number*
|
||||
|
||||
Returns the left bearing of character ch in the font
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lineSpacing
|
||||
|
||||
▸ **lineSpacing**(): *number*
|
||||
|
||||
Returns the distance from one base line to the next
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
Returns the width of the underline and strikeout lines, adjusted for the point size of the font
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### overlinePos
|
||||
|
||||
▸ **overlinePos**(): *number*
|
||||
|
||||
Returns the distance from the base line to where an overline should be drawn
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### rightBearing
|
||||
|
||||
▸ **rightBearing**(`text`: string): *number*
|
||||
|
||||
Returns the right bearing of character ch in the font
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### setNodeParent
|
||||
|
||||
▸ **setNodeParent**(`parent?`: [Component](component.md)): *void*
|
||||
|
||||
*Inherited from [Component](component.md).[setNodeParent](component.md#setnodeparent)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`parent?` | [Component](component.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### size
|
||||
|
||||
▸ **size**(`flags`: [TextFlag](../enums/textflag.md), `text`: string, `tabStops`: number): *[QSize](qsize.md)*
|
||||
|
||||
Returns the size in pixels of text
|
||||
|
||||
See QtEnums::TextFlag for flags
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`flags` | [TextFlag](../enums/textflag.md) | - |
|
||||
`text` | string | - |
|
||||
`tabStops` | number | 0 |
|
||||
|
||||
**Returns:** *[QSize](qsize.md)*
|
||||
|
||||
___
|
||||
|
||||
### strikeOutPos
|
||||
|
||||
▸ **strikeOutPos**(): *number*
|
||||
|
||||
Returns the distance from the base line to where the strikeout line should be drawn
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### swap
|
||||
|
||||
▸ **swap**(`other`: [QFontMetrics](qfontmetrics.md)): *void*
|
||||
|
||||
Swaps metrics other with this metrics. This operation is very fast and never fails
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`other` | [QFontMetrics](qfontmetrics.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### underlinePos
|
||||
|
||||
▸ **underlinePos**(): *number*
|
||||
|
||||
Returns the distance from the base line to where an underscore should be drawn
|
||||
|
||||
**Returns:** *number*
|
||||
@ -32,14 +32,18 @@ const frame = new QFrame();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qframe.md#optional-_layout)
|
||||
* [_rawInlineStyle](qframe.md#_rawinlinestyle)
|
||||
* [actions](qframe.md#actions)
|
||||
* [layout](qframe.md#optional-layout)
|
||||
* [native](qframe.md#native)
|
||||
* [nodeChildren](qframe.md#nodechildren)
|
||||
* [nodeParent](qframe.md#optional-nodeparent)
|
||||
* [type](qframe.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qframe.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qframe.md#acceptdrops)
|
||||
@ -143,6 +147,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QFrameSignals](../globals.md#qframesignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -159,14 +171,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QFrameSignals](../globals.md#qframesignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -197,6 +201,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QFrameSignals](../globals.md#qframesignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QFrameSignals](../globals.md#qframesignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QFrameSignals](../globals.md#qframesignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QFrameSignals](../globals.md#qframesignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -52,14 +52,18 @@ win.show();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qgroupbox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qgroupbox.md#_rawinlinestyle)
|
||||
* [actions](qgroupbox.md#actions)
|
||||
* [layout](qgroupbox.md#optional-layout)
|
||||
* [native](qgroupbox.md#native)
|
||||
* [nodeChildren](qgroupbox.md#nodechildren)
|
||||
* [nodeParent](qgroupbox.md#optional-nodeparent)
|
||||
* [type](qgroupbox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qgroupbox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qgroupbox.md#acceptdrops)
|
||||
@ -166,6 +170,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QGroupBoxSignals](../interfaces/qgroupboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -182,14 +194,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QGroupBoxSignals](../interfaces/qgroupboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -220,6 +224,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QGroupBoxSignals](../interfaces/qgroupboxsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QGroupBoxSignals](../interfaces/qgroupboxsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QGroupBoxSignals](../interfaces/qgroupboxsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QGroupBoxSignals](../interfaces/qgroupboxsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
1051
website/docs/api/generated/classes/qimage.md
Normal file
1051
website/docs/api/generated/classes/qimage.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -34,14 +34,18 @@ dialog.exec();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qinputdialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](qinputdialog.md#_rawinlinestyle)
|
||||
* [actions](qinputdialog.md#actions)
|
||||
* [layout](qinputdialog.md#optional-layout)
|
||||
* [native](qinputdialog.md#native)
|
||||
* [nodeChildren](qinputdialog.md#nodechildren)
|
||||
* [nodeParent](qinputdialog.md#optional-nodeparent)
|
||||
* [type](qinputdialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qinputdialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qinputdialog.md#acceptdrops)
|
||||
@ -180,6 +184,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QInputDialogSignals](../interfaces/qinputdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -196,14 +208,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QInputDialogSignals](../interfaces/qinputdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -234,6 +238,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QInputDialogSignals](../interfaces/qinputdialogsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QInputDialogSignals](../interfaces/qinputdialogsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QInputDialogSignals](../interfaces/qinputdialogsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QInputDialogSignals](../interfaces/qinputdialogsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ label.setText("Hello");
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qlabel.md#optional-_layout)
|
||||
* [_rawInlineStyle](qlabel.md#_rawinlinestyle)
|
||||
* [actions](qlabel.md#actions)
|
||||
* [layout](qlabel.md#optional-layout)
|
||||
* [native](qlabel.md#native)
|
||||
* [nodeChildren](qlabel.md#nodechildren)
|
||||
* [nodeParent](qlabel.md#optional-nodeparent)
|
||||
* [type](qlabel.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qlabel.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qlabel.md#acceptdrops)
|
||||
@ -183,6 +187,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -199,14 +211,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -237,6 +241,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ const lcd = new QLCDNumber();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qlcdnumber.md#optional-_layout)
|
||||
* [_rawInlineStyle](qlcdnumber.md#_rawinlinestyle)
|
||||
* [actions](qlcdnumber.md#actions)
|
||||
* [layout](qlcdnumber.md#optional-layout)
|
||||
* [native](qlcdnumber.md#native)
|
||||
* [nodeChildren](qlcdnumber.md#nodechildren)
|
||||
* [nodeParent](qlcdnumber.md#optional-nodeparent)
|
||||
* [type](qlcdnumber.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qlcdnumber.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qlcdnumber.md#acceptdrops)
|
||||
@ -153,6 +157,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QLCDNumberSignals](../interfaces/qlcdnumbersignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -169,14 +181,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QLCDNumberSignals](../interfaces/qlcdnumbersignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -207,6 +211,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QLCDNumberSignals](../interfaces/qlcdnumbersignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QLCDNumberSignals](../interfaces/qlcdnumbersignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QLCDNumberSignals](../interfaces/qlcdnumbersignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QLCDNumberSignals](../interfaces/qlcdnumbersignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,14 +32,18 @@ const lineEdit = new QLineEdit();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qlineedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](qlineedit.md#_rawinlinestyle)
|
||||
* [actions](qlineedit.md#actions)
|
||||
* [layout](qlineedit.md#optional-layout)
|
||||
* [native](qlineedit.md#native)
|
||||
* [nodeChildren](qlineedit.md#nodechildren)
|
||||
* [nodeParent](qlineedit.md#optional-nodeparent)
|
||||
* [type](qlineedit.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qlineedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qlineedit.md#acceptdrops)
|
||||
@ -144,6 +148,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QLineEditSignals](../interfaces/qlineeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -160,14 +172,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QLineEditSignals](../interfaces/qlineeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -198,6 +202,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QLineEditSignals](../interfaces/qlineeditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QLineEditSignals](../interfaces/qlineeditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QLineEditSignals](../interfaces/qlineeditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QLineEditSignals](../interfaces/qlineeditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -18,15 +18,19 @@ sidebar_label: "QListView"
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qlistview.md#optional-_layout)
|
||||
* [_rawInlineStyle](qlistview.md#_rawinlinestyle)
|
||||
* [actions](qlistview.md#actions)
|
||||
* [layout](qlistview.md#optional-layout)
|
||||
* [native](qlistview.md#native)
|
||||
* [nodeChildren](qlistview.md#nodechildren)
|
||||
* [nodeParent](qlistview.md#optional-nodeparent)
|
||||
* [type](qlistview.md#type)
|
||||
* [viewportWidget](qlistview.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qlistview.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qlistview.md#acceptdrops)
|
||||
@ -211,6 +215,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QListViewSignals](../globals.md#qlistviewsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -227,14 +239,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QListViewSignals](../globals.md#qlistviewsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -273,6 +277,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QListViewSignals](../globals.md#qlistviewsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QListViewSignals](../globals.md#qlistviewsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QListViewSignals](../globals.md#qlistviewsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QListViewSignals](../globals.md#qlistviewsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -41,16 +41,20 @@ listWidget.addItem(listWidgetItem);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qlistwidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qlistwidget.md#_rawinlinestyle)
|
||||
* [actions](qlistwidget.md#actions)
|
||||
* [items](qlistwidget.md#items)
|
||||
* [layout](qlistwidget.md#optional-layout)
|
||||
* [native](qlistwidget.md#native)
|
||||
* [nodeChildren](qlistwidget.md#nodechildren)
|
||||
* [nodeParent](qlistwidget.md#optional-nodeparent)
|
||||
* [type](qlistwidget.md#type)
|
||||
* [viewportWidget](qlistwidget.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qlistwidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qlistwidget.md#acceptdrops)
|
||||
@ -263,6 +267,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QListWidgetSignals](../interfaces/qlistwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -285,14 +297,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QListWidgetSignals](../interfaces/qlistwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -331,6 +335,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QListWidgetSignals](../interfaces/qlistwidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QListWidgetSignals](../interfaces/qlistwidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QListWidgetSignals](../interfaces/qlistwidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QListWidgetSignals](../interfaces/qlistwidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -42,6 +42,7 @@ Once a central widget is set you can add children/layout to the central widget.
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qmainwindow.md#optional-_layout)
|
||||
* [_rawInlineStyle](qmainwindow.md#_rawinlinestyle)
|
||||
* [actions](qmainwindow.md#actions)
|
||||
* [centralWidget](qmainwindow.md#optional-centralwidget)
|
||||
@ -159,6 +160,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QMainWindowSignals](../globals.md#qmainwindowsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -217,7 +226,7 @@ ___
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹any› | undefined*
|
||||
|
||||
*Overrides [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
*Overrides [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹any› | undefined*
|
||||
|
||||
|
||||
@ -30,14 +30,18 @@ const menu = new QMenu();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qmenu.md#optional-_layout)
|
||||
* [_rawInlineStyle](qmenu.md#_rawinlinestyle)
|
||||
* [actions](qmenu.md#actions)
|
||||
* [layout](qmenu.md#optional-layout)
|
||||
* [native](qmenu.md#native)
|
||||
* [nodeChildren](qmenu.md#nodechildren)
|
||||
* [nodeParent](qmenu.md#optional-nodeparent)
|
||||
* [type](qmenu.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qmenu.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qmenu.md#acceptdrops)
|
||||
@ -138,6 +142,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QMenuSignals](../globals.md#qmenusignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -154,14 +166,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QMenuSignals](../globals.md#qmenusignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -192,6 +196,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QMenuSignals](../globals.md#qmenusignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QMenuSignals](../globals.md#qmenusignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QMenuSignals](../globals.md#qmenusignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QMenuSignals](../globals.md#qmenusignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -34,15 +34,19 @@ global.win = win;
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qmenubar.md#optional-_layout)
|
||||
* [_menus](qmenubar.md#_menus)
|
||||
* [_rawInlineStyle](qmenubar.md#_rawinlinestyle)
|
||||
* [actions](qmenubar.md#actions)
|
||||
* [layout](qmenubar.md#optional-layout)
|
||||
* [native](qmenubar.md#native)
|
||||
* [nodeChildren](qmenubar.md#nodechildren)
|
||||
* [nodeParent](qmenubar.md#optional-nodeparent)
|
||||
* [type](qmenubar.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qmenubar.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qmenubar.md#acceptdrops)
|
||||
@ -154,6 +158,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QMenuBarSignals](../globals.md#qmenubarsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _menus
|
||||
|
||||
• **_menus**: *Set‹[QMenu](qmenu.md)›*
|
||||
@ -176,14 +188,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QMenuBarSignals](../globals.md#qmenubarsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -214,6 +218,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QMenuBarSignals](../globals.md#qmenubarsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QMenuBarSignals](../globals.md#qmenubarsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QMenuBarSignals](../globals.md#qmenubarsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QMenuBarSignals](../globals.md#qmenubarsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -37,14 +37,18 @@ messageBox.exec();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qmessagebox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qmessagebox.md#_rawinlinestyle)
|
||||
* [actions](qmessagebox.md#actions)
|
||||
* [layout](qmessagebox.md#optional-layout)
|
||||
* [native](qmessagebox.md#native)
|
||||
* [nodeChildren](qmessagebox.md#nodechildren)
|
||||
* [nodeParent](qmessagebox.md#optional-nodeparent)
|
||||
* [type](qmessagebox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qmessagebox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [accept](qmessagebox.md#accept)
|
||||
@ -160,6 +164,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QMessageBoxSignals](../interfaces/qmessageboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -176,14 +188,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QMessageBoxSignals](../interfaces/qmessageboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -214,6 +218,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QMessageBoxSignals](../interfaces/qmessageboxsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QMessageBoxSignals](../interfaces/qmessageboxsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QMessageBoxSignals](../interfaces/qmessageboxsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QMessageBoxSignals](../interfaces/qmessageboxsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### accept
|
||||
|
||||
@ -219,7 +219,7 @@ ___
|
||||
|
||||
### setUrls
|
||||
|
||||
▸ **setUrls**(`urls`: [[QUrl](qurl.md)]): *void*
|
||||
▸ **setUrls**(`urls`: []): *void*
|
||||
|
||||
Sets the URLs stored in the MIME data object to those specified by urls.
|
||||
|
||||
@ -227,7 +227,7 @@ Sets the URLs stored in the MIME data object to those specified by urls.
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`urls` | [[QUrl](qurl.md)] |
|
||||
`urls` | [] |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
@ -245,10 +245,10 @@ ___
|
||||
|
||||
### urls
|
||||
|
||||
▸ **urls**(): *[[QUrl](qurl.md)]*
|
||||
▸ **urls**(): *[]*
|
||||
|
||||
Returns a list of URLs contained within the MIME data object.
|
||||
|
||||
URLs correspond to the MIME type text/uri-list.
|
||||
|
||||
**Returns:** *[[QUrl](qurl.md)]*
|
||||
**Returns:** *[]*
|
||||
|
||||
@ -46,6 +46,7 @@ const pixMap = new QPixmap(imageUrl);
|
||||
* [scaled](qpixmap.md#scaled)
|
||||
* [setNodeParent](qpixmap.md#setnodeparent)
|
||||
* [width](qpixmap.md#width)
|
||||
* [fromImage](qpixmap.md#static-fromimage)
|
||||
* [fromQVariant](qpixmap.md#static-fromqvariant)
|
||||
|
||||
## Constructors
|
||||
@ -201,6 +202,21 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Static` fromImage
|
||||
|
||||
▸ **fromImage**(`image`: [QImage](qimage.md), `flags`: [ImageConversionFlag](../enums/imageconversionflag.md)): *[QPixmap](qpixmap.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`image` | [QImage](qimage.md) |
|
||||
`flags` | [ImageConversionFlag](../enums/imageconversionflag.md) |
|
||||
|
||||
**Returns:** *[QPixmap](qpixmap.md)*
|
||||
|
||||
___
|
||||
|
||||
### `Static` fromQVariant
|
||||
|
||||
▸ **fromQVariant**(`variant`: [QVariant](qvariant.md)): *[QPixmap](qpixmap.md)*
|
||||
|
||||
@ -32,9 +32,9 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qplaintextedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](qplaintextedit.md#_rawinlinestyle)
|
||||
* [actions](qplaintextedit.md#actions)
|
||||
* [layout](qplaintextedit.md#optional-layout)
|
||||
* [native](qplaintextedit.md#native)
|
||||
* [nodeChildren](qplaintextedit.md#nodechildren)
|
||||
* [nodeParent](qplaintextedit.md#optional-nodeparent)
|
||||
@ -42,6 +42,10 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
* [type](qplaintextedit.md#type)
|
||||
* [viewportWidget](qplaintextedit.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qplaintextedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qplaintextedit.md#acceptdrops)
|
||||
@ -165,6 +169,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QPlainTextEditSignals](../interfaces/qplaintexteditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -181,14 +193,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QPlainTextEditSignals](../interfaces/qplaintexteditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -233,6 +237,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QPlainTextEditSignals](../interfaces/qplaintexteditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QPlainTextEditSignals](../interfaces/qplaintexteditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QPlainTextEditSignals](../interfaces/qplaintexteditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QPlainTextEditSignals](../interfaces/qplaintexteditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,14 +32,18 @@ const progressBar = new QProgressBar();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qprogressbar.md#optional-_layout)
|
||||
* [_rawInlineStyle](qprogressbar.md#_rawinlinestyle)
|
||||
* [actions](qprogressbar.md#actions)
|
||||
* [layout](qprogressbar.md#optional-layout)
|
||||
* [native](qprogressbar.md#native)
|
||||
* [nodeChildren](qprogressbar.md#nodechildren)
|
||||
* [nodeParent](qprogressbar.md#optional-nodeparent)
|
||||
* [type](qprogressbar.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qprogressbar.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qprogressbar.md#acceptdrops)
|
||||
@ -158,6 +162,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -174,14 +186,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -212,6 +216,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ const progressDialog = new QProgressDialog();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qprogressdialog.md#optional-_layout)
|
||||
* [_rawInlineStyle](qprogressdialog.md#_rawinlinestyle)
|
||||
* [actions](qprogressdialog.md#actions)
|
||||
* [layout](qprogressdialog.md#optional-layout)
|
||||
* [native](qprogressdialog.md#native)
|
||||
* [nodeChildren](qprogressdialog.md#nodechildren)
|
||||
* [nodeParent](qprogressdialog.md#optional-nodeparent)
|
||||
* [type](qprogressdialog.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qprogressdialog.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qprogressdialog.md#acceptdrops)
|
||||
@ -164,6 +168,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QProgressDialogSignals](../interfaces/qprogressdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -180,14 +192,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QProgressDialogSignals](../interfaces/qprogressdialogsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -218,6 +222,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QProgressDialogSignals](../interfaces/qprogressdialogsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QProgressDialogSignals](../interfaces/qprogressdialogsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QProgressDialogSignals](../interfaces/qprogressdialogsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QProgressDialogSignals](../interfaces/qprogressdialogsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ button.setText("Hello");
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qpushbutton.md#optional-_layout)
|
||||
* [_rawInlineStyle](qpushbutton.md#_rawinlinestyle)
|
||||
* [actions](qpushbutton.md#actions)
|
||||
* [layout](qpushbutton.md#optional-layout)
|
||||
* [native](qpushbutton.md#native)
|
||||
* [nodeChildren](qpushbutton.md#nodechildren)
|
||||
* [nodeParent](qpushbutton.md#optional-nodeparent)
|
||||
* [type](qpushbutton.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qpushbutton.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qpushbutton.md#acceptdrops)
|
||||
@ -196,6 +200,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QPushButtonSignals](../globals.md#qpushbuttonsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -212,14 +224,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QPushButtonSignals](../globals.md#qpushbuttonsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -250,6 +254,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QPushButtonSignals](../globals.md#qpushbuttonsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QPushButtonSignals](../globals.md#qpushbuttonsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QPushButtonSignals](../globals.md#qpushbuttonsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QPushButtonSignals](../globals.md#qpushbuttonsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ radioButton.setText("Hello");
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qradiobutton.md#optional-_layout)
|
||||
* [_rawInlineStyle](qradiobutton.md#_rawinlinestyle)
|
||||
* [actions](qradiobutton.md#actions)
|
||||
* [layout](qradiobutton.md#optional-layout)
|
||||
* [native](qradiobutton.md#native)
|
||||
* [nodeChildren](qradiobutton.md#nodechildren)
|
||||
* [nodeParent](qradiobutton.md#optional-nodeparent)
|
||||
* [type](qradiobutton.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qradiobutton.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qradiobutton.md#acceptdrops)
|
||||
@ -175,6 +179,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QRadioButtonSignals](../globals.md#qradiobuttonsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -191,14 +203,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QRadioButtonSignals](../globals.md#qradiobuttonsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -229,6 +233,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QRadioButtonSignals](../globals.md#qradiobuttonsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QRadioButtonSignals](../globals.md#qradiobuttonsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QRadioButtonSignals](../globals.md#qradiobuttonsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QRadioButtonSignals](../globals.md#qradiobuttonsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -39,16 +39,20 @@ scrollArea.setWidget(imageLabel);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qscrollarea.md#optional-_layout)
|
||||
* [_rawInlineStyle](qscrollarea.md#_rawinlinestyle)
|
||||
* [actions](qscrollarea.md#actions)
|
||||
* [contentWidget](qscrollarea.md#optional-contentwidget)
|
||||
* [layout](qscrollarea.md#optional-layout)
|
||||
* [native](qscrollarea.md#native)
|
||||
* [nodeChildren](qscrollarea.md#nodechildren)
|
||||
* [nodeParent](qscrollarea.md#optional-nodeparent)
|
||||
* [type](qscrollarea.md#type)
|
||||
* [viewportWidget](qscrollarea.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qscrollarea.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qscrollarea.md#acceptdrops)
|
||||
@ -171,6 +175,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QScrollAreaSignals](../globals.md#qscrollareasignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -193,14 +205,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QScrollAreaSignals](../globals.md#qscrollareasignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -239,6 +243,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QScrollAreaSignals](../globals.md#qscrollareasignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QScrollAreaSignals](../globals.md#qscrollareasignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QScrollAreaSignals](../globals.md#qscrollareasignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QScrollAreaSignals](../globals.md#qscrollareasignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,14 +32,18 @@ const scrollbar = new QScrollBar();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qscrollbar.md#optional-_layout)
|
||||
* [_rawInlineStyle](qscrollbar.md#_rawinlinestyle)
|
||||
* [actions](qscrollbar.md#actions)
|
||||
* [layout](qscrollbar.md#optional-layout)
|
||||
* [native](qscrollbar.md#native)
|
||||
* [nodeChildren](qscrollbar.md#nodechildren)
|
||||
* [nodeParent](qscrollbar.md#optional-nodeparent)
|
||||
* [type](qscrollbar.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qscrollbar.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qscrollbar.md#acceptdrops)
|
||||
@ -160,6 +164,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QScrollBarSignals](../globals.md#qscrollbarsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -176,14 +188,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QScrollBarSignals](../globals.md#qscrollbarsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -214,6 +218,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QScrollBarSignals](../globals.md#qscrollbarsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QScrollBarSignals](../globals.md#qscrollbarsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QScrollBarSignals](../globals.md#qscrollbarsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QScrollBarSignals](../globals.md#qscrollbarsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,14 +32,18 @@ const slider = new QSlider();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qslider.md#optional-_layout)
|
||||
* [_rawInlineStyle](qslider.md#_rawinlinestyle)
|
||||
* [actions](qslider.md#actions)
|
||||
* [layout](qslider.md#optional-layout)
|
||||
* [native](qslider.md#native)
|
||||
* [nodeChildren](qslider.md#nodechildren)
|
||||
* [nodeParent](qslider.md#optional-nodeparent)
|
||||
* [type](qslider.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qslider.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qslider.md#acceptdrops)
|
||||
@ -164,6 +168,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QSliderSignals](../globals.md#qslidersignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -180,14 +192,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QSliderSignals](../globals.md#qslidersignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -218,6 +222,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QSliderSignals](../globals.md#qslidersignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QSliderSignals](../globals.md#qslidersignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QSliderSignals](../globals.md#qslidersignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QSliderSignals](../globals.md#qslidersignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,14 +32,18 @@ const spinBox = new QSpinBox();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qspinbox.md#optional-_layout)
|
||||
* [_rawInlineStyle](qspinbox.md#_rawinlinestyle)
|
||||
* [actions](qspinbox.md#actions)
|
||||
* [layout](qspinbox.md#optional-layout)
|
||||
* [native](qspinbox.md#native)
|
||||
* [nodeChildren](qspinbox.md#nodechildren)
|
||||
* [nodeParent](qspinbox.md#optional-nodeparent)
|
||||
* [type](qspinbox.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qspinbox.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qspinbox.md#acceptdrops)
|
||||
@ -179,6 +183,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -195,14 +207,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -233,6 +237,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -56,14 +56,18 @@ win.show();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qstackedwidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qstackedwidget.md#_rawinlinestyle)
|
||||
* [actions](qstackedwidget.md#actions)
|
||||
* [layout](qstackedwidget.md#optional-layout)
|
||||
* [native](qstackedwidget.md#native)
|
||||
* [nodeChildren](qstackedwidget.md#nodechildren)
|
||||
* [nodeParent](qstackedwidget.md#optional-nodeparent)
|
||||
* [type](qstackedwidget.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qstackedwidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qstackedwidget.md#acceptdrops)
|
||||
@ -178,6 +182,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -194,14 +206,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -232,6 +236,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,9 +32,9 @@ const progressBar = new QStatusBar();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qstatusbar.md#optional-_layout)
|
||||
* [_rawInlineStyle](qstatusbar.md#_rawinlinestyle)
|
||||
* [actions](qstatusbar.md#actions)
|
||||
* [layout](qstatusbar.md#optional-layout)
|
||||
* [native](qstatusbar.md#native)
|
||||
* [nodeChildren](qstatusbar.md#nodechildren)
|
||||
* [nodeParent](qstatusbar.md#optional-nodeparent)
|
||||
@ -42,6 +42,10 @@ const progressBar = new QStatusBar();
|
||||
* [type](qstatusbar.md#type)
|
||||
* [widgets](qstatusbar.md#widgets)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qstatusbar.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qstatusbar.md#acceptdrops)
|
||||
@ -148,6 +152,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QStatusBarSignals](../interfaces/qstatusbarsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -164,14 +176,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QStatusBarSignals](../interfaces/qstatusbarsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -214,6 +218,28 @@ ___
|
||||
|
||||
• **widgets**: *Set‹[NativeElement](../globals.md#nativeelement)›*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QStatusBarSignals](../interfaces/qstatusbarsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QStatusBarSignals](../interfaces/qstatusbarsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QStatusBarSignals](../interfaces/qstatusbarsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QStatusBarSignals](../interfaces/qstatusbarsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -39,14 +39,18 @@ if (!err) svg.load(buffer);
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qsvgwidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qsvgwidget.md#_rawinlinestyle)
|
||||
* [actions](qsvgwidget.md#actions)
|
||||
* [layout](qsvgwidget.md#optional-layout)
|
||||
* [native](qsvgwidget.md#native)
|
||||
* [nodeChildren](qsvgwidget.md#nodechildren)
|
||||
* [nodeParent](qsvgwidget.md#optional-nodeparent)
|
||||
* [type](qsvgwidget.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qsvgwidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qsvgwidget.md#acceptdrops)
|
||||
@ -144,6 +148,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -160,14 +172,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -198,6 +202,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ const tabBar = new QTabBar();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtabbar.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtabbar.md#_rawinlinestyle)
|
||||
* [actions](qtabbar.md#actions)
|
||||
* [layout](qtabbar.md#optional-layout)
|
||||
* [native](qtabbar.md#native)
|
||||
* [nodeChildren](qtabbar.md#nodechildren)
|
||||
* [nodeParent](qtabbar.md#optional-nodeparent)
|
||||
* [type](qtabbar.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtabbar.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtabbar.md#acceptdrops)
|
||||
@ -187,6 +191,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTabBarSignals](../interfaces/qtabbarsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -203,14 +215,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTabBarSignals](../interfaces/qtabbarsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -241,6 +245,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTabBarSignals](../interfaces/qtabbarsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTabBarSignals](../interfaces/qtabbarsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTabBarSignals](../interfaces/qtabbarsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTabBarSignals](../interfaces/qtabbarsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -18,15 +18,19 @@ sidebar_label: "QTableView"
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtableview.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtableview.md#_rawinlinestyle)
|
||||
* [actions](qtableview.md#actions)
|
||||
* [layout](qtableview.md#optional-layout)
|
||||
* [native](qtableview.md#native)
|
||||
* [nodeChildren](qtableview.md#nodechildren)
|
||||
* [nodeParent](qtableview.md#optional-nodeparent)
|
||||
* [type](qtableview.md#type)
|
||||
* [viewportWidget](qtableview.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtableview.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtableview.md#acceptdrops)
|
||||
@ -217,6 +221,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTableViewSignals](../globals.md#qtableviewsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -233,14 +245,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTableViewSignals](../globals.md#qtableviewsignals)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -279,6 +283,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTableViewSignals](../globals.md#qtableviewsignals)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTableViewSignals](../globals.md#qtableviewsignals)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTableViewSignals](../globals.md#qtableviewsignals)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTableViewSignals](../globals.md#qtableviewsignals)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -47,16 +47,20 @@ win.show();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtablewidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtablewidget.md#_rawinlinestyle)
|
||||
* [actions](qtablewidget.md#actions)
|
||||
* [items](qtablewidget.md#items)
|
||||
* [layout](qtablewidget.md#optional-layout)
|
||||
* [native](qtablewidget.md#native)
|
||||
* [nodeChildren](qtablewidget.md#nodechildren)
|
||||
* [nodeParent](qtablewidget.md#optional-nodeparent)
|
||||
* [type](qtablewidget.md#type)
|
||||
* [viewportWidget](qtablewidget.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtablewidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtablewidget.md#acceptdrops)
|
||||
@ -64,12 +68,18 @@ win.show();
|
||||
* [addAction](qtablewidget.md#addaction)
|
||||
* [addEventListener](qtablewidget.md#addeventlistener)
|
||||
* [adjustSize](qtablewidget.md#adjustsize)
|
||||
* [cellWidget](qtablewidget.md#cellwidget)
|
||||
* [clear](qtablewidget.md#clear)
|
||||
* [clearContents](qtablewidget.md#clearcontents)
|
||||
* [close](qtablewidget.md#close)
|
||||
* [closePersistentEditor](qtablewidget.md#closepersistenteditor)
|
||||
* [column](qtablewidget.md#column)
|
||||
* [columnCount](qtablewidget.md#columncount)
|
||||
* [currentColumn](qtablewidget.md#currentcolumn)
|
||||
* [currentItem](qtablewidget.md#currentitem)
|
||||
* [currentRow](qtablewidget.md#currentrow)
|
||||
* [editItem](qtablewidget.md#edititem)
|
||||
* [findItems](qtablewidget.md#finditems)
|
||||
* [font](qtablewidget.md#font)
|
||||
* [frameRect](qtablewidget.md#framerect)
|
||||
* [frameShadow](qtablewidget.md#frameshadow)
|
||||
@ -86,8 +96,11 @@ win.show();
|
||||
* [insertColumn](qtablewidget.md#insertcolumn)
|
||||
* [insertRow](qtablewidget.md#insertrow)
|
||||
* [isEnabled](qtablewidget.md#isenabled)
|
||||
* [isPersistentEditorOpen](qtablewidget.md#ispersistenteditoropen)
|
||||
* [isSortingEnabled](qtablewidget.md#issortingenabled)
|
||||
* [isVisible](qtablewidget.md#isvisible)
|
||||
* [item](qtablewidget.md#item)
|
||||
* [itemAt](qtablewidget.md#itemat)
|
||||
* [lineWidth](qtablewidget.md#linewidth)
|
||||
* [lower](qtablewidget.md#lower)
|
||||
* [mapFromGlobal](qtablewidget.md#mapfromglobal)
|
||||
@ -99,10 +112,12 @@ win.show();
|
||||
* [minimumSize](qtablewidget.md#minimumsize)
|
||||
* [move](qtablewidget.md#move)
|
||||
* [objectName](qtablewidget.md#objectname)
|
||||
* [openPersistentEditor](qtablewidget.md#openpersistenteditor)
|
||||
* [pos](qtablewidget.md#pos)
|
||||
* [property](qtablewidget.md#property)
|
||||
* [raise](qtablewidget.md#raise)
|
||||
* [removeAction](qtablewidget.md#removeaction)
|
||||
* [removeCellWidget](qtablewidget.md#removecellwidget)
|
||||
* [removeColumn](qtablewidget.md#removecolumn)
|
||||
* [removeEventListener](qtablewidget.md#removeeventlistener)
|
||||
* [removeRow](qtablewidget.md#removerow)
|
||||
@ -113,6 +128,7 @@ win.show();
|
||||
* [resizeColumnsToContents](qtablewidget.md#resizecolumnstocontents)
|
||||
* [resizeRowToContents](qtablewidget.md#resizerowtocontents)
|
||||
* [resizeRowsToContents](qtablewidget.md#resizerowstocontents)
|
||||
* [row](qtablewidget.md#row)
|
||||
* [rowCount](qtablewidget.md#rowcount)
|
||||
* [scrollToItem](qtablewidget.md#scrolltoitem)
|
||||
* [selectColumn](qtablewidget.md#selectcolumn)
|
||||
@ -124,6 +140,8 @@ win.show();
|
||||
* [setColumnCount](qtablewidget.md#setcolumncount)
|
||||
* [setColumnWidth](qtablewidget.md#setcolumnwidth)
|
||||
* [setContextMenuPolicy](qtablewidget.md#setcontextmenupolicy)
|
||||
* [setCurrentCell](qtablewidget.md#setcurrentcell)
|
||||
* [setCurrentItem](qtablewidget.md#setcurrentitem)
|
||||
* [setCursor](qtablewidget.md#setcursor)
|
||||
* [setEnabled](qtablewidget.md#setenabled)
|
||||
* [setFixedSize](qtablewidget.md#setfixedsize)
|
||||
@ -174,11 +192,16 @@ win.show();
|
||||
* [showRow](qtablewidget.md#showrow)
|
||||
* [size](qtablewidget.md#size)
|
||||
* [sortByColumn](qtablewidget.md#sortbycolumn)
|
||||
* [sortItems](qtablewidget.md#sortitems)
|
||||
* [styleSheet](qtablewidget.md#stylesheet)
|
||||
* [takeItem](qtablewidget.md#takeitem)
|
||||
* [testAttribute](qtablewidget.md#testattribute)
|
||||
* [update](qtablewidget.md#update)
|
||||
* [updateGeometry](qtablewidget.md#updategeometry)
|
||||
* [viewport](qtablewidget.md#viewport)
|
||||
* [visualColumn](qtablewidget.md#visualcolumn)
|
||||
* [visualItemRect](qtablewidget.md#visualitemrect)
|
||||
* [visualRow](qtablewidget.md#visualrow)
|
||||
* [windowOpacity](qtablewidget.md#windowopacity)
|
||||
* [windowState](qtablewidget.md#windowstate)
|
||||
* [windowTitle](qtablewidget.md#windowtitle)
|
||||
@ -216,6 +239,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTableWidgetSignals](../interfaces/qtablewidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -238,14 +269,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTableWidgetSignals](../interfaces/qtablewidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -284,6 +307,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTableWidgetSignals](../interfaces/qtablewidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTableWidgetSignals](../interfaces/qtablewidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTableWidgetSignals](../interfaces/qtablewidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTableWidgetSignals](../interfaces/qtablewidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
@ -388,6 +433,21 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### cellWidget
|
||||
|
||||
▸ **cellWidget**(`row`: number, `column`: number): *[QWidget](qwidget.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`row` | number | 0 |
|
||||
`column` | number | 0 |
|
||||
|
||||
**Returns:** *[QWidget](qwidget.md)*
|
||||
|
||||
___
|
||||
|
||||
### clear
|
||||
|
||||
▸ **clear**(): *void*
|
||||
@ -428,6 +488,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### column
|
||||
|
||||
▸ **column**(`item`: [QTableWidgetItem](qtablewidgetitem.md)): *number*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`item` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### columnCount
|
||||
|
||||
▸ **columnCount**(): *number*
|
||||
@ -436,6 +510,30 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### currentColumn
|
||||
|
||||
▸ **currentColumn**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### currentItem
|
||||
|
||||
▸ **currentItem**(): *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
___
|
||||
|
||||
### currentRow
|
||||
|
||||
▸ **currentRow**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### editItem
|
||||
|
||||
▸ **editItem**(`item`: [Component](component.md)): *void*
|
||||
@ -450,6 +548,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### findItems
|
||||
|
||||
▸ **findItems**(`text`: string, `flags`: [MatchFlag](../enums/matchflag.md)): *[QTableWidgetItem](qtablewidgetitem.md)[]*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
`flags` | [MatchFlag](../enums/matchflag.md) |
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)[]*
|
||||
|
||||
___
|
||||
|
||||
### font
|
||||
|
||||
▸ **font**(): *[QFont](qfont.md)*
|
||||
@ -632,6 +745,20 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### isPersistentEditorOpen
|
||||
|
||||
▸ **isPersistentEditorOpen**(`item`: [QTableWidgetItem](qtablewidgetitem.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`item` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### isSortingEnabled
|
||||
|
||||
▸ **isSortingEnabled**(): *boolean*
|
||||
@ -650,6 +777,36 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### item
|
||||
|
||||
▸ **item**(`row`: number, `column`: number): *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`row` | number | 0 |
|
||||
`column` | number | 0 |
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
___
|
||||
|
||||
### itemAt
|
||||
|
||||
▸ **itemAt**(`x`: number, `y`: number): *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`x` | number | 0 |
|
||||
`y` | number | 0 |
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
@ -791,6 +948,20 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### openPersistentEditor
|
||||
|
||||
▸ **openPersistentEditor**(`item`: [QTableWidgetItem](qtablewidgetitem.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`item` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### pos
|
||||
|
||||
▸ **pos**(): *object*
|
||||
@ -847,6 +1018,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### removeCellWidget
|
||||
|
||||
▸ **removeCellWidget**(`row`: number, `column`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`row` | number | 0 |
|
||||
`column` | number | 0 |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### removeColumn
|
||||
|
||||
▸ **removeColumn**(`column`: number): *void*
|
||||
@ -997,6 +1183,20 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### row
|
||||
|
||||
▸ **row**(`item`: [QTableWidgetItem](qtablewidgetitem.md)): *number*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`item` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### rowCount
|
||||
|
||||
▸ **rowCount**(): *number*
|
||||
@ -1150,6 +1350,35 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setCurrentCell
|
||||
|
||||
▸ **setCurrentCell**(`row`: number, `column`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`row` | number | 0 |
|
||||
`column` | number | 0 |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setCurrentItem
|
||||
|
||||
▸ **setCurrentItem**(`item`: [QTableWidgetItem](qtablewidgetitem.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`item` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setCursor
|
||||
|
||||
▸ **setCursor**(`cursor`: [CursorShape](../enums/cursorshape.md) | [QCursor](qcursor.md)): *void*
|
||||
@ -1900,6 +2129,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### sortItems
|
||||
|
||||
▸ **sortItems**(`column`: number, `order`: [SortOrder](../enums/sortorder.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`column` | number | 0 |
|
||||
`order` | [SortOrder](../enums/sortorder.md) | SortOrder.AscendingOrder |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### styleSheet
|
||||
|
||||
▸ **styleSheet**(): *string*
|
||||
@ -1910,6 +2154,21 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### takeItem
|
||||
|
||||
▸ **takeItem**(`row`: number, `column`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`row` | number | 0 |
|
||||
`column` | number | 0 |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### testAttribute
|
||||
|
||||
▸ **testAttribute**(`attribute`: [WidgetAttribute](../enums/widgetattribute.md)): *boolean*
|
||||
@ -1956,6 +2215,48 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### visualColumn
|
||||
|
||||
▸ **visualColumn**(`logicalColumn`: number): *number*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`logicalColumn` | number | 0 |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### visualItemRect
|
||||
|
||||
▸ **visualItemRect**(`item`: [QTableWidgetItem](qtablewidgetitem.md)): *[QRect](qrect.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`item` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### visualRow
|
||||
|
||||
▸ **visualRow**(`logicalRow`: number): *number*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`logicalRow` | number | 0 |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### windowOpacity
|
||||
|
||||
▸ **windowOpacity**(): *number*
|
||||
|
||||
@ -53,13 +53,38 @@ win.show();
|
||||
|
||||
### Methods
|
||||
|
||||
* [background](qtablewidgetitem.md#background)
|
||||
* [checkState](qtablewidgetitem.md#checkstate)
|
||||
* [column](qtablewidgetitem.md#column)
|
||||
* [data](qtablewidgetitem.md#data)
|
||||
* [flags](qtablewidgetitem.md#flags)
|
||||
* [font](qtablewidgetitem.md#font)
|
||||
* [foreground](qtablewidgetitem.md#foreground)
|
||||
* [icon](qtablewidgetitem.md#icon)
|
||||
* [isSelected](qtablewidgetitem.md#isselected)
|
||||
* [row](qtablewidgetitem.md#row)
|
||||
* [setBackground](qtablewidgetitem.md#setbackground)
|
||||
* [setCheckState](qtablewidgetitem.md#setcheckstate)
|
||||
* [setData](qtablewidgetitem.md#setdata)
|
||||
* [setFlags](qtablewidgetitem.md#setflags)
|
||||
* [setFont](qtablewidgetitem.md#setfont)
|
||||
* [setForeground](qtablewidgetitem.md#setforeground)
|
||||
* [setIcon](qtablewidgetitem.md#seticon)
|
||||
* [setNodeParent](qtablewidgetitem.md#setnodeparent)
|
||||
* [setSelected](qtablewidgetitem.md#setselected)
|
||||
* [setSizeHint](qtablewidgetitem.md#setsizehint)
|
||||
* [setStatusTip](qtablewidgetitem.md#setstatustip)
|
||||
* [setText](qtablewidgetitem.md#settext)
|
||||
* [setTextAlignment](qtablewidgetitem.md#settextalignment)
|
||||
* [setToolTip](qtablewidgetitem.md#settooltip)
|
||||
* [setWhatsThis](qtablewidgetitem.md#setwhatsthis)
|
||||
* [sizeHint](qtablewidgetitem.md#sizehint)
|
||||
* [statusTip](qtablewidgetitem.md#statustip)
|
||||
* [text](qtablewidgetitem.md#text)
|
||||
* [textAlignment](qtablewidgetitem.md#textalignment)
|
||||
* [toolTip](qtablewidgetitem.md#tooltip)
|
||||
* [type](qtablewidgetitem.md#type)
|
||||
* [whatsThis](qtablewidgetitem.md#whatsthis)
|
||||
|
||||
## Constructors
|
||||
|
||||
@ -71,6 +96,30 @@ win.show();
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
\+ **new QTableWidgetItem**(`other`: [QTableWidgetItem](qtablewidgetitem.md)): *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`other` | [QTableWidgetItem](qtablewidgetitem.md) |
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
\+ **new QTableWidgetItem**(`native`: [NativeElement](../globals.md#nativeelement)): *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`native` | [NativeElement](../globals.md#nativeelement) |
|
||||
|
||||
**Returns:** *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
\+ **new QTableWidgetItem**(`text`: string): *[QTableWidgetItem](qtablewidgetitem.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
@ -109,6 +158,191 @@ ___
|
||||
|
||||
## Methods
|
||||
|
||||
### background
|
||||
|
||||
▸ **background**(): *[QBrush](qbrush.md)*
|
||||
|
||||
**Returns:** *[QBrush](qbrush.md)*
|
||||
|
||||
___
|
||||
|
||||
### checkState
|
||||
|
||||
▸ **checkState**(): *[CheckState](../enums/checkstate.md)*
|
||||
|
||||
**Returns:** *[CheckState](../enums/checkstate.md)*
|
||||
|
||||
___
|
||||
|
||||
### column
|
||||
|
||||
▸ **column**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### data
|
||||
|
||||
▸ **data**(`role`: number): *[QVariant](qvariant.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`role` | number |
|
||||
|
||||
**Returns:** *[QVariant](qvariant.md)*
|
||||
|
||||
___
|
||||
|
||||
### flags
|
||||
|
||||
▸ **flags**(): *[ItemFlag](../enums/itemflag.md)*
|
||||
|
||||
**Returns:** *[ItemFlag](../enums/itemflag.md)*
|
||||
|
||||
___
|
||||
|
||||
### font
|
||||
|
||||
▸ **font**(): *[QFont](qfont.md)*
|
||||
|
||||
**Returns:** *[QFont](qfont.md)*
|
||||
|
||||
___
|
||||
|
||||
### foreground
|
||||
|
||||
▸ **foreground**(): *[QBrush](qbrush.md)*
|
||||
|
||||
**Returns:** *[QBrush](qbrush.md)*
|
||||
|
||||
___
|
||||
|
||||
### icon
|
||||
|
||||
▸ **icon**(): *[QIcon](qicon.md)*
|
||||
|
||||
**Returns:** *[QIcon](qicon.md)*
|
||||
|
||||
___
|
||||
|
||||
### isSelected
|
||||
|
||||
▸ **isSelected**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### row
|
||||
|
||||
▸ **row**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### setBackground
|
||||
|
||||
▸ **setBackground**(`brush`: [QBrush](qbrush.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`brush` | [QBrush](qbrush.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setCheckState
|
||||
|
||||
▸ **setCheckState**(`state`: [CheckState](../enums/checkstate.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`state` | [CheckState](../enums/checkstate.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setData
|
||||
|
||||
▸ **setData**(`role`: number, `value`: [QVariant](qvariant.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`role` | number |
|
||||
`value` | [QVariant](qvariant.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFlags
|
||||
|
||||
▸ **setFlags**(`flags`: [ItemFlag](../enums/itemflag.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`flags` | [ItemFlag](../enums/itemflag.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFont
|
||||
|
||||
▸ **setFont**(`font`: [QFont](qfont.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`font` | [QFont](qfont.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setForeground
|
||||
|
||||
▸ **setForeground**(`brush`: [QBrush](qbrush.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`brush` | [QBrush](qbrush.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setIcon
|
||||
|
||||
▸ **setIcon**(`icon`: [QIcon](qicon.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`icon` | [QIcon](qicon.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setNodeParent
|
||||
|
||||
▸ **setNodeParent**(`parent?`: [Component](component.md)): *void*
|
||||
@ -125,6 +359,48 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setSelected
|
||||
|
||||
▸ **setSelected**(`select`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`select` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setSizeHint
|
||||
|
||||
▸ **setSizeHint**(`size`: [QSize](qsize.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`size` | [QSize](qsize.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setStatusTip
|
||||
|
||||
▸ **setStatusTip**(`statusTip`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`statusTip` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setText
|
||||
|
||||
▸ **setText**(`text`: string): *void*
|
||||
@ -155,18 +431,48 @@ ___
|
||||
|
||||
### setToolTip
|
||||
|
||||
▸ **setToolTip**(`text`: string): *void*
|
||||
▸ **setToolTip**(`toolTip`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
`toolTip` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setWhatsThis
|
||||
|
||||
▸ **setWhatsThis**(`whatsThis`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`whatsThis` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### sizeHint
|
||||
|
||||
▸ **sizeHint**(): *[QSize](qsize.md)*
|
||||
|
||||
**Returns:** *[QSize](qsize.md)*
|
||||
|
||||
___
|
||||
|
||||
### statusTip
|
||||
|
||||
▸ **statusTip**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### text
|
||||
|
||||
▸ **text**(): *string*
|
||||
@ -188,3 +494,19 @@ ___
|
||||
▸ **toolTip**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
▸ **type**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### whatsThis
|
||||
|
||||
▸ **whatsThis**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
@ -36,15 +36,19 @@ tabWidget.addTab(new QCalendarWidget(), new QIcon(), 'Tab 2');
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtabwidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtabwidget.md#_rawinlinestyle)
|
||||
* [actions](qtabwidget.md#actions)
|
||||
* [layout](qtabwidget.md#optional-layout)
|
||||
* [native](qtabwidget.md#native)
|
||||
* [nodeChildren](qtabwidget.md#nodechildren)
|
||||
* [nodeParent](qtabwidget.md#optional-nodeparent)
|
||||
* [tabs](qtabwidget.md#tabs)
|
||||
* [type](qtabwidget.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtabwidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtabwidget.md#acceptdrops)
|
||||
@ -151,6 +155,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTabWidgetSignals](../interfaces/qtabwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -167,14 +179,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTabWidgetSignals](../interfaces/qtabwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -211,6 +215,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTabWidgetSignals](../interfaces/qtabwidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTabWidgetSignals](../interfaces/qtabwidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTabWidgetSignals](../interfaces/qtabwidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTabWidgetSignals](../interfaces/qtabwidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -32,15 +32,19 @@ const textBrowser = new QTextBrowser();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtextbrowser.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtextbrowser.md#_rawinlinestyle)
|
||||
* [actions](qtextbrowser.md#actions)
|
||||
* [layout](qtextbrowser.md#optional-layout)
|
||||
* [native](qtextbrowser.md#native)
|
||||
* [nodeChildren](qtextbrowser.md#nodechildren)
|
||||
* [nodeParent](qtextbrowser.md#optional-nodeparent)
|
||||
* [type](qtextbrowser.md#type)
|
||||
* [viewportWidget](qtextbrowser.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtextbrowser.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtextbrowser.md#acceptdrops)
|
||||
@ -235,6 +239,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTextBrowserSignals](../interfaces/qtextbrowsersignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -251,14 +263,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTextBrowserSignals](../interfaces/qtextbrowsersignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -297,6 +301,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTextBrowserSignals](../interfaces/qtextbrowsersignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTextBrowserSignals](../interfaces/qtextbrowsersignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTextBrowserSignals](../interfaces/qtextbrowsersignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTextBrowserSignals](../interfaces/qtextbrowsersignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -18,15 +18,19 @@ sidebar_label: "QTextEdit"
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtextedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtextedit.md#_rawinlinestyle)
|
||||
* [actions](qtextedit.md#actions)
|
||||
* [layout](qtextedit.md#optional-layout)
|
||||
* [native](qtextedit.md#native)
|
||||
* [nodeChildren](qtextedit.md#nodechildren)
|
||||
* [nodeParent](qtextedit.md#optional-nodeparent)
|
||||
* [type](qtextedit.md#type)
|
||||
* [viewportWidget](qtextedit.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtextedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtextedit.md#acceptdrops)
|
||||
@ -204,6 +208,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTextEditSignals](../interfaces/qtexteditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -220,14 +232,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTextEditSignals](../interfaces/qtexteditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -266,6 +270,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTextEditSignals](../interfaces/qtexteditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTextEditSignals](../interfaces/qtexteditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTextEditSignals](../interfaces/qtexteditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTextEditSignals](../interfaces/qtexteditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,15 +33,19 @@ const timeEdit = new QTimeEdit();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtimeedit.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtimeedit.md#_rawinlinestyle)
|
||||
* [actions](qtimeedit.md#actions)
|
||||
* [calendar](qtimeedit.md#optional-calendar)
|
||||
* [layout](qtimeedit.md#optional-layout)
|
||||
* [native](qtimeedit.md#native)
|
||||
* [nodeChildren](qtimeedit.md#nodechildren)
|
||||
* [nodeParent](qtimeedit.md#optional-nodeparent)
|
||||
* [type](qtimeedit.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtimeedit.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtimeedit.md#acceptdrops)
|
||||
@ -177,6 +181,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -201,14 +213,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -239,6 +243,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -33,14 +33,18 @@ tool.setText('Help');
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtoolbutton.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtoolbutton.md#_rawinlinestyle)
|
||||
* [actions](qtoolbutton.md#actions)
|
||||
* [layout](qtoolbutton.md#optional-layout)
|
||||
* [native](qtoolbutton.md#native)
|
||||
* [nodeChildren](qtoolbutton.md#nodechildren)
|
||||
* [nodeParent](qtoolbutton.md#optional-nodeparent)
|
||||
* [type](qtoolbutton.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtoolbutton.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtoolbutton.md#acceptdrops)
|
||||
@ -188,6 +192,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QToolButtonSignals](../interfaces/qtoolbuttonsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -204,14 +216,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QToolButtonSignals](../interfaces/qtoolbuttonsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -242,6 +246,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QToolButtonSignals](../interfaces/qtoolbuttonsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QToolButtonSignals](../interfaces/qtoolbuttonsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QToolButtonSignals](../interfaces/qtoolbuttonsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QToolButtonSignals](../interfaces/qtoolbuttonsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -59,10 +59,10 @@ win.show();
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qtreewidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qtreewidget.md#_rawinlinestyle)
|
||||
* [actions](qtreewidget.md#actions)
|
||||
* [itemWidgets](qtreewidget.md#itemwidgets)
|
||||
* [layout](qtreewidget.md#optional-layout)
|
||||
* [native](qtreewidget.md#native)
|
||||
* [nodeChildren](qtreewidget.md#nodechildren)
|
||||
* [nodeParent](qtreewidget.md#optional-nodeparent)
|
||||
@ -70,6 +70,10 @@ win.show();
|
||||
* [type](qtreewidget.md#type)
|
||||
* [viewportWidget](qtreewidget.md#optional-viewportwidget)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qtreewidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qtreewidget.md#acceptdrops)
|
||||
@ -199,6 +203,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QTreeWidgetSignals](../interfaces/qtreewidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -221,14 +233,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QTreeWidgetSignals](../interfaces/qtreewidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -273,6 +277,28 @@ ___
|
||||
|
||||
*Inherited from [QAbstractScrollArea](qabstractscrollarea.md).[viewportWidget](qabstractscrollarea.md#optional-viewportwidget)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QTreeWidgetSignals](../interfaces/qtreewidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QTreeWidgetSignals](../interfaces/qtreewidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QTreeWidgetSignals](../interfaces/qtreewidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QTreeWidgetSignals](../interfaces/qtreewidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
@ -34,14 +34,18 @@ view.setLayout(new FlexLayout());
|
||||
|
||||
### Properties
|
||||
|
||||
* [_layout](qwidget.md#optional-_layout)
|
||||
* [_rawInlineStyle](qwidget.md#_rawinlinestyle)
|
||||
* [actions](qwidget.md#actions)
|
||||
* [layout](qwidget.md#optional-layout)
|
||||
* [native](qwidget.md#native)
|
||||
* [nodeChildren](qwidget.md#nodechildren)
|
||||
* [nodeParent](qwidget.md#optional-nodeparent)
|
||||
* [type](qwidget.md#type)
|
||||
|
||||
### Accessors
|
||||
|
||||
* [layout](qwidget.md#layout)
|
||||
|
||||
### Methods
|
||||
|
||||
* [acceptDrops](qwidget.md#acceptdrops)
|
||||
@ -132,6 +136,14 @@ Name | Type |
|
||||
|
||||
## Properties
|
||||
|
||||
### `Optional` _layout
|
||||
|
||||
• **_layout**? : *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[_layout](qmenu.md#optional-_layout)*
|
||||
|
||||
___
|
||||
|
||||
### _rawInlineStyle
|
||||
|
||||
• **_rawInlineStyle**: *string* = ""
|
||||
@ -148,14 +160,6 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
___
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
@ -186,6 +190,28 @@ ___
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[type](qmenu.md#type)*
|
||||
|
||||
## Accessors
|
||||
|
||||
### layout
|
||||
|
||||
• **get layout**(): *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Returns:** *[NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined*
|
||||
|
||||
• **set layout**(`l`: [NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#layout)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`l` | [NodeLayout](nodelayout.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | undefined |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
## Methods
|
||||
|
||||
### acceptDrops
|
||||
|
||||
220
website/docs/api/generated/enums/qimageformat.md
Normal file
220
website/docs/api/generated/enums/qimageformat.md
Normal file
@ -0,0 +1,220 @@
|
||||
---
|
||||
id: "qimageformat"
|
||||
title: "QImageFormat"
|
||||
sidebar_label: "QImageFormat"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [A2BGR30_Premultiplied](qimageformat.md#a2bgr30_premultiplied)
|
||||
* [A2RGB30_Premultiplied](qimageformat.md#a2rgb30_premultiplied)
|
||||
* [ARGB32](qimageformat.md#argb32)
|
||||
* [ARGB32_Premultiplied](qimageformat.md#argb32_premultiplied)
|
||||
* [ARGB4444_Premultiplied](qimageformat.md#argb4444_premultiplied)
|
||||
* [ARGB6666_Premultiplied](qimageformat.md#argb6666_premultiplied)
|
||||
* [ARGB8555_Premultiplied](qimageformat.md#argb8555_premultiplied)
|
||||
* [ARGB8565_Premultiplied](qimageformat.md#argb8565_premultiplied)
|
||||
* [Alpha8](qimageformat.md#alpha8)
|
||||
* [BGR30](qimageformat.md#bgr30)
|
||||
* [BGR888](qimageformat.md#bgr888)
|
||||
* [Grayscale16](qimageformat.md#grayscale16)
|
||||
* [Grayscale8](qimageformat.md#grayscale8)
|
||||
* [Indexed8](qimageformat.md#indexed8)
|
||||
* [Invalid](qimageformat.md#invalid)
|
||||
* [Mono](qimageformat.md#mono)
|
||||
* [MonoLSB](qimageformat.md#monolsb)
|
||||
* [RGB16](qimageformat.md#rgb16)
|
||||
* [RGB30](qimageformat.md#rgb30)
|
||||
* [RGB32](qimageformat.md#rgb32)
|
||||
* [RGB444](qimageformat.md#rgb444)
|
||||
* [RGB555](qimageformat.md#rgb555)
|
||||
* [RGB666](qimageformat.md#rgb666)
|
||||
* [RGB888](qimageformat.md#rgb888)
|
||||
* [RGBA64](qimageformat.md#rgba64)
|
||||
* [RGBA64_Premultiplied](qimageformat.md#rgba64_premultiplied)
|
||||
* [RGBA8888](qimageformat.md#rgba8888)
|
||||
* [RGBA8888_Premultiplied](qimageformat.md#rgba8888_premultiplied)
|
||||
* [RGBX64](qimageformat.md#rgbx64)
|
||||
* [RGBX8888](qimageformat.md#rgbx8888)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### A2BGR30_Premultiplied
|
||||
|
||||
• **A2BGR30_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### A2RGB30_Premultiplied
|
||||
|
||||
• **A2RGB30_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### ARGB32
|
||||
|
||||
• **ARGB32**:
|
||||
|
||||
___
|
||||
|
||||
### ARGB32_Premultiplied
|
||||
|
||||
• **ARGB32_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### ARGB4444_Premultiplied
|
||||
|
||||
• **ARGB4444_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### ARGB6666_Premultiplied
|
||||
|
||||
• **ARGB6666_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### ARGB8555_Premultiplied
|
||||
|
||||
• **ARGB8555_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### ARGB8565_Premultiplied
|
||||
|
||||
• **ARGB8565_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### Alpha8
|
||||
|
||||
• **Alpha8**:
|
||||
|
||||
___
|
||||
|
||||
### BGR30
|
||||
|
||||
• **BGR30**:
|
||||
|
||||
___
|
||||
|
||||
### BGR888
|
||||
|
||||
• **BGR888**:
|
||||
|
||||
___
|
||||
|
||||
### Grayscale16
|
||||
|
||||
• **Grayscale16**:
|
||||
|
||||
___
|
||||
|
||||
### Grayscale8
|
||||
|
||||
• **Grayscale8**:
|
||||
|
||||
___
|
||||
|
||||
### Indexed8
|
||||
|
||||
• **Indexed8**:
|
||||
|
||||
___
|
||||
|
||||
### Invalid
|
||||
|
||||
• **Invalid**:
|
||||
|
||||
___
|
||||
|
||||
### Mono
|
||||
|
||||
• **Mono**:
|
||||
|
||||
___
|
||||
|
||||
### MonoLSB
|
||||
|
||||
• **MonoLSB**:
|
||||
|
||||
___
|
||||
|
||||
### RGB16
|
||||
|
||||
• **RGB16**:
|
||||
|
||||
___
|
||||
|
||||
### RGB30
|
||||
|
||||
• **RGB30**:
|
||||
|
||||
___
|
||||
|
||||
### RGB32
|
||||
|
||||
• **RGB32**:
|
||||
|
||||
___
|
||||
|
||||
### RGB444
|
||||
|
||||
• **RGB444**:
|
||||
|
||||
___
|
||||
|
||||
### RGB555
|
||||
|
||||
• **RGB555**:
|
||||
|
||||
___
|
||||
|
||||
### RGB666
|
||||
|
||||
• **RGB666**:
|
||||
|
||||
___
|
||||
|
||||
### RGB888
|
||||
|
||||
• **RGB888**:
|
||||
|
||||
___
|
||||
|
||||
### RGBA64
|
||||
|
||||
• **RGBA64**:
|
||||
|
||||
___
|
||||
|
||||
### RGBA64_Premultiplied
|
||||
|
||||
• **RGBA64_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### RGBA8888
|
||||
|
||||
• **RGBA8888**:
|
||||
|
||||
___
|
||||
|
||||
### RGBA8888_Premultiplied
|
||||
|
||||
• **RGBA8888_Premultiplied**:
|
||||
|
||||
___
|
||||
|
||||
### RGBX64
|
||||
|
||||
• **RGBX64**:
|
||||
|
||||
___
|
||||
|
||||
### RGBX8888
|
||||
|
||||
• **RGBX8888**:
|
||||
24
website/docs/api/generated/enums/qimageinvertmode.md
Normal file
24
website/docs/api/generated/enums/qimageinvertmode.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
id: "qimageinvertmode"
|
||||
title: "QImageInvertMode"
|
||||
sidebar_label: "QImageInvertMode"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [InvertRgb](qimageinvertmode.md#invertrgb)
|
||||
* [InvertRgba](qimageinvertmode.md#invertrgba)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### InvertRgb
|
||||
|
||||
• **InvertRgb**:
|
||||
|
||||
___
|
||||
|
||||
### InvertRgba
|
||||
|
||||
• **InvertRgba**:
|
||||
@ -8,6 +8,7 @@ sidebar_label: "TextFlag"
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [None](textflag.md#none)
|
||||
* [TextDontClip](textflag.md#textdontclip)
|
||||
* [TextDontPrint](textflag.md#textdontprint)
|
||||
* [TextExpandTabs](textflag.md#textexpandtabs)
|
||||
@ -21,6 +22,12 @@ sidebar_label: "TextFlag"
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### None
|
||||
|
||||
• **None**: = 0
|
||||
|
||||
___
|
||||
|
||||
### TextDontClip
|
||||
|
||||
• **TextDontClip**: = 512
|
||||
|
||||
@ -103,6 +103,8 @@ sidebar_label: "Globals"
|
||||
* [QFontWeight](enums/qfontweight.md)
|
||||
* [QIconMode](enums/qiconmode.md)
|
||||
* [QIconState](enums/qiconstate.md)
|
||||
* [QImageFormat](enums/qimageformat.md)
|
||||
* [QImageInvertMode](enums/qimageinvertmode.md)
|
||||
* [QMessageBoxIcon](enums/qmessageboxicon.md)
|
||||
* [QProgressBarDirection](enums/qprogressbardirection.md)
|
||||
* [QSettingsFormat](enums/qsettingsformat.md)
|
||||
@ -201,6 +203,7 @@ sidebar_label: "Globals"
|
||||
* [QDateEdit](classes/qdateedit.md)
|
||||
* [QDateTime](classes/qdatetime.md)
|
||||
* [QDateTimeEdit](classes/qdatetimeedit.md)
|
||||
* [QDesktopWidget](classes/qdesktopwidget.md)
|
||||
* [QDial](classes/qdial.md)
|
||||
* [QDialog](classes/qdialog.md)
|
||||
* [QDoubleSpinBox](classes/qdoublespinbox.md)
|
||||
@ -213,6 +216,7 @@ sidebar_label: "Globals"
|
||||
* [QFont](classes/qfont.md)
|
||||
* [QFontDatabase](classes/qfontdatabase.md)
|
||||
* [QFontDialog](classes/qfontdialog.md)
|
||||
* [QFontMetrics](classes/qfontmetrics.md)
|
||||
* [QFrame](classes/qframe.md)
|
||||
* [QGraphicsBlurEffect](classes/qgraphicsblureffect.md)
|
||||
* [QGraphicsDropShadowEffect](classes/qgraphicsdropshadoweffect.md)
|
||||
@ -220,6 +224,7 @@ sidebar_label: "Globals"
|
||||
* [QGridLayout](classes/qgridlayout.md)
|
||||
* [QGroupBox](classes/qgroupbox.md)
|
||||
* [QIcon](classes/qicon.md)
|
||||
* [QImage](classes/qimage.md)
|
||||
* [QInputDialog](classes/qinputdialog.md)
|
||||
* [QKeyEvent](classes/qkeyevent.md)
|
||||
* [QKeySequence](classes/qkeysequence.md)
|
||||
@ -345,6 +350,7 @@ sidebar_label: "Globals"
|
||||
* [QAbstractScrollAreaSignals](globals.md#qabstractscrollareasignals)
|
||||
* [QApplicationSignals](globals.md#qapplicationsignals)
|
||||
* [QBoxLayoutSignals](globals.md#qboxlayoutsignals)
|
||||
* [QDesktopWidgetSignals](globals.md#qdesktopwidgetsignals)
|
||||
* [QDialSignals](globals.md#qdialsignals)
|
||||
* [QErrorMessageSignals](globals.md#qerrormessagesignals)
|
||||
* [QFrameSignals](globals.md#qframesignals)
|
||||
@ -366,12 +372,15 @@ sidebar_label: "Globals"
|
||||
### Variables
|
||||
|
||||
* [addon](globals.md#const-addon)
|
||||
* [availableGeometry](globals.md#const-availablegeometry)
|
||||
* [availableGeometry2](globals.md#const-availablegeometry2)
|
||||
* [c1item1](globals.md#const-c1item1)
|
||||
* [c1item2](globals.md#const-c1item2)
|
||||
* [columnFour](globals.md#const-columnfour)
|
||||
* [columnOne](globals.md#const-columnone)
|
||||
* [columnThree](globals.md#const-columnthree)
|
||||
* [columnTwo](globals.md#const-columntwo)
|
||||
* [desktop](globals.md#const-desktop)
|
||||
* [icon](globals.md#const-icon)
|
||||
* [item1](globals.md#const-item1)
|
||||
* [item2](globals.md#const-item2)
|
||||
@ -382,6 +391,9 @@ sidebar_label: "Globals"
|
||||
* [myImage](globals.md#const-myimage)
|
||||
* [outer](globals.md#const-outer)
|
||||
* [outerLayout](globals.md#const-outerlayout)
|
||||
* [qApp](globals.md#const-qapp)
|
||||
* [screenGeometry](globals.md#const-screengeometry)
|
||||
* [screenGeometry2](globals.md#const-screengeometry2)
|
||||
* [testImagePath](globals.md#const-testimagepath)
|
||||
* [tree](globals.md#const-tree)
|
||||
* [win](globals.md#const-win)
|
||||
@ -431,9 +443,7 @@ ___
|
||||
|
||||
### NativeRawPointer
|
||||
|
||||
Ƭ **NativeRawPointer**: *object*
|
||||
|
||||
#### Type declaration:
|
||||
Ƭ **NativeRawPointer**: *Record‹T, unknown›*
|
||||
|
||||
___
|
||||
|
||||
@ -455,6 +465,31 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### QDesktopWidgetSignals
|
||||
|
||||
Ƭ **QDesktopWidgetSignals**: *[QWidgetSignals](interfaces/qwidgetsignals.md)*
|
||||
|
||||
> QDesktopWidget is a class that provides access to screen information on multi-head systems..
|
||||
|
||||
**This class is a JS wrapper around Qt's [QDesktopWidget Class](https://doc.qt.io/qt-5/qdesktopwidget.html)**
|
||||
|
||||
The QDesktopWidget class provides information about the user's desktop, such as its total size, number of screens, the geometry of each screen, and whether they are configured as separate desktops or a single virtual desktop.
|
||||
|
||||
### Example
|
||||
|
||||
```js
|
||||
const { QDesktopWidget } = require("@nodegui/nodegui");
|
||||
|
||||
const desktop = new QDesktopWidget();
|
||||
const availableGeometry = desktop.availableGeometry();
|
||||
const screenGeometry = desktop.screenGeometry();
|
||||
console.log(availableGeometry.width() + 'x' + availableGeometry.height());
|
||||
console.log(screenGeometry.width() + 'x' + screenGeometry.height());
|
||||
console.log(desktop.screenNumber());
|
||||
```
|
||||
|
||||
___
|
||||
|
||||
### QDialSignals
|
||||
|
||||
Ƭ **QDialSignals**: *[QAbstractSliderSignals](interfaces/qabstractslidersignals.md)*
|
||||
@ -563,6 +598,18 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Const` availableGeometry
|
||||
|
||||
• **availableGeometry**: *[QRect](classes/qrect.md)‹›* = desktop.availableGeometry()
|
||||
|
||||
___
|
||||
|
||||
### `Const` availableGeometry2
|
||||
|
||||
• **availableGeometry2**: *[QRect](classes/qrect.md)‹›* = qApp.availableGeometry()
|
||||
|
||||
___
|
||||
|
||||
### `Const` c1item1
|
||||
|
||||
• **c1item1**: *[QTreeWidgetItem](classes/qtreewidgetitem.md)‹›* = new QTreeWidgetItem(item1)
|
||||
@ -599,6 +646,12 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Const` desktop
|
||||
|
||||
• **desktop**: *[QDesktopWidget](classes/qdesktopwidget.md)‹›* = new QDesktopWidget()
|
||||
|
||||
___
|
||||
|
||||
### `Const` icon
|
||||
|
||||
• **icon**: *[QIcon](classes/qicon.md)‹›* = new QIcon(myImage)
|
||||
@ -659,6 +712,24 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Const` qApp
|
||||
|
||||
• **qApp**: *[QDesktopWidget](classes/qdesktopwidget.md)‹›* = QApplication.desktop()
|
||||
|
||||
___
|
||||
|
||||
### `Const` screenGeometry
|
||||
|
||||
• **screenGeometry**: *[QRect](classes/qrect.md)‹›* = desktop.screenGeometry()
|
||||
|
||||
___
|
||||
|
||||
### `Const` screenGeometry2
|
||||
|
||||
• **screenGeometry2**: *[QRect](classes/qrect.md)‹›* = qApp.screenGeometry()
|
||||
|
||||
___
|
||||
|
||||
### `Const` testImagePath
|
||||
|
||||
• **testImagePath**: *string* = path.resolve(__dirname, 'assets', 'nodegui.png')
|
||||
|
||||
@ -8,14 +8,14 @@ sidebar_label: "QObjectSignals"
|
||||
|
||||
* **QObjectSignals**
|
||||
|
||||
↳ [QMovieSignals](qmoviesignals.md)
|
||||
|
||||
↳ [QActionSignals](qactionsignals.md)
|
||||
|
||||
↳ [QGraphicsEffectSignals](qgraphicseffectsignals.md)
|
||||
|
||||
↳ [QWidgetSignals](qwidgetsignals.md)
|
||||
|
||||
↳ [QMovieSignals](qmoviesignals.md)
|
||||
|
||||
↳ [QStandardItemModelSignals](qstandarditemmodelsignals.md)
|
||||
|
||||
↳ [QButtonGroupSignals](qbuttongroupsignals.md)
|
||||
|
||||
@ -1,354 +1,363 @@
|
||||
module.exports = {
|
||||
api: {
|
||||
Intro: ['api/manual/synopsis'],
|
||||
Classes: [
|
||||
'api/generated/classes/component',
|
||||
'api/generated/classes/eventwidget',
|
||||
'api/generated/classes/flexlayout',
|
||||
'api/generated/classes/nodedatetimeedit',
|
||||
'api/generated/classes/nodedialog',
|
||||
'api/generated/classes/nodeframe',
|
||||
'api/generated/classes/nodelayout',
|
||||
'api/generated/classes/nodelistview',
|
||||
'api/generated/classes/nodeobject',
|
||||
'api/generated/classes/nodetableview',
|
||||
'api/generated/classes/nodetextedit',
|
||||
'api/generated/classes/nodewidget',
|
||||
'api/generated/classes/qabstractbutton',
|
||||
'api/generated/classes/qabstractitemview',
|
||||
'api/generated/classes/qabstractscrollarea',
|
||||
'api/generated/classes/qabstractslider',
|
||||
'api/generated/classes/qabstractspinbox',
|
||||
'api/generated/classes/qaction',
|
||||
'api/generated/classes/qapplication',
|
||||
'api/generated/classes/qboxlayout',
|
||||
'api/generated/classes/qbrush',
|
||||
'api/generated/classes/qbuttongroup',
|
||||
'api/generated/classes/qcalendarwidget',
|
||||
'api/generated/classes/qcheckbox',
|
||||
'api/generated/classes/qclipboard',
|
||||
'api/generated/classes/qcolor',
|
||||
'api/generated/classes/qcolordialog',
|
||||
'api/generated/classes/qcombobox',
|
||||
'api/generated/classes/qcursor',
|
||||
'api/generated/classes/qdate',
|
||||
'api/generated/classes/qdateedit',
|
||||
'api/generated/classes/qdatetime',
|
||||
'api/generated/classes/qdatetimeedit',
|
||||
'api/generated/classes/qdial',
|
||||
'api/generated/classes/qdialog',
|
||||
'api/generated/classes/qdoublespinbox',
|
||||
'api/generated/classes/qdrag',
|
||||
'api/generated/classes/qdragleaveevent',
|
||||
'api/generated/classes/qdragmoveevent',
|
||||
'api/generated/classes/qdropevent',
|
||||
'api/generated/classes/qerrormessage',
|
||||
'api/generated/classes/qfiledialog',
|
||||
'api/generated/classes/qfont',
|
||||
'api/generated/classes/qfontdatabase',
|
||||
'api/generated/classes/qfontdialog',
|
||||
'api/generated/classes/qframe',
|
||||
'api/generated/classes/qgraphicsblureffect',
|
||||
'api/generated/classes/qgraphicsdropshadoweffect',
|
||||
'api/generated/classes/qgraphicseffect',
|
||||
'api/generated/classes/qgridlayout',
|
||||
'api/generated/classes/qgroupbox',
|
||||
'api/generated/classes/qicon',
|
||||
'api/generated/classes/qinputdialog',
|
||||
'api/generated/classes/qkeyevent',
|
||||
'api/generated/classes/qkeysequence',
|
||||
'api/generated/classes/qlcdnumber',
|
||||
'api/generated/classes/qlabel',
|
||||
'api/generated/classes/qlineedit',
|
||||
'api/generated/classes/qlistview',
|
||||
'api/generated/classes/qlistwidget',
|
||||
'api/generated/classes/qlistwidgetitem',
|
||||
'api/generated/classes/qmainwindow',
|
||||
'api/generated/classes/qmenu',
|
||||
'api/generated/classes/qmenubar',
|
||||
'api/generated/classes/qmessagebox',
|
||||
'api/generated/classes/qmimedata',
|
||||
'api/generated/classes/qmodelindex',
|
||||
'api/generated/classes/qmouseevent',
|
||||
'api/generated/classes/qmovie',
|
||||
'api/generated/classes/qnativegestureevent',
|
||||
'api/generated/classes/qobject',
|
||||
'api/generated/classes/qpainter',
|
||||
'api/generated/classes/qpainterpath',
|
||||
'api/generated/classes/qpen',
|
||||
'api/generated/classes/qpicture',
|
||||
'api/generated/classes/qpixmap',
|
||||
'api/generated/classes/qplaintextedit',
|
||||
'api/generated/classes/qpoint',
|
||||
'api/generated/classes/qpointf',
|
||||
'api/generated/classes/qprogressbar',
|
||||
'api/generated/classes/qprogressdialog',
|
||||
'api/generated/classes/qpushbutton',
|
||||
'api/generated/classes/qradiobutton',
|
||||
'api/generated/classes/qrect',
|
||||
'api/generated/classes/qrectf',
|
||||
'api/generated/classes/qscrollarea',
|
||||
'api/generated/classes/qscrollbar',
|
||||
'api/generated/classes/qsettings',
|
||||
'api/generated/classes/qshortcut',
|
||||
'api/generated/classes/qsize',
|
||||
'api/generated/classes/qslider',
|
||||
'api/generated/classes/qspinbox',
|
||||
'api/generated/classes/qstackedwidget',
|
||||
'api/generated/classes/qstandarditem',
|
||||
'api/generated/classes/qstandarditemmodel',
|
||||
'api/generated/classes/qstatusbar',
|
||||
'api/generated/classes/qstyle',
|
||||
'api/generated/classes/qsvgwidget',
|
||||
'api/generated/classes/qsystemtrayicon',
|
||||
'api/generated/classes/qtabbar',
|
||||
'api/generated/classes/qtabwidget',
|
||||
'api/generated/classes/qtableview',
|
||||
'api/generated/classes/qtablewidget',
|
||||
'api/generated/classes/qtablewidgetitem',
|
||||
'api/generated/classes/qtabletevent',
|
||||
'api/generated/classes/qtextbrowser',
|
||||
'api/generated/classes/qtextedit',
|
||||
'api/generated/classes/qtime',
|
||||
'api/generated/classes/qtimeedit',
|
||||
'api/generated/classes/qtoolbutton',
|
||||
'api/generated/classes/qtreewidget',
|
||||
'api/generated/classes/qtreewidgetitem',
|
||||
'api/generated/classes/qurl',
|
||||
'api/generated/classes/qvariant',
|
||||
'api/generated/classes/qwheelevent',
|
||||
'api/generated/classes/qwidget',
|
||||
'api/generated/classes/stylesheet',
|
||||
'api/generated/classes/yogawidget',
|
||||
],
|
||||
Enums: [
|
||||
'api/generated/enums/acceptmode',
|
||||
'api/generated/enums/alignmentflag',
|
||||
'api/generated/enums/anchorpoint',
|
||||
'api/generated/enums/applicationattribute',
|
||||
'api/generated/enums/applicationstate',
|
||||
'api/generated/enums/arrowtype',
|
||||
'api/generated/enums/aspectratiomode',
|
||||
'api/generated/enums/autoformattingflag',
|
||||
'api/generated/enums/axis',
|
||||
'api/generated/enums/bgmode',
|
||||
'api/generated/enums/blurhint',
|
||||
'api/generated/enums/brushstyle',
|
||||
'api/generated/enums/buttonposition',
|
||||
'api/generated/enums/buttonrole',
|
||||
'api/generated/enums/buttonsymbols',
|
||||
'api/generated/enums/cachemode',
|
||||
'api/generated/enums/casesensitivity',
|
||||
'api/generated/enums/checkstate',
|
||||
'api/generated/enums/checksumtype',
|
||||
'api/generated/enums/clipoperation',
|
||||
'api/generated/enums/colordialogoption',
|
||||
'api/generated/enums/componentformattingoption',
|
||||
'api/generated/enums/connectiontype',
|
||||
'api/generated/enums/contextmenupolicy',
|
||||
'api/generated/enums/coordinatesystem',
|
||||
'api/generated/enums/corner',
|
||||
'api/generated/enums/correctionmode',
|
||||
'api/generated/enums/cursormovestyle',
|
||||
'api/generated/enums/cursorshape',
|
||||
'api/generated/enums/dateformat',
|
||||
'api/generated/enums/dayofweek',
|
||||
'api/generated/enums/dialogcode',
|
||||
'api/generated/enums/dialoglabel',
|
||||
'api/generated/enums/direction',
|
||||
'api/generated/enums/dockwidgetarea',
|
||||
'api/generated/enums/dragdropmode',
|
||||
'api/generated/enums/dropaction',
|
||||
'api/generated/enums/echomode',
|
||||
'api/generated/enums/edge',
|
||||
'api/generated/enums/edittrigger',
|
||||
'api/generated/enums/enterkeytype',
|
||||
'api/generated/enums/eventpriority',
|
||||
'api/generated/enums/filemode',
|
||||
'api/generated/enums/fillrule',
|
||||
'api/generated/enums/findchildoption',
|
||||
'api/generated/enums/flow',
|
||||
'api/generated/enums/focuspolicy',
|
||||
'api/generated/enums/focusreason',
|
||||
'api/generated/enums/fontdialogoption',
|
||||
'api/generated/enums/gestureflag',
|
||||
'api/generated/enums/gesturestate',
|
||||
'api/generated/enums/gesturetype',
|
||||
'api/generated/enums/globalcolor',
|
||||
'api/generated/enums/hittestaccuracy',
|
||||
'api/generated/enums/horizontalheaderformat',
|
||||
'api/generated/enums/imageconversionflag',
|
||||
'api/generated/enums/imagereadererror',
|
||||
'api/generated/enums/inputdialogoptions',
|
||||
'api/generated/enums/inputmethodhint',
|
||||
'api/generated/enums/inputmethodquery',
|
||||
'api/generated/enums/inputmode',
|
||||
'api/generated/enums/insertpolicy',
|
||||
'api/generated/enums/itemdatarole',
|
||||
'api/generated/enums/itemflag',
|
||||
'api/generated/enums/itemselectionmode',
|
||||
'api/generated/enums/itemselectionoperation',
|
||||
'api/generated/enums/key',
|
||||
'api/generated/enums/keyboardmodifier',
|
||||
'api/generated/enums/layoutdirection',
|
||||
'api/generated/enums/layoutmode',
|
||||
'api/generated/enums/linewrapmode',
|
||||
'api/generated/enums/listviewmode',
|
||||
'api/generated/enums/maskmode',
|
||||
'api/generated/enums/matchflag',
|
||||
'api/generated/enums/mode',
|
||||
'api/generated/enums/modifier',
|
||||
'api/generated/enums/mousebutton',
|
||||
'api/generated/enums/mouseeventflag',
|
||||
'api/generated/enums/mouseeventsource',
|
||||
'api/generated/enums/movement',
|
||||
'api/generated/enums/moviestate',
|
||||
'api/generated/enums/nativegesturetype',
|
||||
'api/generated/enums/navigationmode',
|
||||
'api/generated/enums/option',
|
||||
'api/generated/enums/orientation',
|
||||
'api/generated/enums/parsingmode',
|
||||
'api/generated/enums/pencapstyle',
|
||||
'api/generated/enums/penstyle',
|
||||
'api/generated/enums/pointertype',
|
||||
'api/generated/enums/qclipboardmode',
|
||||
'api/generated/enums/qfontcapitalization',
|
||||
'api/generated/enums/qfontstretch',
|
||||
'api/generated/enums/qfontweight',
|
||||
'api/generated/enums/qiconmode',
|
||||
'api/generated/enums/qiconstate',
|
||||
'api/generated/enums/qmessageboxicon',
|
||||
'api/generated/enums/qprogressbardirection',
|
||||
'api/generated/enums/qsettingsformat',
|
||||
'api/generated/enums/qsettingsscope',
|
||||
'api/generated/enums/qstylepixelmetric',
|
||||
'api/generated/enums/qsystemtrayiconactivationreason',
|
||||
'api/generated/enums/qtexteditlinewrapmode',
|
||||
'api/generated/enums/qtextoptionwrapmode',
|
||||
'api/generated/enums/renderhint',
|
||||
'api/generated/enums/resizemode',
|
||||
'api/generated/enums/screenorientation',
|
||||
'api/generated/enums/scrollbarpolicy',
|
||||
'api/generated/enums/scrollhint',
|
||||
'api/generated/enums/scrollmode',
|
||||
'api/generated/enums/scrollphase',
|
||||
'api/generated/enums/segmentstyle',
|
||||
'api/generated/enums/selectionbehavior',
|
||||
'api/generated/enums/selectionmode',
|
||||
'api/generated/enums/sequenceformat',
|
||||
'api/generated/enums/sequencematch',
|
||||
'api/generated/enums/shadow',
|
||||
'api/generated/enums/shape',
|
||||
'api/generated/enums/shortcutcontext',
|
||||
'api/generated/enums/sizeadjustpolicy',
|
||||
'api/generated/enums/sizeconstraint',
|
||||
'api/generated/enums/sizehint',
|
||||
'api/generated/enums/sizemode',
|
||||
'api/generated/enums/slideraction',
|
||||
'api/generated/enums/sortorder',
|
||||
'api/generated/enums/steptype',
|
||||
'api/generated/enums/systemfont',
|
||||
'api/generated/enums/tabbarshape',
|
||||
'api/generated/enums/tabfocusbehavior',
|
||||
'api/generated/enums/tabposition',
|
||||
'api/generated/enums/tabletdevice',
|
||||
'api/generated/enums/textelidemode',
|
||||
'api/generated/enums/textflag',
|
||||
'api/generated/enums/textformat',
|
||||
'api/generated/enums/textinteractionflag',
|
||||
'api/generated/enums/tickposition',
|
||||
'api/generated/enums/tilerule',
|
||||
'api/generated/enums/timespec',
|
||||
'api/generated/enums/timertype',
|
||||
'api/generated/enums/toolbararea',
|
||||
'api/generated/enums/toolbuttonpopupmode',
|
||||
'api/generated/enums/toolbuttonstyle',
|
||||
'api/generated/enums/touchpointstate',
|
||||
'api/generated/enums/transformationmode',
|
||||
'api/generated/enums/uieffect',
|
||||
'api/generated/enums/urlformattingoption',
|
||||
'api/generated/enums/userinputresolutionoption',
|
||||
'api/generated/enums/verticalheaderformat',
|
||||
'api/generated/enums/viewmode',
|
||||
'api/generated/enums/whitespacemode',
|
||||
'api/generated/enums/widgetattribute',
|
||||
'api/generated/enums/widgeteventtypes',
|
||||
'api/generated/enums/windowframesection',
|
||||
'api/generated/enums/windowmodality',
|
||||
'api/generated/enums/windowstate',
|
||||
'api/generated/enums/windowtype',
|
||||
'api/generated/enums/wrapmode',
|
||||
'api/generated/enums/writingsystem',
|
||||
],
|
||||
Interfaces: [
|
||||
'api/generated/interfaces/qabstractbuttonsignals',
|
||||
'api/generated/interfaces/qabstractitemviewsignals',
|
||||
'api/generated/interfaces/qabstractslidersignals',
|
||||
'api/generated/interfaces/qabstractspinboxsignals',
|
||||
'api/generated/interfaces/qactionsignals',
|
||||
'api/generated/interfaces/qbuttongroupsignals',
|
||||
'api/generated/interfaces/qcalendarwidgetsignals',
|
||||
'api/generated/interfaces/qcheckboxsignals',
|
||||
'api/generated/interfaces/qcolordialogsignals',
|
||||
'api/generated/interfaces/qcomboboxsignals',
|
||||
'api/generated/interfaces/qdatetimeeditsignals',
|
||||
'api/generated/interfaces/qdialogsignals',
|
||||
'api/generated/interfaces/qdoublespinboxsignals',
|
||||
'api/generated/interfaces/qfiledialogsignals',
|
||||
'api/generated/interfaces/qfontdialogsignals',
|
||||
'api/generated/interfaces/qgraphicsblureffectsignals',
|
||||
'api/generated/interfaces/qgraphicsdropshadoweffectsignals',
|
||||
'api/generated/interfaces/qgraphicseffectsignals',
|
||||
'api/generated/interfaces/qgroupboxsignals',
|
||||
'api/generated/interfaces/qinputdialogsignals',
|
||||
'api/generated/interfaces/qlcdnumbersignals',
|
||||
'api/generated/interfaces/qlabelsignals',
|
||||
'api/generated/interfaces/qlineeditsignals',
|
||||
'api/generated/interfaces/qlistwidgetsignals',
|
||||
'api/generated/interfaces/qmessageboxsignals',
|
||||
'api/generated/interfaces/qmoviesignals',
|
||||
'api/generated/interfaces/qobjectsignals',
|
||||
'api/generated/interfaces/qplaintexteditsignals',
|
||||
'api/generated/interfaces/qprogressbarsignals',
|
||||
'api/generated/interfaces/qprogressdialogsignals',
|
||||
'api/generated/interfaces/qshortcutsignals',
|
||||
'api/generated/interfaces/qspinboxsignals',
|
||||
'api/generated/interfaces/qstackedwidgetsignals',
|
||||
'api/generated/interfaces/qstandarditemmodelsignals',
|
||||
'api/generated/interfaces/qstatusbarsignals',
|
||||
'api/generated/interfaces/qsystemtrayiconsignals',
|
||||
'api/generated/interfaces/qtabbarsignals',
|
||||
'api/generated/interfaces/qtabwidgetsignals',
|
||||
'api/generated/interfaces/qtablewidgetsignals',
|
||||
'api/generated/interfaces/qtextbrowsersignals',
|
||||
'api/generated/interfaces/qtexteditsignals',
|
||||
'api/generated/interfaces/qtoolbuttonsignals',
|
||||
'api/generated/interfaces/qtreewidgetsignals',
|
||||
'api/generated/interfaces/qwidgetsignals',
|
||||
'api/generated/interfaces/range',
|
||||
],
|
||||
Others: ['api/manual/process'],
|
||||
},
|
||||
guides: {
|
||||
'The Basics': [
|
||||
'guides/getting-started',
|
||||
'guides/tutorial',
|
||||
'guides/styling',
|
||||
'guides/layout',
|
||||
'guides/handle-events',
|
||||
'guides/scroll-view',
|
||||
'guides/images',
|
||||
'guides/drag-drop',
|
||||
'guides/networking',
|
||||
'guides/helpful-links',
|
||||
],
|
||||
Guides: [
|
||||
'guides/nodegui-architecture',
|
||||
'guides/debugging',
|
||||
'guides/debugging-in-vscode',
|
||||
'guides/using-native-node-modules',
|
||||
'guides/custom-nodegui-native-plugin',
|
||||
'guides/packaging',
|
||||
],
|
||||
},
|
||||
};
|
||||
"api": {
|
||||
"Intro": [
|
||||
"api/manual/synopsis"
|
||||
],
|
||||
"Classes": [
|
||||
"api/generated/classes/component",
|
||||
"api/generated/classes/eventwidget",
|
||||
"api/generated/classes/flexlayout",
|
||||
"api/generated/classes/nodedatetimeedit",
|
||||
"api/generated/classes/nodedialog",
|
||||
"api/generated/classes/nodeframe",
|
||||
"api/generated/classes/nodelayout",
|
||||
"api/generated/classes/nodelistview",
|
||||
"api/generated/classes/nodeobject",
|
||||
"api/generated/classes/nodetableview",
|
||||
"api/generated/classes/nodetextedit",
|
||||
"api/generated/classes/nodewidget",
|
||||
"api/generated/classes/qabstractbutton",
|
||||
"api/generated/classes/qabstractitemview",
|
||||
"api/generated/classes/qabstractscrollarea",
|
||||
"api/generated/classes/qabstractslider",
|
||||
"api/generated/classes/qabstractspinbox",
|
||||
"api/generated/classes/qaction",
|
||||
"api/generated/classes/qapplication",
|
||||
"api/generated/classes/qboxlayout",
|
||||
"api/generated/classes/qbrush",
|
||||
"api/generated/classes/qbuttongroup",
|
||||
"api/generated/classes/qcalendarwidget",
|
||||
"api/generated/classes/qcheckbox",
|
||||
"api/generated/classes/qclipboard",
|
||||
"api/generated/classes/qcolor",
|
||||
"api/generated/classes/qcolordialog",
|
||||
"api/generated/classes/qcombobox",
|
||||
"api/generated/classes/qcursor",
|
||||
"api/generated/classes/qdate",
|
||||
"api/generated/classes/qdateedit",
|
||||
"api/generated/classes/qdatetime",
|
||||
"api/generated/classes/qdatetimeedit",
|
||||
"api/generated/classes/qdesktopwidget",
|
||||
"api/generated/classes/qdial",
|
||||
"api/generated/classes/qdialog",
|
||||
"api/generated/classes/qdoublespinbox",
|
||||
"api/generated/classes/qdrag",
|
||||
"api/generated/classes/qdragleaveevent",
|
||||
"api/generated/classes/qdragmoveevent",
|
||||
"api/generated/classes/qdropevent",
|
||||
"api/generated/classes/qerrormessage",
|
||||
"api/generated/classes/qfiledialog",
|
||||
"api/generated/classes/qfont",
|
||||
"api/generated/classes/qfontdatabase",
|
||||
"api/generated/classes/qfontdialog",
|
||||
"api/generated/classes/qfontmetrics",
|
||||
"api/generated/classes/qframe",
|
||||
"api/generated/classes/qgraphicsblureffect",
|
||||
"api/generated/classes/qgraphicsdropshadoweffect",
|
||||
"api/generated/classes/qgraphicseffect",
|
||||
"api/generated/classes/qgridlayout",
|
||||
"api/generated/classes/qgroupbox",
|
||||
"api/generated/classes/qicon",
|
||||
"api/generated/classes/qimage",
|
||||
"api/generated/classes/qinputdialog",
|
||||
"api/generated/classes/qkeyevent",
|
||||
"api/generated/classes/qkeysequence",
|
||||
"api/generated/classes/qlcdnumber",
|
||||
"api/generated/classes/qlabel",
|
||||
"api/generated/classes/qlineedit",
|
||||
"api/generated/classes/qlistview",
|
||||
"api/generated/classes/qlistwidget",
|
||||
"api/generated/classes/qlistwidgetitem",
|
||||
"api/generated/classes/qmainwindow",
|
||||
"api/generated/classes/qmenu",
|
||||
"api/generated/classes/qmenubar",
|
||||
"api/generated/classes/qmessagebox",
|
||||
"api/generated/classes/qmimedata",
|
||||
"api/generated/classes/qmodelindex",
|
||||
"api/generated/classes/qmouseevent",
|
||||
"api/generated/classes/qmovie",
|
||||
"api/generated/classes/qnativegestureevent",
|
||||
"api/generated/classes/qobject",
|
||||
"api/generated/classes/qpainter",
|
||||
"api/generated/classes/qpainterpath",
|
||||
"api/generated/classes/qpen",
|
||||
"api/generated/classes/qpicture",
|
||||
"api/generated/classes/qpixmap",
|
||||
"api/generated/classes/qplaintextedit",
|
||||
"api/generated/classes/qpoint",
|
||||
"api/generated/classes/qpointf",
|
||||
"api/generated/classes/qprogressbar",
|
||||
"api/generated/classes/qprogressdialog",
|
||||
"api/generated/classes/qpushbutton",
|
||||
"api/generated/classes/qradiobutton",
|
||||
"api/generated/classes/qrect",
|
||||
"api/generated/classes/qrectf",
|
||||
"api/generated/classes/qscrollarea",
|
||||
"api/generated/classes/qscrollbar",
|
||||
"api/generated/classes/qsettings",
|
||||
"api/generated/classes/qshortcut",
|
||||
"api/generated/classes/qsize",
|
||||
"api/generated/classes/qslider",
|
||||
"api/generated/classes/qspinbox",
|
||||
"api/generated/classes/qstackedwidget",
|
||||
"api/generated/classes/qstandarditem",
|
||||
"api/generated/classes/qstandarditemmodel",
|
||||
"api/generated/classes/qstatusbar",
|
||||
"api/generated/classes/qstyle",
|
||||
"api/generated/classes/qsvgwidget",
|
||||
"api/generated/classes/qsystemtrayicon",
|
||||
"api/generated/classes/qtabbar",
|
||||
"api/generated/classes/qtabwidget",
|
||||
"api/generated/classes/qtableview",
|
||||
"api/generated/classes/qtablewidget",
|
||||
"api/generated/classes/qtablewidgetitem",
|
||||
"api/generated/classes/qtabletevent",
|
||||
"api/generated/classes/qtextbrowser",
|
||||
"api/generated/classes/qtextedit",
|
||||
"api/generated/classes/qtime",
|
||||
"api/generated/classes/qtimeedit",
|
||||
"api/generated/classes/qtoolbutton",
|
||||
"api/generated/classes/qtreewidget",
|
||||
"api/generated/classes/qtreewidgetitem",
|
||||
"api/generated/classes/qurl",
|
||||
"api/generated/classes/qvariant",
|
||||
"api/generated/classes/qwheelevent",
|
||||
"api/generated/classes/qwidget",
|
||||
"api/generated/classes/stylesheet",
|
||||
"api/generated/classes/yogawidget"
|
||||
],
|
||||
"Enums": [
|
||||
"api/generated/enums/acceptmode",
|
||||
"api/generated/enums/alignmentflag",
|
||||
"api/generated/enums/anchorpoint",
|
||||
"api/generated/enums/applicationattribute",
|
||||
"api/generated/enums/applicationstate",
|
||||
"api/generated/enums/arrowtype",
|
||||
"api/generated/enums/aspectratiomode",
|
||||
"api/generated/enums/autoformattingflag",
|
||||
"api/generated/enums/axis",
|
||||
"api/generated/enums/bgmode",
|
||||
"api/generated/enums/blurhint",
|
||||
"api/generated/enums/brushstyle",
|
||||
"api/generated/enums/buttonposition",
|
||||
"api/generated/enums/buttonrole",
|
||||
"api/generated/enums/buttonsymbols",
|
||||
"api/generated/enums/cachemode",
|
||||
"api/generated/enums/casesensitivity",
|
||||
"api/generated/enums/checkstate",
|
||||
"api/generated/enums/checksumtype",
|
||||
"api/generated/enums/clipoperation",
|
||||
"api/generated/enums/colordialogoption",
|
||||
"api/generated/enums/componentformattingoption",
|
||||
"api/generated/enums/connectiontype",
|
||||
"api/generated/enums/contextmenupolicy",
|
||||
"api/generated/enums/coordinatesystem",
|
||||
"api/generated/enums/corner",
|
||||
"api/generated/enums/correctionmode",
|
||||
"api/generated/enums/cursormovestyle",
|
||||
"api/generated/enums/cursorshape",
|
||||
"api/generated/enums/dateformat",
|
||||
"api/generated/enums/dayofweek",
|
||||
"api/generated/enums/dialogcode",
|
||||
"api/generated/enums/dialoglabel",
|
||||
"api/generated/enums/direction",
|
||||
"api/generated/enums/dockwidgetarea",
|
||||
"api/generated/enums/dragdropmode",
|
||||
"api/generated/enums/dropaction",
|
||||
"api/generated/enums/echomode",
|
||||
"api/generated/enums/edge",
|
||||
"api/generated/enums/edittrigger",
|
||||
"api/generated/enums/enterkeytype",
|
||||
"api/generated/enums/eventpriority",
|
||||
"api/generated/enums/filemode",
|
||||
"api/generated/enums/fillrule",
|
||||
"api/generated/enums/findchildoption",
|
||||
"api/generated/enums/flow",
|
||||
"api/generated/enums/focuspolicy",
|
||||
"api/generated/enums/focusreason",
|
||||
"api/generated/enums/fontdialogoption",
|
||||
"api/generated/enums/gestureflag",
|
||||
"api/generated/enums/gesturestate",
|
||||
"api/generated/enums/gesturetype",
|
||||
"api/generated/enums/globalcolor",
|
||||
"api/generated/enums/hittestaccuracy",
|
||||
"api/generated/enums/horizontalheaderformat",
|
||||
"api/generated/enums/imageconversionflag",
|
||||
"api/generated/enums/imagereadererror",
|
||||
"api/generated/enums/inputdialogoptions",
|
||||
"api/generated/enums/inputmethodhint",
|
||||
"api/generated/enums/inputmethodquery",
|
||||
"api/generated/enums/inputmode",
|
||||
"api/generated/enums/insertpolicy",
|
||||
"api/generated/enums/itemdatarole",
|
||||
"api/generated/enums/itemflag",
|
||||
"api/generated/enums/itemselectionmode",
|
||||
"api/generated/enums/itemselectionoperation",
|
||||
"api/generated/enums/key",
|
||||
"api/generated/enums/keyboardmodifier",
|
||||
"api/generated/enums/layoutdirection",
|
||||
"api/generated/enums/layoutmode",
|
||||
"api/generated/enums/linewrapmode",
|
||||
"api/generated/enums/listviewmode",
|
||||
"api/generated/enums/maskmode",
|
||||
"api/generated/enums/matchflag",
|
||||
"api/generated/enums/mode",
|
||||
"api/generated/enums/modifier",
|
||||
"api/generated/enums/mousebutton",
|
||||
"api/generated/enums/mouseeventflag",
|
||||
"api/generated/enums/mouseeventsource",
|
||||
"api/generated/enums/movement",
|
||||
"api/generated/enums/moviestate",
|
||||
"api/generated/enums/nativegesturetype",
|
||||
"api/generated/enums/navigationmode",
|
||||
"api/generated/enums/option",
|
||||
"api/generated/enums/orientation",
|
||||
"api/generated/enums/parsingmode",
|
||||
"api/generated/enums/pencapstyle",
|
||||
"api/generated/enums/penstyle",
|
||||
"api/generated/enums/pointertype",
|
||||
"api/generated/enums/qclipboardmode",
|
||||
"api/generated/enums/qfontcapitalization",
|
||||
"api/generated/enums/qfontstretch",
|
||||
"api/generated/enums/qfontweight",
|
||||
"api/generated/enums/qiconmode",
|
||||
"api/generated/enums/qiconstate",
|
||||
"api/generated/enums/qimageformat",
|
||||
"api/generated/enums/qimageinvertmode",
|
||||
"api/generated/enums/qmessageboxicon",
|
||||
"api/generated/enums/qprogressbardirection",
|
||||
"api/generated/enums/qsettingsformat",
|
||||
"api/generated/enums/qsettingsscope",
|
||||
"api/generated/enums/qstylepixelmetric",
|
||||
"api/generated/enums/qsystemtrayiconactivationreason",
|
||||
"api/generated/enums/qtexteditlinewrapmode",
|
||||
"api/generated/enums/qtextoptionwrapmode",
|
||||
"api/generated/enums/renderhint",
|
||||
"api/generated/enums/resizemode",
|
||||
"api/generated/enums/screenorientation",
|
||||
"api/generated/enums/scrollbarpolicy",
|
||||
"api/generated/enums/scrollhint",
|
||||
"api/generated/enums/scrollmode",
|
||||
"api/generated/enums/scrollphase",
|
||||
"api/generated/enums/segmentstyle",
|
||||
"api/generated/enums/selectionbehavior",
|
||||
"api/generated/enums/selectionmode",
|
||||
"api/generated/enums/sequenceformat",
|
||||
"api/generated/enums/sequencematch",
|
||||
"api/generated/enums/shadow",
|
||||
"api/generated/enums/shape",
|
||||
"api/generated/enums/shortcutcontext",
|
||||
"api/generated/enums/sizeadjustpolicy",
|
||||
"api/generated/enums/sizeconstraint",
|
||||
"api/generated/enums/sizehint",
|
||||
"api/generated/enums/sizemode",
|
||||
"api/generated/enums/slideraction",
|
||||
"api/generated/enums/sortorder",
|
||||
"api/generated/enums/steptype",
|
||||
"api/generated/enums/systemfont",
|
||||
"api/generated/enums/tabbarshape",
|
||||
"api/generated/enums/tabfocusbehavior",
|
||||
"api/generated/enums/tabposition",
|
||||
"api/generated/enums/tabletdevice",
|
||||
"api/generated/enums/textelidemode",
|
||||
"api/generated/enums/textflag",
|
||||
"api/generated/enums/textformat",
|
||||
"api/generated/enums/textinteractionflag",
|
||||
"api/generated/enums/tickposition",
|
||||
"api/generated/enums/tilerule",
|
||||
"api/generated/enums/timespec",
|
||||
"api/generated/enums/timertype",
|
||||
"api/generated/enums/toolbararea",
|
||||
"api/generated/enums/toolbuttonpopupmode",
|
||||
"api/generated/enums/toolbuttonstyle",
|
||||
"api/generated/enums/touchpointstate",
|
||||
"api/generated/enums/transformationmode",
|
||||
"api/generated/enums/uieffect",
|
||||
"api/generated/enums/urlformattingoption",
|
||||
"api/generated/enums/userinputresolutionoption",
|
||||
"api/generated/enums/verticalheaderformat",
|
||||
"api/generated/enums/viewmode",
|
||||
"api/generated/enums/whitespacemode",
|
||||
"api/generated/enums/widgetattribute",
|
||||
"api/generated/enums/widgeteventtypes",
|
||||
"api/generated/enums/windowframesection",
|
||||
"api/generated/enums/windowmodality",
|
||||
"api/generated/enums/windowstate",
|
||||
"api/generated/enums/windowtype",
|
||||
"api/generated/enums/wrapmode",
|
||||
"api/generated/enums/writingsystem"
|
||||
],
|
||||
"Interfaces": [
|
||||
"api/generated/interfaces/qabstractbuttonsignals",
|
||||
"api/generated/interfaces/qabstractitemviewsignals",
|
||||
"api/generated/interfaces/qabstractslidersignals",
|
||||
"api/generated/interfaces/qabstractspinboxsignals",
|
||||
"api/generated/interfaces/qactionsignals",
|
||||
"api/generated/interfaces/qbuttongroupsignals",
|
||||
"api/generated/interfaces/qcalendarwidgetsignals",
|
||||
"api/generated/interfaces/qcheckboxsignals",
|
||||
"api/generated/interfaces/qcolordialogsignals",
|
||||
"api/generated/interfaces/qcomboboxsignals",
|
||||
"api/generated/interfaces/qdatetimeeditsignals",
|
||||
"api/generated/interfaces/qdialogsignals",
|
||||
"api/generated/interfaces/qdoublespinboxsignals",
|
||||
"api/generated/interfaces/qfiledialogsignals",
|
||||
"api/generated/interfaces/qfontdialogsignals",
|
||||
"api/generated/interfaces/qgraphicsblureffectsignals",
|
||||
"api/generated/interfaces/qgraphicsdropshadoweffectsignals",
|
||||
"api/generated/interfaces/qgraphicseffectsignals",
|
||||
"api/generated/interfaces/qgroupboxsignals",
|
||||
"api/generated/interfaces/qinputdialogsignals",
|
||||
"api/generated/interfaces/qlcdnumbersignals",
|
||||
"api/generated/interfaces/qlabelsignals",
|
||||
"api/generated/interfaces/qlineeditsignals",
|
||||
"api/generated/interfaces/qlistwidgetsignals",
|
||||
"api/generated/interfaces/qmessageboxsignals",
|
||||
"api/generated/interfaces/qmoviesignals",
|
||||
"api/generated/interfaces/qobjectsignals",
|
||||
"api/generated/interfaces/qplaintexteditsignals",
|
||||
"api/generated/interfaces/qprogressbarsignals",
|
||||
"api/generated/interfaces/qprogressdialogsignals",
|
||||
"api/generated/interfaces/qshortcutsignals",
|
||||
"api/generated/interfaces/qspinboxsignals",
|
||||
"api/generated/interfaces/qstackedwidgetsignals",
|
||||
"api/generated/interfaces/qstandarditemmodelsignals",
|
||||
"api/generated/interfaces/qstatusbarsignals",
|
||||
"api/generated/interfaces/qsystemtrayiconsignals",
|
||||
"api/generated/interfaces/qtabbarsignals",
|
||||
"api/generated/interfaces/qtabwidgetsignals",
|
||||
"api/generated/interfaces/qtablewidgetsignals",
|
||||
"api/generated/interfaces/qtextbrowsersignals",
|
||||
"api/generated/interfaces/qtexteditsignals",
|
||||
"api/generated/interfaces/qtoolbuttonsignals",
|
||||
"api/generated/interfaces/qtreewidgetsignals",
|
||||
"api/generated/interfaces/qwidgetsignals",
|
||||
"api/generated/interfaces/range"
|
||||
],
|
||||
"Others": [
|
||||
"api/manual/process"
|
||||
]
|
||||
},
|
||||
"guides": {
|
||||
"The Basics": [
|
||||
"guides/getting-started",
|
||||
"guides/tutorial",
|
||||
"guides/styling",
|
||||
"guides/layout",
|
||||
"guides/handle-events",
|
||||
"guides/scroll-view",
|
||||
"guides/images",
|
||||
"guides/drag-drop",
|
||||
"guides/networking",
|
||||
"guides/helpful-links"
|
||||
],
|
||||
"Guides": [
|
||||
"guides/nodegui-architecture",
|
||||
"guides/debugging",
|
||||
"guides/debugging-in-vscode",
|
||||
"guides/using-native-node-modules",
|
||||
"guides/custom-nodegui-native-plugin",
|
||||
"guides/packaging"
|
||||
]
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user