update docs

This commit is contained in:
Atul R 2020-04-13 23:20:16 +02:00
parent 300925260e
commit a746c341ae
72 changed files with 11610 additions and 36 deletions

View File

@ -55,14 +55,21 @@ layout.addWidget(label2);
* [inherits](flexlayout.md#inherits)
* [insertChildBefore](flexlayout.md#insertchildbefore)
* [invalidate](flexlayout.md#invalidate)
* [isEnabled](flexlayout.md#isenabled)
* [objectName](flexlayout.md#objectname)
* [property](flexlayout.md#property)
* [removeEventListener](flexlayout.md#removeeventlistener)
* [removeWidget](flexlayout.md#removewidget)
* [setContentsMargins](flexlayout.md#setcontentsmargins)
* [setEnabled](flexlayout.md#setenabled)
* [setFlexNode](flexlayout.md#setflexnode)
* [setNodeParent](flexlayout.md#setnodeparent)
* [setObjectName](flexlayout.md#setobjectname)
* [setProperty](flexlayout.md#setproperty)
* [setSizeConstraint](flexlayout.md#setsizeconstraint)
* [setSpacing](flexlayout.md#setspacing)
* [sizeConstraint](flexlayout.md#sizeconstraint)
* [spacing](flexlayout.md#spacing)
* [update](flexlayout.md#update)
## Constructors
@ -247,6 +254,16 @@ ___
___
### isEnabled
**isEnabled**(): *boolean*
*Inherited from [NodeLayout](nodelayout.md).[isEnabled](nodelayout.md#isenabled)*
**Returns:** *boolean*
___
### objectName
**objectName**(): *string*
@ -331,6 +348,41 @@ Name | Type |
___
### setContentsMargins
**setContentsMargins**(`left`: number, `top`: number, `right`: number, `bottom`: number): *void*
*Inherited from [NodeLayout](nodelayout.md).[setContentsMargins](nodelayout.md#setcontentsmargins)*
**Parameters:**
Name | Type |
------ | ------ |
`left` | number |
`top` | number |
`right` | number |
`bottom` | number |
**Returns:** *void*
___
### setEnabled
**setEnabled**(`enable`: boolean): *void*
*Inherited from [NodeLayout](nodelayout.md).[setEnabled](nodelayout.md#setenabled)*
**Parameters:**
Name | Type |
------ | ------ |
`enable` | boolean |
**Returns:** *void*
___
### setFlexNode
**setFlexNode**(`flexNode`: [FlexNode](../globals.md#flexnode)): *void*
@ -394,6 +446,58 @@ Name | Type |
___
### setSizeConstraint
**setSizeConstraint**(`constraint`: [SizeConstraint](../enums/sizeconstraint.md)): *void*
*Inherited from [NodeLayout](nodelayout.md).[setSizeConstraint](nodelayout.md#setsizeconstraint)*
**Parameters:**
Name | Type |
------ | ------ |
`constraint` | [SizeConstraint](../enums/sizeconstraint.md) |
**Returns:** *void*
___
### setSpacing
**setSpacing**(`spacing`: number): *void*
*Inherited from [NodeLayout](nodelayout.md).[setSpacing](nodelayout.md#setspacing)*
**Parameters:**
Name | Type |
------ | ------ |
`spacing` | number |
**Returns:** *void*
___
### sizeConstraint
**sizeConstraint**(): *[SizeConstraint](../enums/sizeconstraint.md)*
*Inherited from [NodeLayout](nodelayout.md).[sizeConstraint](nodelayout.md#sizeconstraint)*
**Returns:** *[SizeConstraint](../enums/sizeconstraint.md)*
___
### spacing
**spacing**(): *number*
*Inherited from [NodeLayout](nodelayout.md).[spacing](nodelayout.md#spacing)*
**Returns:** *number*
___
### update
**update**(): *void*

View File

@ -63,6 +63,10 @@ sidebar_label: "NodeDateTimeEdit"
* [isVisible](nodedatetimeedit.md#isvisible)
* [keyboardTracking](nodedatetimeedit.md#keyboardtracking)
* [lower](nodedatetimeedit.md#lower)
* [mapFromGlobal](nodedatetimeedit.md#mapfromglobal)
* [mapFromParent](nodedatetimeedit.md#mapfromparent)
* [mapToGlobal](nodedatetimeedit.md#maptoglobal)
* [mapToParent](nodedatetimeedit.md#maptoparent)
* [move](nodedatetimeedit.md#move)
* [objectName](nodedatetimeedit.md#objectname)
* [pos](nodedatetimeedit.md#pos)
@ -543,6 +547,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -64,6 +64,10 @@ sidebar_label: "NodeDialog"
* [isSizeGripEnabled](nodedialog.md#issizegripenabled)
* [isVisible](nodedialog.md#isvisible)
* [lower](nodedialog.md#lower)
* [mapFromGlobal](nodedialog.md#mapfromglobal)
* [mapFromParent](nodedialog.md#mapfromparent)
* [mapToGlobal](nodedialog.md#maptoglobal)
* [mapToParent](nodedialog.md#maptoparent)
* [move](nodedialog.md#move)
* [objectName](nodedialog.md#objectname)
* [open](nodedialog.md#open)
@ -295,9 +299,9 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -405,6 +409,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -60,6 +60,10 @@ sidebar_label: "NodeFrame"
* [isVisible](nodeframe.md#isvisible)
* [lineWidth](nodeframe.md#linewidth)
* [lower](nodeframe.md#lower)
* [mapFromGlobal](nodeframe.md#mapfromglobal)
* [mapFromParent](nodeframe.md#mapfromparent)
* [mapToGlobal](nodeframe.md#maptoglobal)
* [mapToParent](nodeframe.md#maptoparent)
* [midLineWidth](nodeframe.md#midlinewidth)
* [move](nodeframe.md#move)
* [objectName](nodeframe.md#objectname)
@ -434,6 +438,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -67,13 +67,20 @@ addChildToLayout(new GridLayout(), new QWidget());
* [addWidget](nodelayout.md#abstract-addwidget)
* [inherits](nodelayout.md#inherits)
* [invalidate](nodelayout.md#invalidate)
* [isEnabled](nodelayout.md#isenabled)
* [objectName](nodelayout.md#objectname)
* [property](nodelayout.md#property)
* [removeEventListener](nodelayout.md#removeeventlistener)
* [removeWidget](nodelayout.md#abstract-removewidget)
* [setContentsMargins](nodelayout.md#setcontentsmargins)
* [setEnabled](nodelayout.md#setenabled)
* [setNodeParent](nodelayout.md#setnodeparent)
* [setObjectName](nodelayout.md#setobjectname)
* [setProperty](nodelayout.md#setproperty)
* [setSizeConstraint](nodelayout.md#setsizeconstraint)
* [setSpacing](nodelayout.md#setspacing)
* [sizeConstraint](nodelayout.md#sizeconstraint)
* [spacing](nodelayout.md#spacing)
* [update](nodelayout.md#update)
## Constructors
@ -229,6 +236,14 @@ ___
___
### isEnabled
**isEnabled**(): *boolean*
**Returns:** *boolean*
___
### objectName
**objectName**(): *string*
@ -310,6 +325,37 @@ Name | Type |
___
### setContentsMargins
**setContentsMargins**(`left`: number, `top`: number, `right`: number, `bottom`: number): *void*
**Parameters:**
Name | Type |
------ | ------ |
`left` | number |
`top` | number |
`right` | number |
`bottom` | number |
**Returns:** *void*
___
### setEnabled
**setEnabled**(`enable`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`enable` | boolean |
**Returns:** *void*
___
### setNodeParent
**setNodeParent**(`parent?`: [Component](component.md)): *void*
@ -359,6 +405,50 @@ Name | Type |
___
### setSizeConstraint
**setSizeConstraint**(`constraint`: [SizeConstraint](../enums/sizeconstraint.md)): *void*
**Parameters:**
Name | Type |
------ | ------ |
`constraint` | [SizeConstraint](../enums/sizeconstraint.md) |
**Returns:** *void*
___
### setSpacing
**setSpacing**(`spacing`: number): *void*
**Parameters:**
Name | Type |
------ | ------ |
`spacing` | number |
**Returns:** *void*
___
### sizeConstraint
**sizeConstraint**(): *[SizeConstraint](../enums/sizeconstraint.md)*
**Returns:** *[SizeConstraint](../enums/sizeconstraint.md)*
___
### spacing
**spacing**(): *number*
**Returns:** *number*
___
### update
**update**(): *void*

View File

@ -91,6 +91,10 @@ const listview = new QListView();
* [layoutMode](nodelistview.md#layoutmode)
* [lineWidth](nodelistview.md#linewidth)
* [lower](nodelistview.md#lower)
* [mapFromGlobal](nodelistview.md#mapfromglobal)
* [mapFromParent](nodelistview.md#mapfromparent)
* [mapToGlobal](nodelistview.md#maptoglobal)
* [mapToParent](nodelistview.md#maptoparent)
* [midLineWidth](nodelistview.md#midlinewidth)
* [modelColumn](nodelistview.md#modelcolumn)
* [move](nodelistview.md#move)
@ -743,6 +747,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -92,6 +92,10 @@ const tableview = new QTableView();
* [isVisible](nodetableview.md#isvisible)
* [lineWidth](nodetableview.md#linewidth)
* [lower](nodetableview.md#lower)
* [mapFromGlobal](nodetableview.md#mapfromglobal)
* [mapFromParent](nodetableview.md#mapfromparent)
* [mapToGlobal](nodetableview.md#maptoglobal)
* [mapToParent](nodetableview.md#maptoparent)
* [midLineWidth](nodetableview.md#midlinewidth)
* [move](nodetableview.md#move)
* [objectName](nodetableview.md#objectname)
@ -814,6 +818,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

File diff suppressed because it is too large Load Diff

View File

@ -112,6 +112,10 @@ Implement all native QWidget methods here so that all widgets get access to thos
* [isEnabled](nodewidget.md#isenabled)
* [isVisible](nodewidget.md#isvisible)
* [lower](nodewidget.md#lower)
* [mapFromGlobal](nodewidget.md#mapfromglobal)
* [mapFromParent](nodewidget.md#mapfromparent)
* [mapToGlobal](nodewidget.md#maptoglobal)
* [mapToParent](nodewidget.md#maptoparent)
* [move](nodewidget.md#move)
* [objectName](nodewidget.md#objectname)
* [pos](nodewidget.md#pos)
@ -399,6 +403,62 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -72,6 +72,10 @@ It is inherited by QCheckBox, QPushButton, QRadioButton, and QToolButton.
* [isEnabled](qabstractbutton.md#isenabled)
* [isVisible](qabstractbutton.md#isvisible)
* [lower](qabstractbutton.md#lower)
* [mapFromGlobal](qabstractbutton.md#mapfromglobal)
* [mapFromParent](qabstractbutton.md#mapfromparent)
* [mapToGlobal](qabstractbutton.md#maptoglobal)
* [mapToParent](qabstractbutton.md#maptoparent)
* [move](qabstractbutton.md#move)
* [objectName](qabstractbutton.md#objectname)
* [pos](qabstractbutton.md#pos)
@ -499,6 +503,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -76,6 +76,10 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
* [isVisible](qabstractitemview.md#isvisible)
* [lineWidth](qabstractitemview.md#linewidth)
* [lower](qabstractitemview.md#lower)
* [mapFromGlobal](qabstractitemview.md#mapfromglobal)
* [mapFromParent](qabstractitemview.md#mapfromparent)
* [mapToGlobal](qabstractitemview.md#maptoglobal)
* [mapToParent](qabstractitemview.md#maptoparent)
* [midLineWidth](qabstractitemview.md#midlinewidth)
* [move](qabstractitemview.md#move)
* [objectName](qabstractitemview.md#objectname)
@ -604,6 +608,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -34,6 +34,8 @@ QAbstractScrollArea will list all methods and properties that are common to all
↳ [QTreeWidget](qtreewidget.md)
↳ [NodeTextEdit](nodetextedit.md)
## Index
### Constructors
@ -73,6 +75,10 @@ QAbstractScrollArea will list all methods and properties that are common to all
* [isVisible](qabstractscrollarea.md#isvisible)
* [lineWidth](qabstractscrollarea.md#linewidth)
* [lower](qabstractscrollarea.md#lower)
* [mapFromGlobal](qabstractscrollarea.md#mapfromglobal)
* [mapFromParent](qabstractscrollarea.md#mapfromparent)
* [mapToGlobal](qabstractscrollarea.md#maptoglobal)
* [mapToParent](qabstractscrollarea.md#maptoparent)
* [midLineWidth](qabstractscrollarea.md#midlinewidth)
* [move](qabstractscrollarea.md#move)
* [objectName](qabstractscrollarea.md#objectname)
@ -469,6 +475,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -66,6 +66,10 @@ QAbstractSlider will list all methods and properties that are common to all slid
* [isSliderDown](qabstractslider.md#issliderdown)
* [isVisible](qabstractslider.md#isvisible)
* [lower](qabstractslider.md#lower)
* [mapFromGlobal](qabstractslider.md#mapfromglobal)
* [mapFromParent](qabstractslider.md#mapfromparent)
* [mapToGlobal](qabstractslider.md#maptoglobal)
* [mapToParent](qabstractslider.md#maptoparent)
* [maximum](qabstractslider.md#maximum)
* [minimum](qabstractslider.md#minimum)
* [move](qabstractslider.md#move)
@ -437,6 +441,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -68,6 +68,10 @@ It is inherited by QDateTimeEdit and QSpinBox. (n/a QDoubleSpinBox)
* [isVisible](qabstractspinbox.md#isvisible)
* [keyboardTracking](qabstractspinbox.md#keyboardtracking)
* [lower](qabstractspinbox.md#lower)
* [mapFromGlobal](qabstractspinbox.md#mapfromglobal)
* [mapFromParent](qabstractspinbox.md#mapfromparent)
* [mapToGlobal](qabstractspinbox.md#maptoglobal)
* [mapToParent](qabstractspinbox.md#maptoparent)
* [move](qabstractspinbox.md#move)
* [objectName](qabstractspinbox.md#objectname)
* [pos](qabstractspinbox.md#pos)
@ -475,6 +479,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -52,19 +52,30 @@ centralWidget.setLayout(boxLayout);
* [addStretch](qboxlayout.md#addstretch)
* [addStrut](qboxlayout.md#addstrut)
* [addWidget](qboxlayout.md#addwidget)
* [count](qboxlayout.md#count)
* [direction](qboxlayout.md#direction)
* [inherits](qboxlayout.md#inherits)
* [insertLayout](qboxlayout.md#insertlayout)
* [insertSpacing](qboxlayout.md#insertspacing)
* [insertStretch](qboxlayout.md#insertstretch)
* [insertWidget](qboxlayout.md#insertwidget)
* [invalidate](qboxlayout.md#invalidate)
* [isEnabled](qboxlayout.md#isenabled)
* [objectName](qboxlayout.md#objectname)
* [property](qboxlayout.md#property)
* [removeEventListener](qboxlayout.md#removeeventlistener)
* [removeWidget](qboxlayout.md#removewidget)
* [setContentsMargins](qboxlayout.md#setcontentsmargins)
* [setDirection](qboxlayout.md#setdirection)
* [setEnabled](qboxlayout.md#setenabled)
* [setNodeParent](qboxlayout.md#setnodeparent)
* [setObjectName](qboxlayout.md#setobjectname)
* [setProperty](qboxlayout.md#setproperty)
* [setSizeConstraint](qboxlayout.md#setsizeconstraint)
* [setSpacing](qboxlayout.md#setspacing)
* [setStretch](qboxlayout.md#setstretch)
* [sizeConstraint](qboxlayout.md#sizeconstraint)
* [spacing](qboxlayout.md#spacing)
* [update](qboxlayout.md#update)
## Constructors
@ -276,6 +287,14 @@ Name | Type | Default |
___
### count
**count**(): *number*
**Returns:** *number*
___
### direction
**direction**(): *[Direction](../enums/direction.md)*
@ -316,6 +335,36 @@ Name | Type | Default |
___
### insertSpacing
**insertSpacing**(`index`: number, `size`: number): *void*
**Parameters:**
Name | Type |
------ | ------ |
`index` | number |
`size` | number |
**Returns:** *void*
___
### insertStretch
**insertStretch**(`index`: number, `stretch`: number): *void*
**Parameters:**
Name | Type | Default |
------ | ------ | ------ |
`index` | number | - |
`stretch` | number | 0 |
**Returns:** *void*
___
### insertWidget
**insertWidget**(`index`: number, `widget`: [NodeWidget](nodewidget.md)any, `stretch`: number): *void*
@ -342,6 +391,16 @@ ___
___
### isEnabled
**isEnabled**(): *boolean*
*Inherited from [NodeLayout](nodelayout.md).[isEnabled](nodelayout.md#isenabled)*
**Returns:** *boolean*
___
### objectName
**objectName**(): *string*
@ -425,6 +484,25 @@ Name | Type |
___
### setContentsMargins
**setContentsMargins**(`left`: number, `top`: number, `right`: number, `bottom`: number): *void*
*Inherited from [NodeLayout](nodelayout.md).[setContentsMargins](nodelayout.md#setcontentsmargins)*
**Parameters:**
Name | Type |
------ | ------ |
`left` | number |
`top` | number |
`right` | number |
`bottom` | number |
**Returns:** *void*
___
### setDirection
**setDirection**(`dir`: [Direction](../enums/direction.md)): *void*
@ -439,6 +517,22 @@ Name | Type |
___
### setEnabled
**setEnabled**(`enable`: boolean): *void*
*Inherited from [NodeLayout](nodelayout.md).[setEnabled](nodelayout.md#setenabled)*
**Parameters:**
Name | Type |
------ | ------ |
`enable` | boolean |
**Returns:** *void*
___
### setNodeParent
**setNodeParent**(`parent?`: [Component](component.md)): *void*
@ -488,6 +582,73 @@ Name | Type |
___
### setSizeConstraint
**setSizeConstraint**(`constraint`: [SizeConstraint](../enums/sizeconstraint.md)): *void*
*Inherited from [NodeLayout](nodelayout.md).[setSizeConstraint](nodelayout.md#setsizeconstraint)*
**Parameters:**
Name | Type |
------ | ------ |
`constraint` | [SizeConstraint](../enums/sizeconstraint.md) |
**Returns:** *void*
___
### setSpacing
**setSpacing**(`spacing`: number): *void*
*Inherited from [NodeLayout](nodelayout.md).[setSpacing](nodelayout.md#setspacing)*
**Parameters:**
Name | Type |
------ | ------ |
`spacing` | number |
**Returns:** *void*
___
### setStretch
**setStretch**(`index`: number, `stretch`: number): *void*
**Parameters:**
Name | Type |
------ | ------ |
`index` | number |
`stretch` | number |
**Returns:** *void*
___
### sizeConstraint
**sizeConstraint**(): *[SizeConstraint](../enums/sizeconstraint.md)*
*Inherited from [NodeLayout](nodelayout.md).[sizeConstraint](nodelayout.md#sizeconstraint)*
**Returns:** *[SizeConstraint](../enums/sizeconstraint.md)*
___
### spacing
**spacing**(): *number*
*Inherited from [NodeLayout](nodelayout.md).[spacing](nodelayout.md#spacing)*
**Returns:** *number*
___
### update
**update**(): *void*

View File

@ -63,6 +63,10 @@ const calendarWidget = new QCalendarWidget();
* [isNavigationBarVisible](qcalendarwidget.md#isnavigationbarvisible)
* [isVisible](qcalendarwidget.md#isvisible)
* [lower](qcalendarwidget.md#lower)
* [mapFromGlobal](qcalendarwidget.md#mapfromglobal)
* [mapFromParent](qcalendarwidget.md#mapfromparent)
* [mapToGlobal](qcalendarwidget.md#maptoglobal)
* [mapToParent](qcalendarwidget.md#maptoparent)
* [move](qcalendarwidget.md#move)
* [objectName](qcalendarwidget.md#objectname)
* [pos](qcalendarwidget.md#pos)
@ -444,6 +448,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -70,6 +70,10 @@ checkbox.setText("Hello");
* [isTristate](qcheckbox.md#istristate)
* [isVisible](qcheckbox.md#isvisible)
* [lower](qcheckbox.md#lower)
* [mapFromGlobal](qcheckbox.md#mapfromglobal)
* [mapFromParent](qcheckbox.md#mapfromparent)
* [mapToGlobal](qcheckbox.md#maptoglobal)
* [mapToParent](qcheckbox.md#maptoparent)
* [move](qcheckbox.md#move)
* [objectName](qcheckbox.md#objectname)
* [pos](qcheckbox.md#pos)
@ -554,6 +558,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -65,6 +65,10 @@ console.log(color.red(), color.green(), color.blue());
* [isSizeGripEnabled](qcolordialog.md#issizegripenabled)
* [isVisible](qcolordialog.md#isvisible)
* [lower](qcolordialog.md#lower)
* [mapFromGlobal](qcolordialog.md#mapfromglobal)
* [mapFromParent](qcolordialog.md#mapfromparent)
* [mapToGlobal](qcolordialog.md#maptoglobal)
* [mapToParent](qcolordialog.md#maptoparent)
* [move](qcolordialog.md#move)
* [objectName](qcolordialog.md#objectname)
* [open](qcolordialog.md#open)
@ -319,11 +323,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -433,6 +437,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -79,6 +79,10 @@ console.log('currentIndexChanged: ' + index);
* [itemData](qcombobox.md#itemdata)
* [itemText](qcombobox.md#itemtext)
* [lower](qcombobox.md#lower)
* [mapFromGlobal](qcombobox.md#mapfromglobal)
* [mapFromParent](qcombobox.md#mapfromparent)
* [mapToGlobal](qcombobox.md#maptoglobal)
* [mapToParent](qcombobox.md#maptoparent)
* [maxVisibleItems](qcombobox.md#maxvisibleitems)
* [move](qcombobox.md#move)
* [objectName](qcombobox.md#objectname)
@ -548,6 +552,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maxVisibleItems
**maxVisibleItems**(): *number*

View File

@ -72,6 +72,10 @@ const dateEdit = new QDateEdit();
* [isVisible](qdateedit.md#isvisible)
* [keyboardTracking](qdateedit.md#keyboardtracking)
* [lower](qdateedit.md#lower)
* [mapFromGlobal](qdateedit.md#mapfromglobal)
* [mapFromParent](qdateedit.md#mapfromparent)
* [mapToGlobal](qdateedit.md#maptoglobal)
* [mapToParent](qdateedit.md#maptoparent)
* [move](qdateedit.md#move)
* [objectName](qdateedit.md#objectname)
* [pos](qdateedit.md#pos)
@ -568,6 +572,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -78,6 +78,10 @@ dateTimeEdit.setTime(time);
* [isVisible](qdatetimeedit.md#isvisible)
* [keyboardTracking](qdatetimeedit.md#keyboardtracking)
* [lower](qdatetimeedit.md#lower)
* [mapFromGlobal](qdatetimeedit.md#mapfromglobal)
* [mapFromParent](qdatetimeedit.md#mapfromparent)
* [mapToGlobal](qdatetimeedit.md#maptoglobal)
* [mapToParent](qdatetimeedit.md#maptoparent)
* [move](qdatetimeedit.md#move)
* [objectName](qdatetimeedit.md#objectname)
* [pos](qdatetimeedit.md#pos)
@ -574,6 +578,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -60,6 +60,10 @@ const dial = new QDial();
* [isSliderDown](qdial.md#issliderdown)
* [isVisible](qdial.md#isvisible)
* [lower](qdial.md#lower)
* [mapFromGlobal](qdial.md#mapfromglobal)
* [mapFromParent](qdial.md#mapfromparent)
* [mapToGlobal](qdial.md#maptoglobal)
* [mapToParent](qdial.md#maptoparent)
* [maximum](qdial.md#maximum)
* [minimum](qdial.md#minimum)
* [move](qdial.md#move)
@ -450,6 +454,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -50,6 +50,10 @@ It is inherited by QFileDialog and QMessageBox (n/a QColorDialog, QErrorMessage,
* [isSizeGripEnabled](qdialog.md#issizegripenabled)
* [isVisible](qdialog.md#isvisible)
* [lower](qdialog.md#lower)
* [mapFromGlobal](qdialog.md#mapfromglobal)
* [mapFromParent](qdialog.md#mapfromparent)
* [mapToGlobal](qdialog.md#maptoglobal)
* [mapToParent](qdialog.md#maptoparent)
* [move](qdialog.md#move)
* [objectName](qdialog.md#objectname)
* [open](qdialog.md#open)
@ -279,11 +283,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -393,6 +397,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -67,6 +67,10 @@ const doublespinBox = new QDoubleSpinBox();
* [isVisible](qdoublespinbox.md#isvisible)
* [keyboardTracking](qdoublespinbox.md#keyboardtracking)
* [lower](qdoublespinbox.md#lower)
* [mapFromGlobal](qdoublespinbox.md#mapfromglobal)
* [mapFromParent](qdoublespinbox.md#mapfromparent)
* [mapToGlobal](qdoublespinbox.md#maptoglobal)
* [mapToParent](qdoublespinbox.md#maptoparent)
* [maximum](qdoublespinbox.md#maximum)
* [minimum](qdoublespinbox.md#minimum)
* [move](qdoublespinbox.md#move)
@ -530,6 +534,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -59,6 +59,10 @@ const errorMessage = new QErrorMessage();
* [isSizeGripEnabled](qerrormessage.md#issizegripenabled)
* [isVisible](qerrormessage.md#isvisible)
* [lower](qerrormessage.md#lower)
* [mapFromGlobal](qerrormessage.md#mapfromglobal)
* [mapFromParent](qerrormessage.md#mapfromparent)
* [mapToGlobal](qerrormessage.md#maptoglobal)
* [mapToParent](qerrormessage.md#maptoparent)
* [move](qerrormessage.md#move)
* [objectName](qerrormessage.md#objectname)
* [open](qerrormessage.md#open)
@ -295,11 +299,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -409,6 +413,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -69,6 +69,10 @@ console.log(selectedFiles);
* [isVisible](qfiledialog.md#isvisible)
* [labelText](qfiledialog.md#labeltext)
* [lower](qfiledialog.md#lower)
* [mapFromGlobal](qfiledialog.md#mapfromglobal)
* [mapFromParent](qfiledialog.md#mapfromparent)
* [mapToGlobal](qfiledialog.md#maptoglobal)
* [mapToParent](qfiledialog.md#maptoparent)
* [move](qfiledialog.md#move)
* [objectName](qfiledialog.md#objectname)
* [open](qfiledialog.md#open)
@ -335,11 +339,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -471,6 +475,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -63,6 +63,10 @@ console.log(font);
* [isSizeGripEnabled](qfontdialog.md#issizegripenabled)
* [isVisible](qfontdialog.md#isvisible)
* [lower](qfontdialog.md#lower)
* [mapFromGlobal](qfontdialog.md#mapfromglobal)
* [mapFromParent](qfontdialog.md#mapfromparent)
* [mapToGlobal](qfontdialog.md#maptoglobal)
* [mapToParent](qfontdialog.md#maptoparent)
* [move](qfontdialog.md#move)
* [objectName](qfontdialog.md#objectname)
* [open](qfontdialog.md#open)
@ -312,11 +316,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -426,6 +430,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -62,6 +62,10 @@ const frame = new QFrame();
* [isVisible](qframe.md#isvisible)
* [lineWidth](qframe.md#linewidth)
* [lower](qframe.md#lower)
* [mapFromGlobal](qframe.md#mapfromglobal)
* [mapFromParent](qframe.md#mapfromparent)
* [mapToGlobal](qframe.md#maptoglobal)
* [mapToParent](qframe.md#maptoparent)
* [midLineWidth](qframe.md#midlinewidth)
* [move](qframe.md#move)
* [objectName](qframe.md#objectname)
@ -446,6 +450,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -52,13 +52,20 @@ layout.addWidget(label2);
* [addWidget](qgridlayout.md#addwidget)
* [inherits](qgridlayout.md#inherits)
* [invalidate](qgridlayout.md#invalidate)
* [isEnabled](qgridlayout.md#isenabled)
* [objectName](qgridlayout.md#objectname)
* [property](qgridlayout.md#property)
* [removeEventListener](qgridlayout.md#removeeventlistener)
* [removeWidget](qgridlayout.md#removewidget)
* [setContentsMargins](qgridlayout.md#setcontentsmargins)
* [setEnabled](qgridlayout.md#setenabled)
* [setNodeParent](qgridlayout.md#setnodeparent)
* [setObjectName](qgridlayout.md#setobjectname)
* [setProperty](qgridlayout.md#setproperty)
* [setSizeConstraint](qgridlayout.md#setsizeconstraint)
* [setSpacing](qgridlayout.md#setspacing)
* [sizeConstraint](qgridlayout.md#sizeconstraint)
* [spacing](qgridlayout.md#spacing)
* [update](qgridlayout.md#update)
## Constructors
@ -229,6 +236,16 @@ ___
___
### isEnabled
**isEnabled**(): *boolean*
*Inherited from [NodeLayout](nodelayout.md).[isEnabled](nodelayout.md#isenabled)*
**Returns:** *boolean*
___
### objectName
**objectName**(): *string*
@ -312,6 +329,41 @@ Name | Type |
___
### setContentsMargins
**setContentsMargins**(`left`: number, `top`: number, `right`: number, `bottom`: number): *void*
*Inherited from [NodeLayout](nodelayout.md).[setContentsMargins](nodelayout.md#setcontentsmargins)*
**Parameters:**
Name | Type |
------ | ------ |
`left` | number |
`top` | number |
`right` | number |
`bottom` | number |
**Returns:** *void*
___
### setEnabled
**setEnabled**(`enable`: boolean): *void*
*Inherited from [NodeLayout](nodelayout.md).[setEnabled](nodelayout.md#setenabled)*
**Parameters:**
Name | Type |
------ | ------ |
`enable` | boolean |
**Returns:** *void*
___
### setNodeParent
**setNodeParent**(`parent?`: [Component](component.md)): *void*
@ -361,6 +413,58 @@ Name | Type |
___
### setSizeConstraint
**setSizeConstraint**(`constraint`: [SizeConstraint](../enums/sizeconstraint.md)): *void*
*Inherited from [NodeLayout](nodelayout.md).[setSizeConstraint](nodelayout.md#setsizeconstraint)*
**Parameters:**
Name | Type |
------ | ------ |
`constraint` | [SizeConstraint](../enums/sizeconstraint.md) |
**Returns:** *void*
___
### setSpacing
**setSpacing**(`spacing`: number): *void*
*Inherited from [NodeLayout](nodelayout.md).[setSpacing](nodelayout.md#setspacing)*
**Parameters:**
Name | Type |
------ | ------ |
`spacing` | number |
**Returns:** *void*
___
### sizeConstraint
**sizeConstraint**(): *[SizeConstraint](../enums/sizeconstraint.md)*
*Inherited from [NodeLayout](nodelayout.md).[sizeConstraint](nodelayout.md#sizeconstraint)*
**Returns:** *[SizeConstraint](../enums/sizeconstraint.md)*
___
### spacing
**spacing**(): *number*
*Inherited from [NodeLayout](nodelayout.md).[spacing](nodelayout.md#spacing)*
**Returns:** *number*
___
### update
**update**(): *void*

View File

@ -80,6 +80,10 @@ win.show();
* [isFlat](qgroupbox.md#isflat)
* [isVisible](qgroupbox.md#isvisible)
* [lower](qgroupbox.md#lower)
* [mapFromGlobal](qgroupbox.md#mapfromglobal)
* [mapFromParent](qgroupbox.md#mapfromparent)
* [mapToGlobal](qgroupbox.md#maptoglobal)
* [mapToParent](qgroupbox.md#maptoparent)
* [move](qgroupbox.md#move)
* [objectName](qgroupbox.md#objectname)
* [pos](qgroupbox.md#pos)
@ -441,6 +445,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -73,6 +73,10 @@ dialog.exec();
* [isVisible](qinputdialog.md#isvisible)
* [labelText](qinputdialog.md#labeltext)
* [lower](qinputdialog.md#lower)
* [mapFromGlobal](qinputdialog.md#mapfromglobal)
* [mapFromParent](qinputdialog.md#mapfromparent)
* [mapToGlobal](qinputdialog.md#maptoglobal)
* [mapToParent](qinputdialog.md#maptoparent)
* [move](qinputdialog.md#move)
* [objectName](qinputdialog.md#objectname)
* [okButtonText](qinputdialog.md#okbuttontext)
@ -377,11 +381,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -547,6 +551,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -69,6 +69,10 @@ label.setText("Hello");
* [isVisible](qlabel.md#isvisible)
* [lineWidth](qlabel.md#linewidth)
* [lower](qlabel.md#lower)
* [mapFromGlobal](qlabel.md#mapfromglobal)
* [mapFromParent](qlabel.md#mapfromparent)
* [mapToGlobal](qlabel.md#maptoglobal)
* [mapToParent](qlabel.md#maptoparent)
* [margin](qlabel.md#margin)
* [midLineWidth](qlabel.md#midlinewidth)
* [move](qlabel.md#move)
@ -534,6 +538,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### margin
**margin**(): *number*

View File

@ -61,6 +61,10 @@ const lcd = new QLCDNumber();
* [isEnabled](qlcdnumber.md#isenabled)
* [isVisible](qlcdnumber.md#isvisible)
* [lower](qlcdnumber.md#lower)
* [mapFromGlobal](qlcdnumber.md#mapfromglobal)
* [mapFromParent](qlcdnumber.md#mapfromparent)
* [mapToGlobal](qlcdnumber.md#maptoglobal)
* [mapToParent](qlcdnumber.md#maptoparent)
* [mode](qlcdnumber.md#mode)
* [move](qlcdnumber.md#move)
* [objectName](qlcdnumber.md#objectname)
@ -440,6 +444,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mode
**mode**(): *[Mode](../enums/mode.md)*

View File

@ -58,6 +58,10 @@ const lineEdit = new QLineEdit();
* [isReadOnly](qlineedit.md#isreadonly)
* [isVisible](qlineedit.md#isvisible)
* [lower](qlineedit.md#lower)
* [mapFromGlobal](qlineedit.md#mapfromglobal)
* [mapFromParent](qlineedit.md#mapfromparent)
* [mapToGlobal](qlineedit.md#maptoglobal)
* [mapToParent](qlineedit.md#maptoparent)
* [move](qlineedit.md#move)
* [objectName](qlineedit.md#objectname)
* [placeholderText](qlineedit.md#placeholdertext)
@ -403,6 +407,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -70,6 +70,10 @@ sidebar_label: "QListView"
* [layoutMode](qlistview.md#layoutmode)
* [lineWidth](qlistview.md#linewidth)
* [lower](qlistview.md#lower)
* [mapFromGlobal](qlistview.md#mapfromglobal)
* [mapFromParent](qlistview.md#mapfromparent)
* [mapToGlobal](qlistview.md#maptoglobal)
* [mapToParent](qlistview.md#maptoparent)
* [midLineWidth](qlistview.md#midlinewidth)
* [modelColumn](qlistview.md#modelcolumn)
* [move](qlistview.md#move)
@ -744,6 +748,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -110,6 +110,10 @@ listWidget.addItem(listWidgetItem);
* [layoutMode](qlistwidget.md#layoutmode)
* [lineWidth](qlistwidget.md#linewidth)
* [lower](qlistwidget.md#lower)
* [mapFromGlobal](qlistwidget.md#mapfromglobal)
* [mapFromParent](qlistwidget.md#mapfromparent)
* [mapToGlobal](qlistwidget.md#maptoglobal)
* [mapToParent](qlistwidget.md#maptoparent)
* [midLineWidth](qlistwidget.md#midlinewidth)
* [modelColumn](qlistwidget.md#modelcolumn)
* [move](qlistwidget.md#move)
@ -1000,6 +1004,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -71,6 +71,10 @@ Once a central widget is set you can add children/layout to the central widget.
* [isEnabled](qmainwindow.md#isenabled)
* [isVisible](qmainwindow.md#isvisible)
* [lower](qmainwindow.md#lower)
* [mapFromGlobal](qmainwindow.md#mapfromglobal)
* [mapFromParent](qmainwindow.md#mapfromparent)
* [mapToGlobal](qmainwindow.md#maptoglobal)
* [mapToParent](qmainwindow.md#maptoparent)
* [menuBar](qmainwindow.md#menubar)
* [move](qmainwindow.md#move)
* [objectName](qmainwindow.md#objectname)
@ -418,6 +422,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### menuBar
**menuBar**(): *[QMenuBar](qmenubar.md) | undefined*

View File

@ -56,6 +56,10 @@ const menu = new QMenu();
* [isEnabled](qmenu.md#isenabled)
* [isVisible](qmenu.md#isvisible)
* [lower](qmenu.md#lower)
* [mapFromGlobal](qmenu.md#mapfromglobal)
* [mapFromParent](qmenu.md#mapfromparent)
* [mapToGlobal](qmenu.md#maptoglobal)
* [mapToParent](qmenu.md#maptoparent)
* [move](qmenu.md#move)
* [objectName](qmenu.md#objectname)
* [popup](qmenu.md#popup)
@ -295,14 +299,14 @@ ___
### exec
**exec**(`point?`: [QPoint](qpoint.md), `action?`: [QAction](qaction.md)): *void*
**exec**(`point?`: [QPoint](qpoint.md), `action?`: [QAction](qaction.md) | null): *void*
**Parameters:**
Name | Type |
------ | ------ |
`point?` | [QPoint](qpoint.md) |
`action?` | [QAction](qaction.md) |
`action?` | [QAction](qaction.md) | null |
**Returns:** *void*
@ -404,6 +408,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -61,6 +61,10 @@ global.win = win;
* [isEnabled](qmenubar.md#isenabled)
* [isVisible](qmenubar.md#isvisible)
* [lower](qmenubar.md#lower)
* [mapFromGlobal](qmenubar.md#mapfromglobal)
* [mapFromParent](qmenubar.md#mapfromparent)
* [mapToGlobal](qmenubar.md#maptoglobal)
* [mapToParent](qmenubar.md#maptoparent)
* [move](qmenubar.md#move)
* [objectName](qmenubar.md#objectname)
* [pos](qmenubar.md#pos)
@ -425,6 +429,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -67,6 +67,10 @@ messageBox.exec();
* [isSizeGripEnabled](qmessagebox.md#issizegripenabled)
* [isVisible](qmessagebox.md#isvisible)
* [lower](qmessagebox.md#lower)
* [mapFromGlobal](qmessagebox.md#mapfromglobal)
* [mapFromParent](qmessagebox.md#mapfromparent)
* [mapToGlobal](qmessagebox.md#maptoglobal)
* [mapToParent](qmessagebox.md#maptoparent)
* [move](qmessagebox.md#move)
* [objectName](qmessagebox.md#objectname)
* [open](qmessagebox.md#open)
@ -354,11 +358,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -468,6 +472,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -50,9 +50,9 @@ Name | Type |
### button
**button**(): *string*
**button**(): *number*
**Returns:** *string*
**Returns:** *number*
___

View File

@ -67,6 +67,10 @@ const plainTextEdit = new QPlainTextEdit();
* [lineWidth](qplaintextedit.md#linewidth)
* [lineWrapMode](qplaintextedit.md#linewrapmode)
* [lower](qplaintextedit.md#lower)
* [mapFromGlobal](qplaintextedit.md#mapfromglobal)
* [mapFromParent](qplaintextedit.md#mapfromparent)
* [mapToGlobal](qplaintextedit.md#maptoglobal)
* [mapToParent](qplaintextedit.md#maptoparent)
* [midLineWidth](qplaintextedit.md#midlinewidth)
* [move](qplaintextedit.md#move)
* [objectName](qplaintextedit.md#objectname)
@ -512,6 +516,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -60,6 +60,10 @@ const progressBar = new QProgressBar();
* [isTextVisible](qprogressbar.md#istextvisible)
* [isVisible](qprogressbar.md#isvisible)
* [lower](qprogressbar.md#lower)
* [mapFromGlobal](qprogressbar.md#mapfromglobal)
* [mapFromParent](qprogressbar.md#mapfromparent)
* [mapToGlobal](qprogressbar.md#maptoglobal)
* [mapToParent](qprogressbar.md#maptoparent)
* [maximum](qprogressbar.md#maximum)
* [minimum](qprogressbar.md#minimum)
* [move](qprogressbar.md#move)
@ -433,6 +437,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -63,6 +63,10 @@ const progressDialog = new QProgressDialog();
* [isVisible](qprogressdialog.md#isvisible)
* [labelText](qprogressdialog.md#labeltext)
* [lower](qprogressdialog.md#lower)
* [mapFromGlobal](qprogressdialog.md#mapfromglobal)
* [mapFromParent](qprogressdialog.md#mapfromparent)
* [mapToGlobal](qprogressdialog.md#maptoglobal)
* [mapToParent](qprogressdialog.md#maptoparent)
* [maximum](qprogressdialog.md#maximum)
* [minimum](qprogressdialog.md#minimum)
* [minimumDuration](qprogressdialog.md#minimumduration)
@ -337,11 +341,11 @@ ___
### exec
**exec**(): *number*
**exec**(): *[DialogCode](../enums/dialogcode.md)*
*Inherited from [NodeDialog](nodedialog.md).[exec](nodedialog.md#exec)*
**Returns:** *number*
**Returns:** *[DialogCode](../enums/dialogcode.md)*
___
@ -459,6 +463,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -71,6 +71,10 @@ button.setText("Hello");
* [isFlat](qpushbutton.md#isflat)
* [isVisible](qpushbutton.md#isvisible)
* [lower](qpushbutton.md#lower)
* [mapFromGlobal](qpushbutton.md#mapfromglobal)
* [mapFromParent](qpushbutton.md#mapfromparent)
* [mapToGlobal](qpushbutton.md#maptoglobal)
* [mapToParent](qpushbutton.md#maptoparent)
* [menu](qpushbutton.md#menu)
* [move](qpushbutton.md#move)
* [objectName](qpushbutton.md#objectname)
@ -579,6 +583,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### menu
**menu**(): *[QMenu](qmenu.md) | null*

View File

@ -68,6 +68,10 @@ radioButton.setText("Hello");
* [isEnabled](qradiobutton.md#isenabled)
* [isVisible](qradiobutton.md#isvisible)
* [lower](qradiobutton.md#lower)
* [mapFromGlobal](qradiobutton.md#mapfromglobal)
* [mapFromParent](qradiobutton.md#mapfromparent)
* [mapToGlobal](qradiobutton.md#maptoglobal)
* [mapToParent](qradiobutton.md#maptoparent)
* [move](qradiobutton.md#move)
* [objectName](qradiobutton.md#objectname)
* [pos](qradiobutton.md#pos)
@ -534,6 +538,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -74,6 +74,10 @@ scrollArea.setWidget(imageLabel);
* [isVisible](qscrollarea.md#isvisible)
* [lineWidth](qscrollarea.md#linewidth)
* [lower](qscrollarea.md#lower)
* [mapFromGlobal](qscrollarea.md#mapfromglobal)
* [mapFromParent](qscrollarea.md#mapfromparent)
* [mapToGlobal](qscrollarea.md#maptoglobal)
* [mapToParent](qscrollarea.md#maptoparent)
* [midLineWidth](qscrollarea.md#midlinewidth)
* [move](qscrollarea.md#move)
* [objectName](qscrollarea.md#objectname)
@ -529,6 +533,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -60,6 +60,10 @@ const scrollbar = new QScrollBar();
* [isSliderDown](qscrollbar.md#issliderdown)
* [isVisible](qscrollbar.md#isvisible)
* [lower](qscrollbar.md#lower)
* [mapFromGlobal](qscrollbar.md#mapfromglobal)
* [mapFromParent](qscrollbar.md#mapfromparent)
* [mapToGlobal](qscrollbar.md#maptoglobal)
* [mapToParent](qscrollbar.md#maptoparent)
* [maximum](qscrollbar.md#maximum)
* [minimum](qscrollbar.md#minimum)
* [move](qscrollbar.md#move)
@ -443,6 +447,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -60,6 +60,10 @@ const slider = new QSlider();
* [isSliderDown](qslider.md#issliderdown)
* [isVisible](qslider.md#isvisible)
* [lower](qslider.md#lower)
* [mapFromGlobal](qslider.md#mapfromglobal)
* [mapFromParent](qslider.md#mapfromparent)
* [mapToGlobal](qslider.md#maptoglobal)
* [mapToParent](qslider.md#maptoparent)
* [maximum](qslider.md#maximum)
* [minimum](qslider.md#minimum)
* [move](qslider.md#move)
@ -447,6 +451,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -67,6 +67,10 @@ const spinBox = new QSpinBox();
* [isVisible](qspinbox.md#isvisible)
* [keyboardTracking](qspinbox.md#keyboardtracking)
* [lower](qspinbox.md#lower)
* [mapFromGlobal](qspinbox.md#mapfromglobal)
* [mapFromParent](qspinbox.md#mapfromparent)
* [mapToGlobal](qspinbox.md#maptoglobal)
* [mapToParent](qspinbox.md#maptoparent)
* [maximum](qspinbox.md#maximum)
* [minimum](qspinbox.md#minimum)
* [move](qspinbox.md#move)
@ -528,6 +532,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### maximum
**maximum**(): *number*

View File

@ -88,6 +88,10 @@ win.show();
* [isVisible](qstackedwidget.md#isvisible)
* [lineWidth](qstackedwidget.md#linewidth)
* [lower](qstackedwidget.md#lower)
* [mapFromGlobal](qstackedwidget.md#mapfromglobal)
* [mapFromParent](qstackedwidget.md#mapfromparent)
* [mapToGlobal](qstackedwidget.md#maptoglobal)
* [mapToParent](qstackedwidget.md#maptoparent)
* [midLineWidth](qstackedwidget.md#midlinewidth)
* [move](qstackedwidget.md#move)
* [objectName](qstackedwidget.md#objectname)
@ -503,6 +507,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -65,6 +65,10 @@ const progressBar = new QStatusBar();
* [isSizeGripEnabled](qstatusbar.md#issizegripenabled)
* [isVisible](qstatusbar.md#isvisible)
* [lower](qstatusbar.md#lower)
* [mapFromGlobal](qstatusbar.md#mapfromglobal)
* [mapFromParent](qstatusbar.md#mapfromparent)
* [mapToGlobal](qstatusbar.md#maptoglobal)
* [mapToParent](qstatusbar.md#maptoparent)
* [move](qstatusbar.md#move)
* [objectName](qstatusbar.md#objectname)
* [pos](qstatusbar.md#pos)
@ -509,6 +513,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -71,6 +71,10 @@ const tabBar = new QTabBar();
* [isTabEnabled](qtabbar.md#istabenabled)
* [isVisible](qtabbar.md#isvisible)
* [lower](qtabbar.md#lower)
* [mapFromGlobal](qtabbar.md#mapfromglobal)
* [mapFromParent](qtabbar.md#mapfromparent)
* [mapToGlobal](qtabbar.md#maptoglobal)
* [mapToParent](qtabbar.md#maptoparent)
* [move](qtabbar.md#move)
* [moveTab](qtabbar.md#movetab)
* [objectName](qtabbar.md#objectname)
@ -569,6 +573,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -73,6 +73,10 @@ sidebar_label: "QTableView"
* [isVisible](qtableview.md#isvisible)
* [lineWidth](qtableview.md#linewidth)
* [lower](qtableview.md#lower)
* [mapFromGlobal](qtableview.md#mapfromglobal)
* [mapFromParent](qtableview.md#mapfromparent)
* [mapToGlobal](qtableview.md#maptoglobal)
* [mapToParent](qtableview.md#maptoparent)
* [midLineWidth](qtableview.md#midlinewidth)
* [move](qtableview.md#move)
* [objectName](qtableview.md#objectname)
@ -823,6 +827,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -88,6 +88,10 @@ win.show();
* [isVisible](qtablewidget.md#isvisible)
* [lineWidth](qtablewidget.md#linewidth)
* [lower](qtablewidget.md#lower)
* [mapFromGlobal](qtablewidget.md#mapfromglobal)
* [mapFromParent](qtablewidget.md#mapfromparent)
* [mapToGlobal](qtablewidget.md#maptoglobal)
* [mapToParent](qtablewidget.md#maptoparent)
* [midLineWidth](qtablewidget.md#midlinewidth)
* [move](qtablewidget.md#move)
* [objectName](qtablewidget.md#objectname)
@ -637,6 +641,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*

View File

@ -65,6 +65,10 @@ tabWidget.addTab(new QCalendarWidget(), new QIcon(), 'Tab 2');
* [isEnabled](qtabwidget.md#isenabled)
* [isVisible](qtabwidget.md#isvisible)
* [lower](qtabwidget.md#lower)
* [mapFromGlobal](qtabwidget.md#mapfromglobal)
* [mapFromParent](qtabwidget.md#mapfromparent)
* [mapToGlobal](qtabwidget.md#maptoglobal)
* [mapToParent](qtabwidget.md#maptoparent)
* [move](qtabwidget.md#move)
* [objectName](qtabwidget.md#objectname)
* [pos](qtabwidget.md#pos)
@ -455,6 +459,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -72,6 +72,10 @@ const timeEdit = new QTimeEdit();
* [isVisible](qtimeedit.md#isvisible)
* [keyboardTracking](qtimeedit.md#keyboardtracking)
* [lower](qtimeedit.md#lower)
* [mapFromGlobal](qtimeedit.md#mapfromglobal)
* [mapFromParent](qtimeedit.md#mapfromparent)
* [mapToGlobal](qtimeedit.md#maptoglobal)
* [mapToParent](qtimeedit.md#maptoparent)
* [move](qtimeedit.md#move)
* [objectName](qtimeedit.md#objectname)
* [pos](qtimeedit.md#pos)
@ -568,6 +572,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -71,6 +71,10 @@ tool.setText('Help');
* [isEnabled](qtoolbutton.md#isenabled)
* [isVisible](qtoolbutton.md#isvisible)
* [lower](qtoolbutton.md#lower)
* [mapFromGlobal](qtoolbutton.md#mapfromglobal)
* [mapFromParent](qtoolbutton.md#mapfromparent)
* [mapToGlobal](qtoolbutton.md#maptoglobal)
* [mapToParent](qtoolbutton.md#maptoparent)
* [menu](qtoolbutton.md#menu)
* [move](qtoolbutton.md#move)
* [objectName](qtoolbutton.md#objectname)
@ -571,6 +575,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### menu
**menu**(): *[QMenu](qmenu.md) | null*

View File

@ -43,8 +43,7 @@ c1item2.setText(0, `c1item1`);
win.setCentralWidget(tree);
win.show();
(global as any).win = win;
```
(global as any).win = win;```
## Hierarchy
@ -79,6 +78,7 @@ win.show();
* [addTopLevelItem](qtreewidget.md#addtoplevelitem)
* [addTopLevelItems](qtreewidget.md#addtoplevelitems)
* [adjustSize](qtreewidget.md#adjustsize)
* [clear](qtreewidget.md#clear)
* [close](qtreewidget.md#close)
* [currentItem](qtreewidget.md#currentitem)
* [findItems](qtreewidget.md#finditems)
@ -99,6 +99,10 @@ win.show();
* [isVisible](qtreewidget.md#isvisible)
* [lineWidth](qtreewidget.md#linewidth)
* [lower](qtreewidget.md#lower)
* [mapFromGlobal](qtreewidget.md#mapfromglobal)
* [mapFromParent](qtreewidget.md#mapfromparent)
* [mapToGlobal](qtreewidget.md#maptoglobal)
* [mapToParent](qtreewidget.md#maptoparent)
* [midLineWidth](qtreewidget.md#midlinewidth)
* [move](qtreewidget.md#move)
* [objectName](qtreewidget.md#objectname)
@ -154,6 +158,7 @@ win.show();
* [showNormal](qtreewidget.md#shownormal)
* [size](qtreewidget.md#size)
* [styleSheet](qtreewidget.md#stylesheet)
* [takeTopLevelItem](qtreewidget.md#taketoplevelitem)
* [testAttribute](qtreewidget.md#testattribute)
* [update](qtreewidget.md#update)
* [updateGeometry](qtreewidget.md#updategeometry)
@ -382,6 +387,14 @@ ___
___
### clear
**clear**(): *void*
**Returns:** *void*
___
### close
**close**(): *boolean*
@ -394,11 +407,11 @@ ___
### currentItem
**currentItem**(): *[QTreeWidgetItem](qtreewidgetitem.md)*
**currentItem**(): *[QTreeWidgetItem](qtreewidgetitem.md) | void*
Returns the current item in the tree widget.
**Returns:** *[QTreeWidgetItem](qtreewidgetitem.md)*
**Returns:** *[QTreeWidgetItem](qtreewidgetitem.md) | void*
___
@ -604,6 +617,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### midLineWidth
**midLineWidth**(): *number*
@ -1442,6 +1519,20 @@ ___
___
### takeTopLevelItem
**takeTopLevelItem**(`index`: number): *[QTreeWidgetItem](qtreewidgetitem.md) | void*
**Parameters:**
Name | Type |
------ | ------ |
`index` | number |
**Returns:** *[QTreeWidgetItem](qtreewidgetitem.md) | void*
___
### testAttribute
**testAttribute**(`attribute`: [WidgetAttribute](../enums/widgetattribute.md)): *boolean*

View File

@ -58,6 +58,10 @@ view.setLayout(new FlexLayout());
* [isEnabled](qwidget.md#isenabled)
* [isVisible](qwidget.md#isvisible)
* [lower](qwidget.md#lower)
* [mapFromGlobal](qwidget.md#mapfromglobal)
* [mapFromParent](qwidget.md#mapfromparent)
* [mapToGlobal](qwidget.md#maptoglobal)
* [mapToParent](qwidget.md#maptoparent)
* [move](qwidget.md#move)
* [objectName](qwidget.md#objectname)
* [pos](qwidget.md#pos)
@ -375,6 +379,70 @@ ___
___
### mapFromGlobal
**mapFromGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromGlobal](qmenu.md#mapfromglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapFromParent
**mapFromParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapFromParent](qmenu.md#mapfromparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToGlobal
**mapToGlobal**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToGlobal](qmenu.md#maptoglobal)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### mapToParent
**mapToParent**(`pos`: [QPoint](qpoint.md)): *[QPoint](qpoint.md)*
*Inherited from [QMenu](qmenu.md).[mapToParent](qmenu.md#maptoparent)*
**Parameters:**
Name | Type |
------ | ------ |
`pos` | [QPoint](qpoint.md) |
**Returns:** *[QPoint](qpoint.md)*
___
### move
**move**(`x`: number, `y`: number): *void*

View File

@ -0,0 +1,31 @@
---
id: "autoformattingflag"
title: "AutoFormattingFlag"
sidebar_label: "AutoFormattingFlag"
---
## Index
### Enumeration members
* [AutoAll](autoformattingflag.md#autoall)
* [AutoBulletList](autoformattingflag.md#autobulletlist)
* [AutoNone](autoformattingflag.md#autonone)
## Enumeration members
### AutoAll
**AutoAll**: = 4294967295
___
### AutoBulletList
**AutoBulletList**: = 1
___
### AutoNone
**AutoNone**: = 0

View File

@ -0,0 +1,24 @@
---
id: "dialogcode"
title: "DialogCode"
sidebar_label: "DialogCode"
---
## Index
### Enumeration members
* [Accepted](dialogcode.md#accepted)
* [Rejected](dialogcode.md#rejected)
## Enumeration members
### Accepted
**Accepted**: = 1
___
### Rejected
**Rejected**: = 0

View File

@ -0,0 +1,38 @@
---
id: "qtexteditlinewrapmode"
title: "QTextEditLineWrapMode"
sidebar_label: "QTextEditLineWrapMode"
---
## Index
### Enumeration members
* [FixedColumnWidth](qtexteditlinewrapmode.md#fixedcolumnwidth)
* [FixedPixelWidth](qtexteditlinewrapmode.md#fixedpixelwidth)
* [NoWrap](qtexteditlinewrapmode.md#nowrap)
* [WidgetWidth](qtexteditlinewrapmode.md#widgetwidth)
## Enumeration members
### FixedColumnWidth
**FixedColumnWidth**:
___
### FixedPixelWidth
**FixedPixelWidth**:
___
### NoWrap
**NoWrap**:
___
### WidgetWidth
**WidgetWidth**:

View File

@ -0,0 +1,52 @@
---
id: "sizeconstraint"
title: "SizeConstraint"
sidebar_label: "SizeConstraint"
---
## Index
### Enumeration members
* [SetDefaultConstraint](sizeconstraint.md#setdefaultconstraint)
* [SetFixedSize](sizeconstraint.md#setfixedsize)
* [SetMaximumSize](sizeconstraint.md#setmaximumsize)
* [SetMinAndMaxSize](sizeconstraint.md#setminandmaxsize)
* [SetMinimumSize](sizeconstraint.md#setminimumsize)
* [SetNoConstraint](sizeconstraint.md#setnoconstraint)
## Enumeration members
### SetDefaultConstraint
**SetDefaultConstraint**: = 0
___
### SetFixedSize
**SetFixedSize**: = 3
___
### SetMaximumSize
**SetMaximumSize**: = 4
___
### SetMinAndMaxSize
**SetMinAndMaxSize**: = 5
___
### SetMinimumSize
**SetMinimumSize**: = 2
___
### SetNoConstraint
**SetNoConstraint**: = 1

View File

@ -0,0 +1,45 @@
---
id: "wrapmode"
title: "WrapMode"
sidebar_label: "WrapMode"
---
## Index
### Enumeration members
* [ManualWrap](wrapmode.md#manualwrap)
* [NoWrap](wrapmode.md#nowrap)
* [WordWrap](wrapmode.md#wordwrap)
* [WrapAnywhere](wrapmode.md#wrapanywhere)
* [WrapAtWordBoundaryOrAnywhere](wrapmode.md#wrapatwordboundaryoranywhere)
## Enumeration members
### ManualWrap
**ManualWrap**:
___
### NoWrap
**NoWrap**:
___
### WordWrap
**WordWrap**:
___
### WrapAnywhere
**WrapAnywhere**:
___
### WrapAtWordBoundaryOrAnywhere
**WrapAtWordBoundaryOrAnywhere**:

View File

@ -15,6 +15,7 @@ sidebar_label: "Globals"
* [ApplicationState](enums/applicationstate.md)
* [ArrowType](enums/arrowtype.md)
* [AspectRatioMode](enums/aspectratiomode.md)
* [AutoFormattingFlag](enums/autoformattingflag.md)
* [Axis](enums/axis.md)
* [BGMode](enums/bgmode.md)
* [BrushStyle](enums/brushstyle.md)
@ -36,6 +37,7 @@ sidebar_label: "Globals"
* [CursorShape](enums/cursorshape.md)
* [DateFormat](enums/dateformat.md)
* [DayOfWeek](enums/dayofweek.md)
* [DialogCode](enums/dialogcode.md)
* [DialogLabel](enums/dialoglabel.md)
* [Direction](enums/direction.md)
* [DockWidgetArea](enums/dockwidgetarea.md)
@ -102,6 +104,7 @@ sidebar_label: "Globals"
* [QSettingsScope](enums/qsettingsscope.md)
* [QStylePixelMetric](enums/qstylepixelmetric.md)
* [QSystemTrayIconActivationReason](enums/qsystemtrayiconactivationreason.md)
* [QTextEditLineWrapMode](enums/qtexteditlinewrapmode.md)
* [QTextOptionWrapMode](enums/qtextoptionwrapmode.md)
* [RenderHint](enums/renderhint.md)
* [ResizeMode](enums/resizemode.md)
@ -119,6 +122,7 @@ sidebar_label: "Globals"
* [Shape](enums/shape.md)
* [ShortcutContext](enums/shortcutcontext.md)
* [SizeAdjustPolicy](enums/sizeadjustpolicy.md)
* [SizeConstraint](enums/sizeconstraint.md)
* [SizeHint](enums/sizehint.md)
* [SizeMode](enums/sizemode.md)
* [SliderAction](enums/slideraction.md)
@ -151,6 +155,7 @@ sidebar_label: "Globals"
* [WindowModality](enums/windowmodality.md)
* [WindowState](enums/windowstate.md)
* [WindowType](enums/windowtype.md)
* [WrapMode](enums/wrapmode.md)
* [WritingSystem](enums/writingsystem.md)
### Classes
@ -165,6 +170,7 @@ sidebar_label: "Globals"
* [NodeListView](classes/nodelistview.md)
* [NodeObject](classes/nodeobject.md)
* [NodeTableView](classes/nodetableview.md)
* [NodeTextEdit](classes/nodetextedit.md)
* [NodeWidget](classes/nodewidget.md)
* [QAbstractButton](classes/qabstractbutton.md)
* [QAbstractItemView](classes/qabstractitemview.md)
@ -244,6 +250,8 @@ sidebar_label: "Globals"
* [QTableView](classes/qtableview.md)
* [QTableWidget](classes/qtablewidget.md)
* [QTableWidgetItem](classes/qtablewidgetitem.md)
* [QTextBrowser](classes/qtextbrowser.md)
* [QTextEdit](classes/qtextedit.md)
* [QTime](classes/qtime.md)
* [QTimeEdit](classes/qtimeedit.md)
* [QToolButton](classes/qtoolbutton.md)
@ -293,6 +301,8 @@ sidebar_label: "Globals"
* [QTabBarSignals](interfaces/qtabbarsignals.md)
* [QTabWidgetSignals](interfaces/qtabwidgetsignals.md)
* [QTableWidgetSignals](interfaces/qtablewidgetsignals.md)
* [QTextBrowserSignals](interfaces/qtextbrowsersignals.md)
* [QTextEditSignals](interfaces/qtexteditsignals.md)
* [QToolButtonSignals](interfaces/qtoolbuttonsignals.md)
* [QTreeWidgetSignals](interfaces/qtreewidgetsignals.md)
* [QWidgetSignals](interfaces/qwidgetsignals.md)
@ -329,9 +339,8 @@ sidebar_label: "Globals"
### Variables
* [addon](globals.md#const-addon)
* [label](globals.md#const-label)
* [fileDialog](globals.md#const-filedialog)
* [testImagePath](globals.md#const-testimagepath)
* [win](globals.md#const-win)
### Functions
@ -508,9 +517,9 @@ ___
___
### `Const` label
### `Const` fileDialog
**label**: *[QLabel](classes/qlabel.md)* = new QLabel()
**fileDialog**: *[QFileDialog](classes/qfiledialog.md)* = new QFileDialog()
___
@ -518,12 +527,6 @@ ___
**testImagePath**: *string* = path.resolve(__dirname, 'assets', 'nodegui.png')
___
### `Const` win
**win**: *[QMainWindow](classes/qmainwindow.md)* = new QMainWindow()
## Functions
### addDefaultErrorHandler

View File

@ -0,0 +1,287 @@
---
id: "qtextbrowsersignals"
title: "QTextBrowserSignals"
sidebar_label: "QTextBrowserSignals"
---
## Hierarchy
↳ [QTextEditSignals](qtexteditsignals.md)
↳ **QTextBrowserSignals**
## Index
### Properties
* [anchorClicked](qtextbrowsersignals.md#anchorclicked)
* [backwardAvailable](qtextbrowsersignals.md#backwardavailable)
* [copyAvailable](qtextbrowsersignals.md#copyavailable)
* [cursorPositionChanged](qtextbrowsersignals.md#cursorpositionchanged)
* [customContextMenuRequested](qtextbrowsersignals.md#customcontextmenurequested)
* [forwardAvailable](qtextbrowsersignals.md#forwardavailable)
* [highlighted](qtextbrowsersignals.md#highlighted)
* [historyChanged](qtextbrowsersignals.md#historychanged)
* [objectNameChanged](qtextbrowsersignals.md#objectnamechanged)
* [redoAvailable](qtextbrowsersignals.md#redoavailable)
* [selectionChanged](qtextbrowsersignals.md#selectionchanged)
* [sourceChanged](qtextbrowsersignals.md#sourcechanged)
* [textChanged](qtextbrowsersignals.md#textchanged)
* [undoAvailable](qtextbrowsersignals.md#undoavailable)
* [windowIconChanged](qtextbrowsersignals.md#windowiconchanged)
* [windowTitleChanged](qtextbrowsersignals.md#windowtitlechanged)
## Properties
### anchorClicked
**anchorClicked**: *function*
#### Type declaration:
▸ (`link`: [QUrl](../classes/qurl.md)): *void*
**Parameters:**
Name | Type |
------ | ------ |
`link` | [QUrl](../classes/qurl.md) |
___
### backwardAvailable
**backwardAvailable**: *function*
#### Type declaration:
▸ (`available`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`available` | boolean |
___
### copyAvailable
**copyAvailable**: *function*
*Inherited from [QTextEditSignals](qtexteditsignals.md).[copyAvailable](qtexteditsignals.md#copyavailable)*
#### Type declaration:
▸ (`yes`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`yes` | boolean |
___
### cursorPositionChanged
**cursorPositionChanged**: *function*
*Inherited from [QTextEditSignals](qtexteditsignals.md).[cursorPositionChanged](qtexteditsignals.md#cursorpositionchanged)*
#### Type declaration:
▸ (): *void*
___
### customContextMenuRequested
**customContextMenuRequested**: *function*
*Inherited from [QWidgetSignals](qwidgetsignals.md).[customContextMenuRequested](qwidgetsignals.md#customcontextmenurequested)*
#### Type declaration:
▸ (`pos`: object): *void*
**Parameters:**
**pos**: *object*
Name | Type |
------ | ------ |
`x` | number |
`y` | number |
___
### forwardAvailable
**forwardAvailable**: *function*
#### Type declaration:
▸ (`available`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`available` | boolean |
___
### highlighted
**highlighted**: *function*
#### Type declaration:
▸ (`link`: string): *void*
**Parameters:**
Name | Type |
------ | ------ |
`link` | string |
___
### historyChanged
**historyChanged**: *function*
#### Type declaration:
▸ (): *void*
___
### objectNameChanged
**objectNameChanged**: *function*
*Inherited from [QObjectSignals](qobjectsignals.md).[objectNameChanged](qobjectsignals.md#objectnamechanged)*
#### Type declaration:
▸ (`objectName`: string): *void*
**Parameters:**
Name | Type |
------ | ------ |
`objectName` | string |
___
### redoAvailable
**redoAvailable**: *function*
*Inherited from [QTextEditSignals](qtexteditsignals.md).[redoAvailable](qtexteditsignals.md#redoavailable)*
#### Type declaration:
▸ (`available`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`available` | boolean |
___
### selectionChanged
**selectionChanged**: *function*
*Inherited from [QTextEditSignals](qtexteditsignals.md).[selectionChanged](qtexteditsignals.md#selectionchanged)*
#### Type declaration:
▸ (): *void*
___
### sourceChanged
**sourceChanged**: *function*
#### Type declaration:
▸ (`src`: [QUrl](../classes/qurl.md)): *void*
**Parameters:**
Name | Type |
------ | ------ |
`src` | [QUrl](../classes/qurl.md) |
___
### textChanged
**textChanged**: *function*
*Inherited from [QTextEditSignals](qtexteditsignals.md).[textChanged](qtexteditsignals.md#textchanged)*
#### Type declaration:
▸ (): *void*
___
### undoAvailable
**undoAvailable**: *function*
*Inherited from [QTextEditSignals](qtexteditsignals.md).[undoAvailable](qtexteditsignals.md#undoavailable)*
#### Type declaration:
▸ (`available`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`available` | boolean |
___
### windowIconChanged
**windowIconChanged**: *function*
*Inherited from [QWidgetSignals](qwidgetsignals.md).[windowIconChanged](qwidgetsignals.md#windowiconchanged)*
#### Type declaration:
▸ (`iconNative`: [NativeElement](../globals.md#nativeelement)): *void*
**Parameters:**
Name | Type |
------ | ------ |
`iconNative` | [NativeElement](../globals.md#nativeelement) |
___
### windowTitleChanged
**windowTitleChanged**: *function*
*Inherited from [QWidgetSignals](qwidgetsignals.md).[windowTitleChanged](qwidgetsignals.md#windowtitlechanged)*
#### Type declaration:
▸ (`title`: string): *void*
**Parameters:**
Name | Type |
------ | ------ |
`title` | string |

View File

@ -0,0 +1,181 @@
---
id: "qtexteditsignals"
title: "QTextEditSignals"
sidebar_label: "QTextEditSignals"
---
## Hierarchy
↳ [QWidgetSignals](qwidgetsignals.md)
↳ **QTextEditSignals**
↳ [QTextBrowserSignals](qtextbrowsersignals.md)
## Index
### Properties
* [copyAvailable](qtexteditsignals.md#copyavailable)
* [cursorPositionChanged](qtexteditsignals.md#cursorpositionchanged)
* [customContextMenuRequested](qtexteditsignals.md#customcontextmenurequested)
* [objectNameChanged](qtexteditsignals.md#objectnamechanged)
* [redoAvailable](qtexteditsignals.md#redoavailable)
* [selectionChanged](qtexteditsignals.md#selectionchanged)
* [textChanged](qtexteditsignals.md#textchanged)
* [undoAvailable](qtexteditsignals.md#undoavailable)
* [windowIconChanged](qtexteditsignals.md#windowiconchanged)
* [windowTitleChanged](qtexteditsignals.md#windowtitlechanged)
## Properties
### copyAvailable
**copyAvailable**: *function*
#### Type declaration:
▸ (`yes`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`yes` | boolean |
___
### cursorPositionChanged
**cursorPositionChanged**: *function*
#### Type declaration:
▸ (): *void*
___
### customContextMenuRequested
**customContextMenuRequested**: *function*
*Inherited from [QWidgetSignals](qwidgetsignals.md).[customContextMenuRequested](qwidgetsignals.md#customcontextmenurequested)*
#### Type declaration:
▸ (`pos`: object): *void*
**Parameters:**
**pos**: *object*
Name | Type |
------ | ------ |
`x` | number |
`y` | number |
___
### objectNameChanged
**objectNameChanged**: *function*
*Inherited from [QObjectSignals](qobjectsignals.md).[objectNameChanged](qobjectsignals.md#objectnamechanged)*
#### Type declaration:
▸ (`objectName`: string): *void*
**Parameters:**
Name | Type |
------ | ------ |
`objectName` | string |
___
### redoAvailable
**redoAvailable**: *function*
#### Type declaration:
▸ (`available`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`available` | boolean |
___
### selectionChanged
**selectionChanged**: *function*
#### Type declaration:
▸ (): *void*
___
### textChanged
**textChanged**: *function*
#### Type declaration:
▸ (): *void*
___
### undoAvailable
**undoAvailable**: *function*
#### Type declaration:
▸ (`available`: boolean): *void*
**Parameters:**
Name | Type |
------ | ------ |
`available` | boolean |
___
### windowIconChanged
**windowIconChanged**: *function*
*Inherited from [QWidgetSignals](qwidgetsignals.md).[windowIconChanged](qwidgetsignals.md#windowiconchanged)*
#### Type declaration:
▸ (`iconNative`: [NativeElement](../globals.md#nativeelement)): *void*
**Parameters:**
Name | Type |
------ | ------ |
`iconNative` | [NativeElement](../globals.md#nativeelement) |
___
### windowTitleChanged
**windowTitleChanged**: *function*
*Inherited from [QWidgetSignals](qwidgetsignals.md).[windowTitleChanged](qwidgetsignals.md#windowtitlechanged)*
#### Type declaration:
▸ (`title`: string): *void*
**Parameters:**
Name | Type |
------ | ------ |
`title` | string |

View File

@ -48,6 +48,8 @@ sidebar_label: "QWidgetSignals"
↳ [QGroupBoxSignals](qgroupboxsignals.md)
↳ [QTextEditSignals](qtexteditsignals.md)
## Index
### Properties

View File

@ -11,6 +11,7 @@ module.exports = {
"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",
@ -90,6 +91,8 @@ module.exports = {
"api/generated/classes/qtableview",
"api/generated/classes/qtablewidget",
"api/generated/classes/qtablewidgetitem",
"api/generated/classes/qtextbrowser",
"api/generated/classes/qtextedit",
"api/generated/classes/qtime",
"api/generated/classes/qtimeedit",
"api/generated/classes/qtoolbutton",
@ -109,6 +112,7 @@ module.exports = {
"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/brushstyle",
@ -130,6 +134,7 @@ module.exports = {
"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",
@ -196,6 +201,7 @@ module.exports = {
"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",
@ -213,6 +219,7 @@ module.exports = {
"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",
@ -245,6 +252,7 @@ module.exports = {
"api/generated/enums/windowmodality",
"api/generated/enums/windowstate",
"api/generated/enums/windowtype",
"api/generated/enums/wrapmode",
"api/generated/enums/writingsystem"
],
"Interfaces": [
@ -284,6 +292,8 @@ module.exports = {
"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",