Fix docs website
This commit is contained in:
parent
8d435bc1b1
commit
863e72a256
@ -50,9 +50,13 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
*/
|
||||
export abstract class NodeWidget<Signals extends QWidgetSignals> extends YogaWidget<Signals> {
|
||||
layout?: NodeLayout<Signals>;
|
||||
actions = new Set<QAction>();
|
||||
actions: Set<QAction>;
|
||||
_rawInlineStyle = '';
|
||||
type = 'widget';
|
||||
constructor(native: NativeElement) {
|
||||
super(native);
|
||||
this.actions = new Set<QAction>();
|
||||
}
|
||||
show(): void {
|
||||
this.native.show();
|
||||
}
|
||||
|
||||
0
website/.gitignore
vendored
Executable file → Normal file
0
website/.gitignore
vendored
Executable file → Normal file
4
website/README.md
Executable file → Normal file
4
website/README.md
Executable file → Normal file
@ -1,6 +1,6 @@
|
||||
# Website
|
||||
|
||||
This website is built using Docusaurus 2, a modern static website generator.
|
||||
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
|
||||
|
||||
### Installation
|
||||
|
||||
@ -27,7 +27,7 @@ This command generates static content into the `build` directory and can be serv
|
||||
### Deployment
|
||||
|
||||
```
|
||||
$ GIT_USER=<Your GitHub username> USE_SSH=1 yarn deploy
|
||||
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
|
||||
```
|
||||
|
||||
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
|
||||
|
||||
@ -19,32 +19,32 @@ Its the root base class in NodeGui world.
|
||||
|
||||
* **Component**
|
||||
|
||||
↳ [QVariant](qvariant.md)
|
||||
|
||||
↳ [QPixmap](qpixmap.md)
|
||||
|
||||
↳ [QClipboard](qclipboard.md)
|
||||
|
||||
↳ [QStyle](qstyle.md)
|
||||
|
||||
↳ [QApplication](qapplication.md)
|
||||
|
||||
↳ [QVariant](qvariant.md)
|
||||
↳ [EventWidget](eventwidget.md)
|
||||
|
||||
↳ [QKeySequence](qkeysequence.md)
|
||||
|
||||
↳ [QPixmap](qpixmap.md)
|
||||
↳ [QRect](qrect.md)
|
||||
|
||||
↳ [QPicture](qpicture.md)
|
||||
|
||||
↳ [QIcon](qicon.md)
|
||||
|
||||
↳ [QFont](qfont.md)
|
||||
|
||||
↳ [EventWidget](eventwidget.md)
|
||||
|
||||
↳ [QSize](qsize.md)
|
||||
|
||||
↳ [QCursor](qcursor.md)
|
||||
|
||||
↳ [QFontDatabase](qfontdatabase.md)
|
||||
|
||||
↳ [QRect](qrect.md)
|
||||
|
||||
↳ [QPoint](qpoint.md)
|
||||
|
||||
↳ [QModelIndex](qmodelindex.md)
|
||||
@ -67,6 +67,8 @@ Its the root base class in NodeGui world.
|
||||
|
||||
↳ [QUrl](qurl.md)
|
||||
|
||||
↳ [QSettings](qsettings.md)
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
|
||||
1522
website/docs/api/generated/classes/nodedatetimeedit.md
Normal file
1522
website/docs/api/generated/classes/nodedatetimeedit.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,6 +20,8 @@ sidebar_label: "NodeDialog"
|
||||
|
||||
↳ [QMessageBox](qmessagebox.md)
|
||||
|
||||
↳ [QInputDialog](qinputdialog.md)
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
@ -63,6 +65,7 @@ sidebar_label: "NodeDialog"
|
||||
* [reject](nodedialog.md#reject)
|
||||
* [removeEventListener](nodedialog.md#removeeventlistener)
|
||||
* [repaint](nodedialog.md#repaint)
|
||||
* [repolish](nodedialog.md#repolish)
|
||||
* [resize](nodedialog.md#resize)
|
||||
* [result](nodedialog.md#result)
|
||||
* [setAttribute](nodedialog.md#setattribute)
|
||||
@ -110,9 +113,9 @@ sidebar_label: "NodeDialog"
|
||||
|
||||
\+ **new NodeDialog**(`native`: [NativeElement](../globals.md#nativeelement)): *[NodeDialog](nodedialog.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Inherited from [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -134,7 +137,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -528,6 +531,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
1171
website/docs/api/generated/classes/nodeframe.md
Normal file
1171
website/docs/api/generated/classes/nodeframe.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -16,6 +16,8 @@ sidebar_label: "NodeObject"
|
||||
|
||||
↳ [QObject](qobject.md)
|
||||
|
||||
↳ [QApplication](qapplication.md)
|
||||
|
||||
↳ [QMovie](qmovie.md)
|
||||
|
||||
↳ [NodeLayout](nodelayout.md)
|
||||
|
||||
2347
website/docs/api/generated/classes/nodetableview.md
Normal file
2347
website/docs/api/generated/classes/nodetableview.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -48,7 +48,7 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
|
||||
↳ [QWidget](qwidget.md)
|
||||
|
||||
↳ [QAbstractScrollArea](qabstractscrollarea.md)
|
||||
↳ [NodeFrame](nodeframe.md)
|
||||
|
||||
↳ [QAbstractSlider](qabstractslider.md)
|
||||
|
||||
@ -58,8 +58,6 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
|
||||
↳ [QCalendarWidget](qcalendarwidget.md)
|
||||
|
||||
↳ [QLabel](qlabel.md)
|
||||
|
||||
↳ [NodeDialog](nodedialog.md)
|
||||
|
||||
↳ [QLineEdit](qlineedit.md)
|
||||
@ -74,10 +72,6 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
|
||||
↳ [QComboBox](qcombobox.md)
|
||||
|
||||
↳ [QSpinBox](qspinbox.md)
|
||||
|
||||
↳ [QStackedWidget](qstackedwidget.md)
|
||||
|
||||
↳ [QTabWidget](qtabwidget.md)
|
||||
|
||||
↳ [QGroupBox](qgroupbox.md)
|
||||
@ -121,6 +115,7 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
* [raise](nodewidget.md#raise)
|
||||
* [removeEventListener](nodewidget.md#removeeventlistener)
|
||||
* [repaint](nodewidget.md#repaint)
|
||||
* [repolish](nodewidget.md#repolish)
|
||||
* [resize](nodewidget.md#resize)
|
||||
* [setAttribute](nodewidget.md#setattribute)
|
||||
* [setContextMenuPolicy](nodewidget.md#setcontextmenupolicy)
|
||||
@ -164,9 +159,7 @@ Implement all native QWidget methods here so that all widgets get access to thos
|
||||
|
||||
\+ **new NodeWidget**(`native`: [NativeElement](../globals.md#nativeelement)): *[NodeWidget](nodewidget.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -186,7 +179,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
___
|
||||
|
||||
@ -512,6 +505,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -79,6 +79,7 @@ It is inherited by QCheckBox, QPushButton, QRadioButton, and QToolButton.
|
||||
* [raise](qabstractbutton.md#raise)
|
||||
* [removeEventListener](qabstractbutton.md#removeeventlistener)
|
||||
* [repaint](qabstractbutton.md#repaint)
|
||||
* [repolish](qabstractbutton.md#repolish)
|
||||
* [resize](qabstractbutton.md#resize)
|
||||
* [setAttribute](qabstractbutton.md#setattribute)
|
||||
* [setAutoExclusive](qabstractbutton.md#setautoexclusive)
|
||||
@ -136,9 +137,9 @@ It is inherited by QCheckBox, QPushButton, QRadioButton, and QToolButton.
|
||||
|
||||
\+ **new QAbstractButton**(`native`: [NativeElement](../globals.md#nativeelement)): *[QAbstractButton](qabstractbutton.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Inherited from [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -160,7 +161,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -616,6 +617,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -23,6 +23,8 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
|
||||
↳ [QListWidget](qlistwidget.md)
|
||||
|
||||
↳ [NodeTableView](nodetableview.md)
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
@ -56,6 +58,11 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
* [dragEnabled](qabstractitemview.md#dragenabled)
|
||||
* [editTriggers](qabstractitemview.md#edittriggers)
|
||||
* [font](qabstractitemview.md#font)
|
||||
* [frameRect](qabstractitemview.md#framerect)
|
||||
* [frameShadow](qabstractitemview.md#frameshadow)
|
||||
* [frameShape](qabstractitemview.md#frameshape)
|
||||
* [frameStyle](qabstractitemview.md#framestyle)
|
||||
* [frameWidth](qabstractitemview.md#framewidth)
|
||||
* [geometry](qabstractitemview.md#geometry)
|
||||
* [getFlexNode](qabstractitemview.md#getflexnode)
|
||||
* [hasAutoScroll](qabstractitemview.md#hasautoscroll)
|
||||
@ -67,7 +74,9 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
* [inherits](qabstractitemview.md#inherits)
|
||||
* [isEnabled](qabstractitemview.md#isenabled)
|
||||
* [isVisible](qabstractitemview.md#isvisible)
|
||||
* [lineWidth](qabstractitemview.md#linewidth)
|
||||
* [lower](qabstractitemview.md#lower)
|
||||
* [midLineWidth](qabstractitemview.md#midlinewidth)
|
||||
* [move](qabstractitemview.md#move)
|
||||
* [objectName](qabstractitemview.md#objectname)
|
||||
* [pos](qabstractitemview.md#pos)
|
||||
@ -75,6 +84,7 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
* [raise](qabstractitemview.md#raise)
|
||||
* [removeEventListener](qabstractitemview.md#removeeventlistener)
|
||||
* [repaint](qabstractitemview.md#repaint)
|
||||
* [repolish](qabstractitemview.md#repolish)
|
||||
* [resetHorizontalScrollMode](qabstractitemview.md#resethorizontalscrollmode)
|
||||
* [resetVerticalScrollMode](qabstractitemview.md#resetverticalscrollmode)
|
||||
* [resize](qabstractitemview.md#resize)
|
||||
@ -99,6 +109,10 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
* [setFixedSize](qabstractitemview.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qabstractitemview.md#setflexnodesizecontrolled)
|
||||
* [setFont](qabstractitemview.md#setfont)
|
||||
* [setFrameRect](qabstractitemview.md#setframerect)
|
||||
* [setFrameShadow](qabstractitemview.md#setframeshadow)
|
||||
* [setFrameShape](qabstractitemview.md#setframeshape)
|
||||
* [setFrameStyle](qabstractitemview.md#setframestyle)
|
||||
* [setGeometry](qabstractitemview.md#setgeometry)
|
||||
* [setHorizontalScrollBarPolicy](qabstractitemview.md#sethorizontalscrollbarpolicy)
|
||||
* [setHorizontalScrollMode](qabstractitemview.md#sethorizontalscrollmode)
|
||||
@ -106,7 +120,9 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
* [setIndexWidget](qabstractitemview.md#setindexwidget)
|
||||
* [setInlineStyle](qabstractitemview.md#setinlinestyle)
|
||||
* [setLayout](qabstractitemview.md#setlayout)
|
||||
* [setLineWidth](qabstractitemview.md#setlinewidth)
|
||||
* [setMaximumSize](qabstractitemview.md#setmaximumsize)
|
||||
* [setMidLineWidth](qabstractitemview.md#setmidlinewidth)
|
||||
* [setMinimumSize](qabstractitemview.md#setminimumsize)
|
||||
* [setMouseTracking](qabstractitemview.md#setmousetracking)
|
||||
* [setNodeParent](qabstractitemview.md#setnodeparent)
|
||||
@ -150,9 +166,9 @@ It is inherited by QListWidget. (n/a QColumnView, QHeaderView, QListView, QTable
|
||||
|
||||
\+ **new QAbstractItemView**(`native`: [NativeElement](../globals.md#nativeelement)): *[QAbstractItemView](qabstractitemview.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Inherited from [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -174,7 +190,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -404,6 +420,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -518,6 +584,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -528,6 +604,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -646,6 +732,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resetHorizontalScrollMode
|
||||
|
||||
▸ **resetHorizontalScrollMode**(): *void*
|
||||
@ -967,6 +1063,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -1077,6 +1237,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -1094,6 +1270,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -20,7 +20,7 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [NodeWidget](nodewidget.md)‹Signals›
|
||||
↳ [NodeFrame](nodeframe.md)‹Signals›
|
||||
|
||||
↳ **QAbstractScrollArea**
|
||||
|
||||
@ -59,6 +59,11 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
* [adjustSize](qabstractscrollarea.md#adjustsize)
|
||||
* [close](qabstractscrollarea.md#close)
|
||||
* [font](qabstractscrollarea.md#font)
|
||||
* [frameRect](qabstractscrollarea.md#framerect)
|
||||
* [frameShadow](qabstractscrollarea.md#frameshadow)
|
||||
* [frameShape](qabstractscrollarea.md#frameshape)
|
||||
* [frameStyle](qabstractscrollarea.md#framestyle)
|
||||
* [frameWidth](qabstractscrollarea.md#framewidth)
|
||||
* [geometry](qabstractscrollarea.md#geometry)
|
||||
* [getFlexNode](qabstractscrollarea.md#getflexnode)
|
||||
* [hasMouseTracking](qabstractscrollarea.md#hasmousetracking)
|
||||
@ -66,7 +71,9 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
* [inherits](qabstractscrollarea.md#inherits)
|
||||
* [isEnabled](qabstractscrollarea.md#isenabled)
|
||||
* [isVisible](qabstractscrollarea.md#isvisible)
|
||||
* [lineWidth](qabstractscrollarea.md#linewidth)
|
||||
* [lower](qabstractscrollarea.md#lower)
|
||||
* [midLineWidth](qabstractscrollarea.md#midlinewidth)
|
||||
* [move](qabstractscrollarea.md#move)
|
||||
* [objectName](qabstractscrollarea.md#objectname)
|
||||
* [pos](qabstractscrollarea.md#pos)
|
||||
@ -74,6 +81,7 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
* [raise](qabstractscrollarea.md#raise)
|
||||
* [removeEventListener](qabstractscrollarea.md#removeeventlistener)
|
||||
* [repaint](qabstractscrollarea.md#repaint)
|
||||
* [repolish](qabstractscrollarea.md#repolish)
|
||||
* [resize](qabstractscrollarea.md#resize)
|
||||
* [setAttribute](qabstractscrollarea.md#setattribute)
|
||||
* [setContextMenuPolicy](qabstractscrollarea.md#setcontextmenupolicy)
|
||||
@ -82,11 +90,17 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
* [setFixedSize](qabstractscrollarea.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qabstractscrollarea.md#setflexnodesizecontrolled)
|
||||
* [setFont](qabstractscrollarea.md#setfont)
|
||||
* [setFrameRect](qabstractscrollarea.md#setframerect)
|
||||
* [setFrameShadow](qabstractscrollarea.md#setframeshadow)
|
||||
* [setFrameShape](qabstractscrollarea.md#setframeshape)
|
||||
* [setFrameStyle](qabstractscrollarea.md#setframestyle)
|
||||
* [setGeometry](qabstractscrollarea.md#setgeometry)
|
||||
* [setHorizontalScrollBarPolicy](qabstractscrollarea.md#sethorizontalscrollbarpolicy)
|
||||
* [setInlineStyle](qabstractscrollarea.md#setinlinestyle)
|
||||
* [setLayout](qabstractscrollarea.md#setlayout)
|
||||
* [setLineWidth](qabstractscrollarea.md#setlinewidth)
|
||||
* [setMaximumSize](qabstractscrollarea.md#setmaximumsize)
|
||||
* [setMidLineWidth](qabstractscrollarea.md#setmidlinewidth)
|
||||
* [setMinimumSize](qabstractscrollarea.md#setminimumsize)
|
||||
* [setMouseTracking](qabstractscrollarea.md#setmousetracking)
|
||||
* [setNodeParent](qabstractscrollarea.md#setnodeparent)
|
||||
@ -121,9 +135,9 @@ QAbstractScrollArea will list all methods and properties that are common to all
|
||||
|
||||
\+ **new QAbstractScrollArea**(`native`: [NativeElement](../globals.md#nativeelement)): *[QAbstractScrollArea](qabstractscrollarea.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Inherited from [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -145,7 +159,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -309,6 +323,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -385,6 +449,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -395,6 +469,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -513,6 +597,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -646,6 +740,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -711,6 +869,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -728,6 +902,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -26,6 +26,8 @@ QAbstractSlider will list all methods and properties that are common to all slid
|
||||
|
||||
↳ [QDial](qdial.md)
|
||||
|
||||
↳ [QScrollBar](qscrollbar.md)
|
||||
|
||||
↳ [QSlider](qslider.md)
|
||||
|
||||
## Index
|
||||
@ -75,6 +77,7 @@ QAbstractSlider will list all methods and properties that are common to all slid
|
||||
* [raise](qabstractslider.md#raise)
|
||||
* [removeEventListener](qabstractslider.md#removeeventlistener)
|
||||
* [repaint](qabstractslider.md#repaint)
|
||||
* [repolish](qabstractslider.md#repolish)
|
||||
* [resize](qabstractslider.md#resize)
|
||||
* [setAttribute](qabstractslider.md#setattribute)
|
||||
* [setContextMenuPolicy](qabstractslider.md#setcontextmenupolicy)
|
||||
@ -134,9 +137,9 @@ QAbstractSlider will list all methods and properties that are common to all slid
|
||||
|
||||
\+ **new QAbstractSlider**(`native`: [NativeElement](../globals.md#nativeelement)): *[QAbstractSlider](qabstractslider.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Inherited from [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -158,7 +161,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -584,6 +587,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -21,7 +21,9 @@ It is inherited by QDateTimeEdit and QSpinBox. (n/a QDoubleSpinBox)
|
||||
|
||||
↳ **QAbstractSpinBox**
|
||||
|
||||
↳ [QDateTimeEdit](qdatetimeedit.md)
|
||||
↳ [NodeDateTimeEdit](nodedatetimeedit.md)
|
||||
|
||||
↳ [QSpinBox](qspinbox.md)
|
||||
|
||||
## Index
|
||||
|
||||
@ -71,6 +73,7 @@ It is inherited by QDateTimeEdit and QSpinBox. (n/a QDoubleSpinBox)
|
||||
* [raise](qabstractspinbox.md#raise)
|
||||
* [removeEventListener](qabstractspinbox.md#removeeventlistener)
|
||||
* [repaint](qabstractspinbox.md#repaint)
|
||||
* [repolish](qabstractspinbox.md#repolish)
|
||||
* [resize](qabstractspinbox.md#resize)
|
||||
* [selectAll](qabstractspinbox.md#selectall)
|
||||
* [setAccelerated](qabstractspinbox.md#setaccelerated)
|
||||
@ -130,9 +133,9 @@ It is inherited by QDateTimeEdit and QSpinBox. (n/a QDoubleSpinBox)
|
||||
|
||||
\+ **new QAbstractSpinBox**(`native`: [NativeElement](../globals.md#nativeelement)): *[QAbstractSpinBox](qabstractspinbox.md)*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Inherited from [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -154,7 +157,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -588,6 +591,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -21,7 +21,7 @@ qApp.quit();
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* [Component](component.md)
|
||||
↳ [NodeObject](nodeobject.md)‹[QApplicationSignals](../globals.md#qapplicationsignals)›
|
||||
|
||||
↳ **QApplication**
|
||||
|
||||
@ -39,12 +39,19 @@ qApp.quit();
|
||||
|
||||
### Methods
|
||||
|
||||
* [addEventListener](qapplication.md#addeventlistener)
|
||||
* [exec](qapplication.md#exec)
|
||||
* [exit](qapplication.md#exit)
|
||||
* [inherits](qapplication.md#inherits)
|
||||
* [objectName](qapplication.md#objectname)
|
||||
* [processEvents](qapplication.md#processevents)
|
||||
* [property](qapplication.md#property)
|
||||
* [quit](qapplication.md#quit)
|
||||
* [quitOnLastWindowClosed](qapplication.md#quitonlastwindowclosed)
|
||||
* [removeEventListener](qapplication.md#removeeventlistener)
|
||||
* [setNodeParent](qapplication.md#setnodeparent)
|
||||
* [setObjectName](qapplication.md#setobjectname)
|
||||
* [setProperty](qapplication.md#setproperty)
|
||||
* [setQuitOnLastWindowClosed](qapplication.md#setquitonlastwindowclosed)
|
||||
* [clipboard](qapplication.md#static-clipboard)
|
||||
* [instance](qapplication.md#static-instance)
|
||||
@ -56,13 +63,13 @@ qApp.quit();
|
||||
|
||||
\+ **new QApplication**(): *[QApplication](qapplication.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QApplication](qapplication.md)*
|
||||
|
||||
\+ **new QApplication**(`native`: [NativeElement](../globals.md#nativeelement)): *[QApplication](qapplication.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -98,6 +105,62 @@ ___
|
||||
|
||||
## Methods
|
||||
|
||||
### addEventListener
|
||||
|
||||
▸ **addEventListener**<**SignalType**>(`signalType`: SignalType, `callback`: QApplicationSignals[SignalType]): *void*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[addEventListener](eventwidget.md#addeventlistener)*
|
||||
|
||||
**Type parameters:**
|
||||
|
||||
▪ **SignalType**: *keyof QApplicationSignals*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Description |
|
||||
------ | ------ | ------ |
|
||||
`signalType` | SignalType | SignalType is a signal from the widgets signals interface. |
|
||||
`callback` | QApplicationSignals[SignalType] | Corresponding callback for the signal as mentioned in the widget's signal interface |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
void
|
||||
|
||||
For example in the case of QPushButton:
|
||||
```js
|
||||
const button = new QPushButton();
|
||||
button.addEventListener('clicked',(checked)=>console.log("clicked"));
|
||||
// here clicked is a value from QPushButtonSignals interface
|
||||
```
|
||||
|
||||
▸ **addEventListener**(`eventType`: [WidgetEventTypes](../enums/widgeteventtypes.md), `callback`: function): *void*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[addEventListener](eventwidget.md#addeventlistener)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
▪ **eventType**: *[WidgetEventTypes](../enums/widgeteventtypes.md)*
|
||||
|
||||
▪ **callback**: *function*
|
||||
|
||||
For example in the case of QPushButton:
|
||||
```js
|
||||
const button = new QPushButton();
|
||||
button.addEventListener(WidgetEventTypes.HoverEnter,()=>console.log("hovered"));
|
||||
```
|
||||
|
||||
▸ (`event?`: [NativeRawPointer](../globals.md#nativerawpointer)‹"QEvent"›): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`event?` | [NativeRawPointer](../globals.md#nativerawpointer)‹"QEvent"› |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### exec
|
||||
|
||||
▸ **exec**(): *number*
|
||||
@ -120,6 +183,32 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### inherits
|
||||
|
||||
▸ **inherits**(`className`: string): *boolean*
|
||||
|
||||
*Inherited from [NodeObject](nodeobject.md).[inherits](nodeobject.md#inherits)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`className` | string |
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### objectName
|
||||
|
||||
▸ **objectName**(): *string*
|
||||
|
||||
*Inherited from [NodeObject](nodeobject.md).[objectName](nodeobject.md#objectname)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### processEvents
|
||||
|
||||
▸ **processEvents**(): *void*
|
||||
@ -128,6 +217,22 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### property
|
||||
|
||||
▸ **property**(`name`: string): *[QVariant](qvariant.md)*
|
||||
|
||||
*Inherited from [NodeObject](nodeobject.md).[property](nodeobject.md#property)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`name` | string |
|
||||
|
||||
**Returns:** *[QVariant](qvariant.md)*
|
||||
|
||||
___
|
||||
|
||||
### quit
|
||||
|
||||
▸ **quit**(): *number*
|
||||
@ -144,6 +249,47 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### removeEventListener
|
||||
|
||||
▸ **removeEventListener**<**SignalType**>(`signalType`: SignalType, `callback`: QApplicationSignals[SignalType]): *void*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[removeEventListener](eventwidget.md#removeeventlistener)*
|
||||
|
||||
**Type parameters:**
|
||||
|
||||
▪ **SignalType**: *keyof QApplicationSignals*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`signalType` | SignalType |
|
||||
`callback` | QApplicationSignals[SignalType] |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
▸ **removeEventListener**(`eventType`: [WidgetEventTypes](../enums/widgeteventtypes.md), `callback`: function): *void*
|
||||
|
||||
*Inherited from [EventWidget](eventwidget.md).[removeEventListener](eventwidget.md#removeeventlistener)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
▪ **eventType**: *[WidgetEventTypes](../enums/widgeteventtypes.md)*
|
||||
|
||||
▪ **callback**: *function*
|
||||
|
||||
▸ (`event?`: [NativeRawPointer](../globals.md#nativerawpointer)‹"QEvent"›): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`event?` | [NativeRawPointer](../globals.md#nativerawpointer)‹"QEvent"› |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setNodeParent
|
||||
|
||||
▸ **setNodeParent**(`parent?`: [Component](component.md)): *void*
|
||||
@ -160,6 +306,39 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setObjectName
|
||||
|
||||
▸ **setObjectName**(`objectName`: string): *void*
|
||||
|
||||
*Inherited from [NodeObject](nodeobject.md).[setObjectName](nodeobject.md#setobjectname)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`objectName` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setProperty
|
||||
|
||||
▸ **setProperty**(`name`: string, `value`: [QVariantType](../globals.md#qvarianttype)): *boolean*
|
||||
|
||||
*Inherited from [NodeObject](nodeobject.md).[setProperty](nodeobject.md#setproperty)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`name` | string |
|
||||
`value` | [QVariantType](../globals.md#qvarianttype) |
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### setQuitOnLastWindowClosed
|
||||
|
||||
▸ **setQuitOnLastWindowClosed**(`quit`: boolean): *void*
|
||||
|
||||
@ -70,6 +70,7 @@ const calendarWidget = new QCalendarWidget();
|
||||
* [raise](qcalendarwidget.md#raise)
|
||||
* [removeEventListener](qcalendarwidget.md#removeeventlistener)
|
||||
* [repaint](qcalendarwidget.md#repaint)
|
||||
* [repolish](qcalendarwidget.md#repolish)
|
||||
* [resize](qcalendarwidget.md#resize)
|
||||
* [selectionMode](qcalendarwidget.md#selectionmode)
|
||||
* [setAttribute](qcalendarwidget.md#setattribute)
|
||||
@ -123,13 +124,13 @@ const calendarWidget = new QCalendarWidget();
|
||||
|
||||
\+ **new QCalendarWidget**(): *[QCalendarWidget](qcalendarwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QCalendarWidget](qcalendarwidget.md)*
|
||||
|
||||
\+ **new QCalendarWidget**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QCalendarWidget](qcalendarwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -151,7 +152,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -561,6 +562,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -21,7 +21,7 @@ checkbox.setText("Hello");
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QAbstractButton](qabstractbutton.md)‹[QCheckBoxSignals](../globals.md#qcheckboxsignals)›
|
||||
↳ [QAbstractButton](qabstractbutton.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)›
|
||||
|
||||
↳ **QCheckBox**
|
||||
|
||||
@ -52,6 +52,7 @@ checkbox.setText("Hello");
|
||||
* [autoRepeat](qcheckbox.md#autorepeat)
|
||||
* [autoRepeatDelay](qcheckbox.md#autorepeatdelay)
|
||||
* [autoRepeatInterval](qcheckbox.md#autorepeatinterval)
|
||||
* [checkState](qcheckbox.md#checkstate)
|
||||
* [click](qcheckbox.md#click)
|
||||
* [close](qcheckbox.md#close)
|
||||
* [font](qcheckbox.md#font)
|
||||
@ -66,6 +67,7 @@ checkbox.setText("Hello");
|
||||
* [isChecked](qcheckbox.md#ischecked)
|
||||
* [isDown](qcheckbox.md#isdown)
|
||||
* [isEnabled](qcheckbox.md#isenabled)
|
||||
* [isTristate](qcheckbox.md#istristate)
|
||||
* [isVisible](qcheckbox.md#isvisible)
|
||||
* [lower](qcheckbox.md#lower)
|
||||
* [move](qcheckbox.md#move)
|
||||
@ -75,12 +77,14 @@ checkbox.setText("Hello");
|
||||
* [raise](qcheckbox.md#raise)
|
||||
* [removeEventListener](qcheckbox.md#removeeventlistener)
|
||||
* [repaint](qcheckbox.md#repaint)
|
||||
* [repolish](qcheckbox.md#repolish)
|
||||
* [resize](qcheckbox.md#resize)
|
||||
* [setAttribute](qcheckbox.md#setattribute)
|
||||
* [setAutoExclusive](qcheckbox.md#setautoexclusive)
|
||||
* [setAutoRepeat](qcheckbox.md#setautorepeat)
|
||||
* [setAutoRepeatDelay](qcheckbox.md#setautorepeatdelay)
|
||||
* [setAutoRepeatInterval](qcheckbox.md#setautorepeatinterval)
|
||||
* [setCheckState](qcheckbox.md#setcheckstate)
|
||||
* [setCheckable](qcheckbox.md#setcheckable)
|
||||
* [setChecked](qcheckbox.md#setchecked)
|
||||
* [setContextMenuPolicy](qcheckbox.md#setcontextmenupolicy)
|
||||
@ -104,6 +108,7 @@ checkbox.setText("Hello");
|
||||
* [setShortcut](qcheckbox.md#setshortcut)
|
||||
* [setStyleSheet](qcheckbox.md#setstylesheet)
|
||||
* [setText](qcheckbox.md#settext)
|
||||
* [setTristate](qcheckbox.md#settristate)
|
||||
* [setWindowFlag](qcheckbox.md#setwindowflag)
|
||||
* [setWindowIcon](qcheckbox.md#setwindowicon)
|
||||
* [setWindowOpacity](qcheckbox.md#setwindowopacity)
|
||||
@ -132,13 +137,13 @@ checkbox.setText("Hello");
|
||||
|
||||
\+ **new QCheckBox**(): *[QCheckBox](qcheckbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QCheckBox](qcheckbox.md)*
|
||||
|
||||
\+ **new QCheckBox**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QCheckBox](qcheckbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -150,7 +155,7 @@ Name | Type |
|
||||
|
||||
\+ **new QCheckBox**(`rawPointer`: [NativeRawPointer](../globals.md#nativerawpointer)‹any›, `disableNativeDeletion?`: undefined | false | true): *[QCheckBox](qcheckbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -173,7 +178,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -181,7 +186,7 @@ ___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../globals.md#qcheckboxsignals)›*
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
@ -367,6 +372,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### checkState
|
||||
|
||||
▸ **checkState**(): *[CheckState](../enums/checkstate.md)*
|
||||
|
||||
**Returns:** *[CheckState](../enums/checkstate.md)*
|
||||
|
||||
___
|
||||
|
||||
### click
|
||||
|
||||
▸ **click**(): *void*
|
||||
@ -487,7 +500,7 @@ ___
|
||||
|
||||
▸ **isChecked**(): *boolean*
|
||||
|
||||
*Overrides [QAbstractButton](qabstractbutton.md).[isChecked](qabstractbutton.md#ischecked)*
|
||||
*Inherited from [QAbstractButton](qabstractbutton.md).[isChecked](qabstractbutton.md#ischecked)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
@ -513,6 +526,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### isTristate
|
||||
|
||||
▸ **isTristate**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isVisible
|
||||
|
||||
▸ **isVisible**(): *boolean*
|
||||
@ -651,6 +672,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -749,6 +780,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setCheckState
|
||||
|
||||
▸ **setCheckState**(`state`: [CheckState](../enums/checkstate.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`state` | [CheckState](../enums/checkstate.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setCheckable
|
||||
|
||||
▸ **setCheckable**(`checkable`: boolean): *void*
|
||||
@ -767,15 +812,15 @@ ___
|
||||
|
||||
### setChecked
|
||||
|
||||
▸ **setChecked**(`check`: boolean): *void*
|
||||
▸ **setChecked**(`checked`: boolean): *void*
|
||||
|
||||
*Overrides [QAbstractButton](qabstractbutton.md).[setChecked](qabstractbutton.md#setchecked)*
|
||||
*Inherited from [QAbstractButton](qabstractbutton.md).[setChecked](qabstractbutton.md#setchecked)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`check` | boolean |
|
||||
`checked` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
@ -965,7 +1010,7 @@ ___
|
||||
|
||||
### setLayout
|
||||
|
||||
▸ **setLayout**(`parentLayout`: [NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../globals.md#qcheckboxsignals)›): *void*
|
||||
▸ **setLayout**(`parentLayout`: [NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)›): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[setLayout](qmenu.md#setlayout)*
|
||||
|
||||
@ -973,7 +1018,7 @@ ___
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`parentLayout` | [NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../globals.md#qcheckboxsignals)› |
|
||||
`parentLayout` | [NodeLayout](nodelayout.md)‹[QCheckBoxSignals](../interfaces/qcheckboxsignals.md)› |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
@ -1128,6 +1173,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setTristate
|
||||
|
||||
▸ **setTristate**(`y`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`y` | boolean | true |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setWindowFlag
|
||||
|
||||
▸ **setWindowFlag**(`windowType`: [WindowType](../enums/windowtype.md), `switchOn`: boolean): *void*
|
||||
|
||||
@ -42,7 +42,9 @@ const text = clipboard.text(QClipboardMode.Clipboard);
|
||||
### Methods
|
||||
|
||||
* [clear](qclipboard.md#clear)
|
||||
* [pixmap](qclipboard.md#pixmap)
|
||||
* [setNodeParent](qclipboard.md#setnodeparent)
|
||||
* [setPixmap](qclipboard.md#setpixmap)
|
||||
* [setText](qclipboard.md#settext)
|
||||
* [text](qclipboard.md#text)
|
||||
|
||||
@ -102,6 +104,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### pixmap
|
||||
|
||||
▸ **pixmap**(`mode`: [QClipboardMode](../enums/qclipboardmode.md)): *[QPixmap](qpixmap.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`mode` | [QClipboardMode](../enums/qclipboardmode.md) |
|
||||
|
||||
**Returns:** *[QPixmap](qpixmap.md)*
|
||||
|
||||
___
|
||||
|
||||
### setNodeParent
|
||||
|
||||
▸ **setNodeParent**(`parent?`: [Component](component.md)): *void*
|
||||
@ -118,6 +134,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setPixmap
|
||||
|
||||
▸ **setPixmap**(`pixmap`: [QPixmap](qpixmap.md), `mode`: [QClipboardMode](../enums/qclipboardmode.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`pixmap` | [QPixmap](qpixmap.md) |
|
||||
`mode` | [QClipboardMode](../enums/qclipboardmode.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setText
|
||||
|
||||
▸ **setText**(`text`: string, `mode`: [QClipboardMode](../enums/qclipboardmode.md)): *void*
|
||||
|
||||
@ -88,6 +88,7 @@ console.log('currentIndexChanged: ' + index);
|
||||
* [removeEventListener](qcombobox.md#removeeventlistener)
|
||||
* [removeItem](qcombobox.md#removeitem)
|
||||
* [repaint](qcombobox.md#repaint)
|
||||
* [repolish](qcombobox.md#repolish)
|
||||
* [resize](qcombobox.md#resize)
|
||||
* [setAttribute](qcombobox.md#setattribute)
|
||||
* [setContextMenuPolicy](qcombobox.md#setcontextmenupolicy)
|
||||
@ -137,13 +138,13 @@ console.log('currentIndexChanged: ' + index);
|
||||
|
||||
\+ **new QComboBox**(): *[QComboBox](qcombobox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QComboBox](qcombobox.md)*
|
||||
|
||||
\+ **new QComboBox**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QComboBox](qcombobox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -165,7 +166,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -685,6 +686,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -21,7 +21,7 @@ const dateEdit = new QDateEdit();
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QDateTimeEdit](qdatetimeedit.md)
|
||||
↳ [NodeDateTimeEdit](nodedatetimeedit.md)
|
||||
|
||||
↳ **QDateEdit**
|
||||
|
||||
@ -79,6 +79,7 @@ const dateEdit = new QDateEdit();
|
||||
* [raise](qdateedit.md#raise)
|
||||
* [removeEventListener](qdateedit.md#removeeventlistener)
|
||||
* [repaint](qdateedit.md#repaint)
|
||||
* [repolish](qdateedit.md#repolish)
|
||||
* [resize](qdateedit.md#resize)
|
||||
* [selectAll](qdateedit.md#selectall)
|
||||
* [setAccelerated](qdateedit.md#setaccelerated)
|
||||
@ -147,13 +148,13 @@ const dateEdit = new QDateEdit();
|
||||
|
||||
\+ **new QDateEdit**(): *[QDateEdit](qdateedit.md)*
|
||||
|
||||
*Overrides [QDateTimeEdit](qdatetimeedit.md).[constructor](qdatetimeedit.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QDateEdit](qdateedit.md)*
|
||||
|
||||
\+ **new QDateEdit**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QDateEdit](qdateedit.md)*
|
||||
|
||||
*Overrides [QDateTimeEdit](qdatetimeedit.md).[constructor](qdatetimeedit.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -175,7 +176,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -185,7 +186,7 @@ ___
|
||||
|
||||
• **calendar**? : *[QCalendarWidget](qcalendarwidget.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[calendar](qdatetimeedit.md#optional-calendar)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendar](nodedatetimeedit.md#optional-calendar)*
|
||||
|
||||
___
|
||||
|
||||
@ -201,7 +202,7 @@ ___
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
|
||||
*Overrides [QDateTimeEdit](qdatetimeedit.md).[native](qdatetimeedit.md#native)*
|
||||
*Overrides [Component](component.md).[native](component.md#abstract-native)*
|
||||
|
||||
___
|
||||
|
||||
@ -345,7 +346,7 @@ ___
|
||||
|
||||
▸ **calendarPopup**(): *boolean*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[calendarPopup](qdatetimeedit.md#calendarpopup)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendarPopup](nodedatetimeedit.md#calendarpopup)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
@ -355,7 +356,7 @@ ___
|
||||
|
||||
▸ **calendarWidget**(): *[QCalendarWidget](qcalendarwidget.md) | null*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[calendarWidget](qdatetimeedit.md#calendarwidget)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendarWidget](nodedatetimeedit.md#calendarwidget)*
|
||||
|
||||
**Returns:** *[QCalendarWidget](qcalendarwidget.md) | null*
|
||||
|
||||
@ -385,7 +386,7 @@ ___
|
||||
|
||||
▸ **date**(): *[QDate](qdate.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[date](qdatetimeedit.md#date)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[date](nodedatetimeedit.md#date)*
|
||||
|
||||
**Returns:** *[QDate](qdate.md)*
|
||||
|
||||
@ -395,7 +396,7 @@ ___
|
||||
|
||||
▸ **dateTime**(): *[QDateTime](qdatetime.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[dateTime](qdatetimeedit.md#datetime)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[dateTime](nodedatetimeedit.md#datetime)*
|
||||
|
||||
**Returns:** *[QDateTime](qdatetime.md)*
|
||||
|
||||
@ -405,7 +406,7 @@ ___
|
||||
|
||||
▸ **displayFormat**(): *string*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[displayFormat](qdatetimeedit.md#displayformat)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[displayFormat](nodedatetimeedit.md#displayformat)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
@ -685,6 +686,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -781,7 +792,7 @@ ___
|
||||
|
||||
▸ **setCalendarPopup**(`enable`: boolean): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setCalendarPopup](qdatetimeedit.md#setcalendarpopup)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setCalendarPopup](nodedatetimeedit.md#setcalendarpopup)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -797,7 +808,7 @@ ___
|
||||
|
||||
▸ **setCalendarWidget**(`calendarWidget`: [QCalendarWidget](qcalendarwidget.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setCalendarWidget](qdatetimeedit.md#setcalendarwidget)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setCalendarWidget](nodedatetimeedit.md#setcalendarwidget)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -861,7 +872,7 @@ ___
|
||||
|
||||
▸ **setDate**(`date`: [QDate](qdate.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setDate](qdatetimeedit.md#setdate)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDate](nodedatetimeedit.md#setdate)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -877,7 +888,7 @@ ___
|
||||
|
||||
▸ **setDateTime**(`datetime`: [QDateTime](qdatetime.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setDateTime](qdatetimeedit.md#setdatetime)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDateTime](nodedatetimeedit.md#setdatetime)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -893,7 +904,7 @@ ___
|
||||
|
||||
▸ **setDisplayFormat**(`format`: string): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setDisplayFormat](qdatetimeedit.md#setdisplayformat)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDisplayFormat](nodedatetimeedit.md#setdisplayformat)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -1224,7 +1235,7 @@ ___
|
||||
|
||||
▸ **setTime**(`time`: [QTime](qtime.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setTime](qdatetimeedit.md#settime)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setTime](nodedatetimeedit.md#settime)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -1240,7 +1251,7 @@ ___
|
||||
|
||||
▸ **setTimeSpec**(`spec`: [TimeSpec](../enums/timespec.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setTimeSpec](qdatetimeedit.md#settimespec)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setTimeSpec](nodedatetimeedit.md#settimespec)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -1479,7 +1490,7 @@ ___
|
||||
|
||||
▸ **time**(): *[QTime](qtime.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[time](qdatetimeedit.md#time)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[time](nodedatetimeedit.md#time)*
|
||||
|
||||
**Returns:** *[QTime](qtime.md)*
|
||||
|
||||
@ -1489,7 +1500,7 @@ ___
|
||||
|
||||
▸ **timeSpec**(): *[TimeSpec](../enums/timespec.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[timeSpec](qdatetimeedit.md#timespec)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[timeSpec](nodedatetimeedit.md#timespec)*
|
||||
|
||||
**Returns:** *[TimeSpec](../enums/timespec.md)*
|
||||
|
||||
|
||||
@ -27,14 +27,10 @@ dateTimeEdit.setTime(time);
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QAbstractSpinBox](qabstractspinbox.md)‹[QDateTimeEditSignals](../interfaces/qdatetimeeditsignals.md)›
|
||||
↳ [NodeDateTimeEdit](nodedatetimeedit.md)
|
||||
|
||||
↳ **QDateTimeEdit**
|
||||
|
||||
↳ [QDateEdit](qdateedit.md)
|
||||
|
||||
↳ [QTimeEdit](qtimeedit.md)
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
@ -89,6 +85,7 @@ dateTimeEdit.setTime(time);
|
||||
* [raise](qdatetimeedit.md#raise)
|
||||
* [removeEventListener](qdatetimeedit.md#removeeventlistener)
|
||||
* [repaint](qdatetimeedit.md#repaint)
|
||||
* [repolish](qdatetimeedit.md#repolish)
|
||||
* [resize](qdatetimeedit.md#resize)
|
||||
* [selectAll](qdatetimeedit.md#selectall)
|
||||
* [setAccelerated](qdatetimeedit.md#setaccelerated)
|
||||
@ -157,13 +154,13 @@ dateTimeEdit.setTime(time);
|
||||
|
||||
\+ **new QDateTimeEdit**(): *[QDateTimeEdit](qdatetimeedit.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QDateTimeEdit](qdatetimeedit.md)*
|
||||
|
||||
\+ **new QDateTimeEdit**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QDateTimeEdit](qdatetimeedit.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -185,7 +182,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -195,6 +192,8 @@ ___
|
||||
|
||||
• **calendar**? : *[QCalendarWidget](qcalendarwidget.md)*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendar](nodedatetimeedit.md#optional-calendar)*
|
||||
|
||||
___
|
||||
|
||||
### `Optional` layout
|
||||
@ -353,6 +352,8 @@ ___
|
||||
|
||||
▸ **calendarPopup**(): *boolean*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendarPopup](nodedatetimeedit.md#calendarpopup)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
@ -361,6 +362,8 @@ ___
|
||||
|
||||
▸ **calendarWidget**(): *[QCalendarWidget](qcalendarwidget.md) | null*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendarWidget](nodedatetimeedit.md#calendarwidget)*
|
||||
|
||||
**Returns:** *[QCalendarWidget](qcalendarwidget.md) | null*
|
||||
|
||||
___
|
||||
@ -389,6 +392,8 @@ ___
|
||||
|
||||
▸ **date**(): *[QDate](qdate.md)*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[date](nodedatetimeedit.md#date)*
|
||||
|
||||
**Returns:** *[QDate](qdate.md)*
|
||||
|
||||
___
|
||||
@ -397,6 +402,8 @@ ___
|
||||
|
||||
▸ **dateTime**(): *[QDateTime](qdatetime.md)*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[dateTime](nodedatetimeedit.md#datetime)*
|
||||
|
||||
**Returns:** *[QDateTime](qdatetime.md)*
|
||||
|
||||
___
|
||||
@ -405,6 +412,8 @@ ___
|
||||
|
||||
▸ **displayFormat**(): *string*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[displayFormat](nodedatetimeedit.md#displayformat)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
@ -683,6 +692,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -779,6 +798,8 @@ ___
|
||||
|
||||
▸ **setCalendarPopup**(`enable`: boolean): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setCalendarPopup](nodedatetimeedit.md#setcalendarpopup)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -793,6 +814,8 @@ ___
|
||||
|
||||
▸ **setCalendarWidget**(`calendarWidget`: [QCalendarWidget](qcalendarwidget.md)): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setCalendarWidget](nodedatetimeedit.md#setcalendarwidget)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -855,6 +878,8 @@ ___
|
||||
|
||||
▸ **setDate**(`date`: [QDate](qdate.md)): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDate](nodedatetimeedit.md#setdate)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -869,6 +894,8 @@ ___
|
||||
|
||||
▸ **setDateTime**(`datetime`: [QDateTime](qdatetime.md)): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDateTime](nodedatetimeedit.md#setdatetime)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -883,6 +910,8 @@ ___
|
||||
|
||||
▸ **setDisplayFormat**(`format`: string): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDisplayFormat](nodedatetimeedit.md#setdisplayformat)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -1212,6 +1241,8 @@ ___
|
||||
|
||||
▸ **setTime**(`time`: [QTime](qtime.md)): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setTime](nodedatetimeedit.md#settime)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -1226,6 +1257,8 @@ ___
|
||||
|
||||
▸ **setTimeSpec**(`spec`: [TimeSpec](../enums/timespec.md)): *void*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setTimeSpec](nodedatetimeedit.md#settimespec)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
@ -1463,6 +1496,8 @@ ___
|
||||
|
||||
▸ **time**(): *[QTime](qtime.md)*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[time](nodedatetimeedit.md#time)*
|
||||
|
||||
**Returns:** *[QTime](qtime.md)*
|
||||
|
||||
___
|
||||
@ -1471,6 +1506,8 @@ ___
|
||||
|
||||
▸ **timeSpec**(): *[TimeSpec](../enums/timespec.md)*
|
||||
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[timeSpec](nodedatetimeedit.md#timespec)*
|
||||
|
||||
**Returns:** *[TimeSpec](../enums/timespec.md)*
|
||||
|
||||
___
|
||||
|
||||
@ -63,6 +63,7 @@ const dial = new QDial();
|
||||
* [maximum](qdial.md#maximum)
|
||||
* [minimum](qdial.md#minimum)
|
||||
* [move](qdial.md#move)
|
||||
* [notchSize](qdial.md#notchsize)
|
||||
* [notchTarget](qdial.md#notchtarget)
|
||||
* [notchesVisible](qdial.md#notchesvisible)
|
||||
* [objectName](qdial.md#objectname)
|
||||
@ -73,6 +74,7 @@ const dial = new QDial();
|
||||
* [raise](qdial.md#raise)
|
||||
* [removeEventListener](qdial.md#removeeventlistener)
|
||||
* [repaint](qdial.md#repaint)
|
||||
* [repolish](qdial.md#repolish)
|
||||
* [resize](qdial.md#resize)
|
||||
* [setAttribute](qdial.md#setattribute)
|
||||
* [setContextMenuPolicy](qdial.md#setcontextmenupolicy)
|
||||
@ -136,13 +138,13 @@ const dial = new QDial();
|
||||
|
||||
\+ **new QDial**(): *[QDial](qdial.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QDial](qdial.md)*
|
||||
|
||||
\+ **new QDial**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QDial](qdial.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -164,7 +166,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -485,6 +487,14 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### notchSize
|
||||
|
||||
▸ **notchSize**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### notchTarget
|
||||
|
||||
▸ **notchTarget**(): *number*
|
||||
@ -622,6 +632,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -59,6 +59,7 @@ It is inherited by QFileDialog and QMessageBox (n/a QColorDialog, QErrorMessage,
|
||||
* [reject](qdialog.md#reject)
|
||||
* [removeEventListener](qdialog.md#removeeventlistener)
|
||||
* [repaint](qdialog.md#repaint)
|
||||
* [repolish](qdialog.md#repolish)
|
||||
* [resize](qdialog.md#resize)
|
||||
* [result](qdialog.md#result)
|
||||
* [setAttribute](qdialog.md#setattribute)
|
||||
@ -106,7 +107,7 @@ It is inherited by QFileDialog and QMessageBox (n/a QColorDialog, QErrorMessage,
|
||||
|
||||
\+ **new QDialog**(`arg?`: [NodeDialog](nodedialog.md)‹[QDialogSignals](../interfaces/qdialogsignals.md)› | [NativeElement](../globals.md#nativeelement)): *[QDialog](qdialog.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -128,7 +129,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -530,6 +531,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -79,6 +79,7 @@ console.log(selectedFiles);
|
||||
* [reject](qfiledialog.md#reject)
|
||||
* [removeEventListener](qfiledialog.md#removeeventlistener)
|
||||
* [repaint](qfiledialog.md#repaint)
|
||||
* [repolish](qfiledialog.md#repolish)
|
||||
* [resize](qfiledialog.md#resize)
|
||||
* [result](qfiledialog.md#result)
|
||||
* [selectedFiles](qfiledialog.md#selectedfiles)
|
||||
@ -137,13 +138,13 @@ console.log(selectedFiles);
|
||||
|
||||
\+ **new QFileDialog**(): *[QFileDialog](qfiledialog.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QFileDialog](qfiledialog.md)*
|
||||
|
||||
\+ **new QFileDialog**(`parent`: [NodeWidget](nodewidget.md)‹any›, `caption?`: undefined | string, `directory?`: undefined | string, `filter?`: undefined | string): *[QFileDialog](qfiledialog.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -168,7 +169,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -616,6 +617,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -25,6 +25,7 @@ sidebar_label: "QFontDatabase"
|
||||
### Methods
|
||||
|
||||
* [bold](qfontdatabase.md#bold)
|
||||
* [families](qfontdatabase.md#families)
|
||||
* [italic](qfontdatabase.md#italic)
|
||||
* [setNodeParent](qfontdatabase.md#setnodeparent)
|
||||
* [weight](qfontdatabase.md#weight)
|
||||
@ -82,6 +83,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### families
|
||||
|
||||
▸ **families**(`ws`: [WritingSystem](../enums/writingsystem.md)): *string[]*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`ws` | [WritingSystem](../enums/writingsystem.md) | WritingSystem.Any |
|
||||
|
||||
**Returns:** *string[]*
|
||||
|
||||
___
|
||||
|
||||
### italic
|
||||
|
||||
▸ **italic**(`family`: string, `style`: string): *boolean*
|
||||
|
||||
1197
website/docs/api/generated/classes/qframe.md
Normal file
1197
website/docs/api/generated/classes/qframe.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -87,6 +87,7 @@ win.show();
|
||||
* [raise](qgroupbox.md#raise)
|
||||
* [removeEventListener](qgroupbox.md#removeeventlistener)
|
||||
* [repaint](qgroupbox.md#repaint)
|
||||
* [repolish](qgroupbox.md#repolish)
|
||||
* [resize](qgroupbox.md#resize)
|
||||
* [setAlignment](qgroupbox.md#setalignment)
|
||||
* [setAttribute](qgroupbox.md#setattribute)
|
||||
@ -136,13 +137,13 @@ win.show();
|
||||
|
||||
\+ **new QGroupBox**(): *[QGroupBox](qgroupbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QGroupBox](qgroupbox.md)*
|
||||
|
||||
\+ **new QGroupBox**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QGroupBox](qgroupbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -164,7 +165,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -558,6 +559,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -577,13 +588,13 @@ ___
|
||||
|
||||
### setAlignment
|
||||
|
||||
▸ **setAlignment**(`alignment`: number): *void*
|
||||
▸ **setAlignment**(`alignment`: [AlignmentFlag](../enums/alignmentflag.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`alignment` | number |
|
||||
`alignment` | [AlignmentFlag](../enums/alignmentflag.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
|
||||
1540
website/docs/api/generated/classes/qinputdialog.md
Normal file
1540
website/docs/api/generated/classes/qinputdialog.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@ label.setText("Hello");
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [NodeWidget](nodewidget.md)‹[QLabelSignals](../globals.md#qlabelsignals)›
|
||||
↳ [NodeFrame](nodeframe.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)›
|
||||
|
||||
↳ **QLabel**
|
||||
|
||||
@ -48,55 +48,82 @@ label.setText("Hello");
|
||||
* [addEventListener](qlabel.md#addeventlistener)
|
||||
* [adjustSize](qlabel.md#adjustsize)
|
||||
* [alignment](qlabel.md#alignment)
|
||||
* [buddy](qlabel.md#buddy)
|
||||
* [clear](qlabel.md#clear)
|
||||
* [close](qlabel.md#close)
|
||||
* [font](qlabel.md#font)
|
||||
* [frameRect](qlabel.md#framerect)
|
||||
* [frameShadow](qlabel.md#frameshadow)
|
||||
* [frameShape](qlabel.md#frameshape)
|
||||
* [frameStyle](qlabel.md#framestyle)
|
||||
* [frameWidth](qlabel.md#framewidth)
|
||||
* [geometry](qlabel.md#geometry)
|
||||
* [getFlexNode](qlabel.md#getflexnode)
|
||||
* [hasMouseTracking](qlabel.md#hasmousetracking)
|
||||
* [hasScaledContents](qlabel.md#hasscaledcontents)
|
||||
* [hasSelectedText](qlabel.md#hasselectedtext)
|
||||
* [hide](qlabel.md#hide)
|
||||
* [indent](qlabel.md#indent)
|
||||
* [inherits](qlabel.md#inherits)
|
||||
* [isEnabled](qlabel.md#isenabled)
|
||||
* [isVisible](qlabel.md#isvisible)
|
||||
* [lineWidth](qlabel.md#linewidth)
|
||||
* [lower](qlabel.md#lower)
|
||||
* [margin](qlabel.md#margin)
|
||||
* [midLineWidth](qlabel.md#midlinewidth)
|
||||
* [move](qlabel.md#move)
|
||||
* [movie](qlabel.md#movie)
|
||||
* [objectName](qlabel.md#objectname)
|
||||
* [openExternalLinks](qlabel.md#openexternallinks)
|
||||
* [picture](qlabel.md#picture)
|
||||
* [pixmap](qlabel.md#pixmap)
|
||||
* [pos](qlabel.md#pos)
|
||||
* [property](qlabel.md#property)
|
||||
* [raise](qlabel.md#raise)
|
||||
* [removeEventListener](qlabel.md#removeeventlistener)
|
||||
* [repaint](qlabel.md#repaint)
|
||||
* [repolish](qlabel.md#repolish)
|
||||
* [resize](qlabel.md#resize)
|
||||
* [selectedText](qlabel.md#selectedtext)
|
||||
* [selectionStart](qlabel.md#selectionstart)
|
||||
* [setAlignment](qlabel.md#setalignment)
|
||||
* [setAttribute](qlabel.md#setattribute)
|
||||
* [setBuddy](qlabel.md#setbuddy)
|
||||
* [setContextMenuPolicy](qlabel.md#setcontextmenupolicy)
|
||||
* [setCursor](qlabel.md#setcursor)
|
||||
* [setEnabled](qlabel.md#setenabled)
|
||||
* [setFixedSize](qlabel.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qlabel.md#setflexnodesizecontrolled)
|
||||
* [setFont](qlabel.md#setfont)
|
||||
* [setFrameRect](qlabel.md#setframerect)
|
||||
* [setFrameShadow](qlabel.md#setframeshadow)
|
||||
* [setFrameShape](qlabel.md#setframeshape)
|
||||
* [setFrameStyle](qlabel.md#setframestyle)
|
||||
* [setGeometry](qlabel.md#setgeometry)
|
||||
* [setIndent](qlabel.md#setindent)
|
||||
* [setInlineStyle](qlabel.md#setinlinestyle)
|
||||
* [setLayout](qlabel.md#setlayout)
|
||||
* [setLineWidth](qlabel.md#setlinewidth)
|
||||
* [setMargin](qlabel.md#setmargin)
|
||||
* [setMaximumSize](qlabel.md#setmaximumsize)
|
||||
* [setMidLineWidth](qlabel.md#setmidlinewidth)
|
||||
* [setMinimumSize](qlabel.md#setminimumsize)
|
||||
* [setMouseTracking](qlabel.md#setmousetracking)
|
||||
* [setMovie](qlabel.md#setmovie)
|
||||
* [setNodeParent](qlabel.md#setnodeparent)
|
||||
* [setNumDouble](qlabel.md#setnumdouble)
|
||||
* [setNumInt](qlabel.md#setnumint)
|
||||
* [setObjectName](qlabel.md#setobjectname)
|
||||
* [setOpenExternalLinks](qlabel.md#setopenexternallinks)
|
||||
* [setPicture](qlabel.md#setpicture)
|
||||
* [setPixmap](qlabel.md#setpixmap)
|
||||
* [setProperty](qlabel.md#setproperty)
|
||||
* [setScaledContents](qlabel.md#setscaledcontents)
|
||||
* [setSelection](qlabel.md#setselection)
|
||||
* [setStyleSheet](qlabel.md#setstylesheet)
|
||||
* [setText](qlabel.md#settext)
|
||||
* [setTextFormat](qlabel.md#settextformat)
|
||||
* [setTextInteractionFlags](qlabel.md#settextinteractionflags)
|
||||
* [setWindowFlag](qlabel.md#setwindowflag)
|
||||
* [setWindowIcon](qlabel.md#setwindowicon)
|
||||
* [setWindowOpacity](qlabel.md#setwindowopacity)
|
||||
@ -113,6 +140,7 @@ label.setText("Hello");
|
||||
* [testAttribute](qlabel.md#testattribute)
|
||||
* [text](qlabel.md#text)
|
||||
* [textFormat](qlabel.md#textformat)
|
||||
* [textInteractionFlags](qlabel.md#textinteractionflags)
|
||||
* [update](qlabel.md#update)
|
||||
* [updateGeometry](qlabel.md#updategeometry)
|
||||
* [windowOpacity](qlabel.md#windowopacity)
|
||||
@ -126,13 +154,13 @@ label.setText("Hello");
|
||||
|
||||
\+ **new QLabel**(): *[QLabel](qlabel.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QLabel](qlabel.md)*
|
||||
|
||||
\+ **new QLabel**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QLabel](qlabel.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -154,7 +182,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -162,7 +190,7 @@ ___
|
||||
|
||||
### `Optional` layout
|
||||
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QLabelSignals](../globals.md#qlabelsignals)›*
|
||||
• **layout**? : *[NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[layout](qmenu.md#optional-layout)*
|
||||
|
||||
@ -300,6 +328,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### buddy
|
||||
|
||||
▸ **buddy**(): *[NodeWidget](nodewidget.md)‹any› | null*
|
||||
|
||||
**Returns:** *[NodeWidget](nodewidget.md)‹any› | null*
|
||||
|
||||
___
|
||||
|
||||
### clear
|
||||
|
||||
▸ **clear**(): *void*
|
||||
@ -328,6 +364,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -358,6 +444,22 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### hasScaledContents
|
||||
|
||||
▸ **hasScaledContents**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### hasSelectedText
|
||||
|
||||
▸ **hasSelectedText**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### hide
|
||||
|
||||
▸ **hide**(): *void*
|
||||
@ -412,6 +514,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -430,6 +542,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -473,6 +595,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### picture
|
||||
|
||||
▸ **picture**(): *[QPicture](qpicture.md) | undefined*
|
||||
|
||||
**Returns:** *[QPicture](qpicture.md) | undefined*
|
||||
|
||||
___
|
||||
|
||||
### pixmap
|
||||
|
||||
▸ **pixmap**(): *[QPixmap](qpixmap.md) | undefined*
|
||||
@ -572,6 +702,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -589,6 +729,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### selectedText
|
||||
|
||||
▸ **selectedText**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### selectionStart
|
||||
|
||||
▸ **selectionStart**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### setAlignment
|
||||
|
||||
▸ **setAlignment**(`alignment`: [AlignmentFlag](../enums/alignmentflag.md)): *void*
|
||||
@ -620,6 +776,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setBuddy
|
||||
|
||||
▸ **setBuddy**(`buddy`: [NodeWidget](nodewidget.md)‹any›): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`buddy` | [NodeWidget](nodewidget.md)‹any› |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setContextMenuPolicy
|
||||
|
||||
▸ **setContextMenuPolicy**(`contextMenuPolicy`: [ContextMenuPolicy](../enums/contextmenupolicy.md)): *void*
|
||||
@ -719,6 +889,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -770,7 +1004,7 @@ ___
|
||||
|
||||
### setLayout
|
||||
|
||||
▸ **setLayout**(`parentLayout`: [NodeLayout](nodelayout.md)‹[QLabelSignals](../globals.md#qlabelsignals)›): *void*
|
||||
▸ **setLayout**(`parentLayout`: [NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)›): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[setLayout](qmenu.md#setlayout)*
|
||||
|
||||
@ -778,7 +1012,23 @@ ___
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`parentLayout` | [NodeLayout](nodelayout.md)‹[QLabelSignals](../globals.md#qlabelsignals)› |
|
||||
`parentLayout` | [NodeLayout](nodelayout.md)‹[QLabelSignals](../interfaces/qlabelsignals.md)› |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
@ -815,6 +1065,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
@ -878,6 +1144,34 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setNumDouble
|
||||
|
||||
▸ **setNumDouble**(`num`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`num` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setNumInt
|
||||
|
||||
▸ **setNumInt**(`num`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`num` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setObjectName
|
||||
|
||||
▸ **setObjectName**(`objectName`: string): *void*
|
||||
@ -910,6 +1204,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setPicture
|
||||
|
||||
▸ **setPicture**(`picture`: [QPicture](qpicture.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`picture` | [QPicture](qpicture.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setPixmap
|
||||
|
||||
▸ **setPixmap**(`pixMap`: [QPixmap](qpixmap.md)): *void*
|
||||
@ -941,6 +1249,35 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setScaledContents
|
||||
|
||||
▸ **setScaledContents**(`scaled`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`scaled` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setSelection
|
||||
|
||||
▸ **setSelection**(`start`: number, `length`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`start` | number |
|
||||
`length` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setStyleSheet
|
||||
|
||||
▸ **setStyleSheet**(`styleSheet`: string): *void*
|
||||
@ -985,6 +1322,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setTextInteractionFlags
|
||||
|
||||
▸ **setTextInteractionFlags**(`flags`: [TextInteractionFlag](../enums/textinteractionflag.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`flags` | [TextInteractionFlag](../enums/textinteractionflag.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setWindowFlag
|
||||
|
||||
▸ **setWindowFlag**(`windowType`: [WindowType](../enums/windowtype.md), `switchOn`: boolean): *void*
|
||||
@ -1182,6 +1533,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### textInteractionFlags
|
||||
|
||||
▸ **textInteractionFlags**(): *[TextInteractionFlag](../enums/textinteractionflag.md)*
|
||||
|
||||
**Returns:** *[TextInteractionFlag](../enums/textinteractionflag.md)*
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
▸ **update**(): *void*
|
||||
|
||||
@ -66,6 +66,7 @@ const lineEdit = new QLineEdit();
|
||||
* [raise](qlineedit.md#raise)
|
||||
* [removeEventListener](qlineedit.md#removeeventlistener)
|
||||
* [repaint](qlineedit.md#repaint)
|
||||
* [repolish](qlineedit.md#repolish)
|
||||
* [resize](qlineedit.md#resize)
|
||||
* [setAttribute](qlineedit.md#setattribute)
|
||||
* [setContextMenuPolicy](qlineedit.md#setcontextmenupolicy)
|
||||
@ -114,13 +115,13 @@ const lineEdit = new QLineEdit();
|
||||
|
||||
\+ **new QLineEdit**(): *[QLineEdit](qlineedit.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QLineEdit](qlineedit.md)*
|
||||
|
||||
\+ **new QLineEdit**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QLineEdit](qlineedit.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -142,7 +143,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -528,6 +529,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -78,6 +78,11 @@ listWidget.addItem(listWidgetItem);
|
||||
* [editTriggers](qlistwidget.md#edittriggers)
|
||||
* [flow](qlistwidget.md#flow)
|
||||
* [font](qlistwidget.md#font)
|
||||
* [frameRect](qlistwidget.md#framerect)
|
||||
* [frameShadow](qlistwidget.md#frameshadow)
|
||||
* [frameShape](qlistwidget.md#frameshape)
|
||||
* [frameStyle](qlistwidget.md#framestyle)
|
||||
* [frameWidth](qlistwidget.md#framewidth)
|
||||
* [geometry](qlistwidget.md#geometry)
|
||||
* [getFlexNode](qlistwidget.md#getflexnode)
|
||||
* [gridSize](qlistwidget.md#gridsize)
|
||||
@ -102,7 +107,9 @@ listWidget.addItem(listWidgetItem);
|
||||
* [itemAt](qlistwidget.md#itemat)
|
||||
* [itemWidget](qlistwidget.md#itemwidget)
|
||||
* [layoutMode](qlistwidget.md#layoutmode)
|
||||
* [lineWidth](qlistwidget.md#linewidth)
|
||||
* [lower](qlistwidget.md#lower)
|
||||
* [midLineWidth](qlistwidget.md#midlinewidth)
|
||||
* [modelColumn](qlistwidget.md#modelcolumn)
|
||||
* [move](qlistwidget.md#move)
|
||||
* [movement](qlistwidget.md#movement)
|
||||
@ -114,6 +121,7 @@ listWidget.addItem(listWidgetItem);
|
||||
* [removeEventListener](qlistwidget.md#removeeventlistener)
|
||||
* [removeItemWidget](qlistwidget.md#removeitemwidget)
|
||||
* [repaint](qlistwidget.md#repaint)
|
||||
* [repolish](qlistwidget.md#repolish)
|
||||
* [resetHorizontalScrollMode](qlistwidget.md#resethorizontalscrollmode)
|
||||
* [resetVerticalScrollMode](qlistwidget.md#resetverticalscrollmode)
|
||||
* [resize](qlistwidget.md#resize)
|
||||
@ -145,6 +153,10 @@ listWidget.addItem(listWidgetItem);
|
||||
* [setFlexNodeSizeControlled](qlistwidget.md#setflexnodesizecontrolled)
|
||||
* [setFlow](qlistwidget.md#setflow)
|
||||
* [setFont](qlistwidget.md#setfont)
|
||||
* [setFrameRect](qlistwidget.md#setframerect)
|
||||
* [setFrameShadow](qlistwidget.md#setframeshadow)
|
||||
* [setFrameShape](qlistwidget.md#setframeshape)
|
||||
* [setFrameStyle](qlistwidget.md#setframestyle)
|
||||
* [setGeometry](qlistwidget.md#setgeometry)
|
||||
* [setGridSize](qlistwidget.md#setgridsize)
|
||||
* [setHorizontalScrollBarPolicy](qlistwidget.md#sethorizontalscrollbarpolicy)
|
||||
@ -156,7 +168,9 @@ listWidget.addItem(listWidgetItem);
|
||||
* [setItemWidget](qlistwidget.md#setitemwidget)
|
||||
* [setLayout](qlistwidget.md#setlayout)
|
||||
* [setLayoutMode](qlistwidget.md#setlayoutmode)
|
||||
* [setLineWidth](qlistwidget.md#setlinewidth)
|
||||
* [setMaximumSize](qlistwidget.md#setmaximumsize)
|
||||
* [setMidLineWidth](qlistwidget.md#setmidlinewidth)
|
||||
* [setMinimumSize](qlistwidget.md#setminimumsize)
|
||||
* [setModelColumn](qlistwidget.md#setmodelcolumn)
|
||||
* [setMouseTracking](qlistwidget.md#setmousetracking)
|
||||
@ -218,13 +232,13 @@ listWidget.addItem(listWidgetItem);
|
||||
|
||||
\+ **new QListWidget**(): *[QListWidget](qlistwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QListWidget](qlistwidget.md)*
|
||||
|
||||
\+ **new QListWidget**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QListWidget](qlistwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -246,7 +260,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -610,6 +624,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -881,6 +945,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -891,6 +965,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### modelColumn
|
||||
|
||||
▸ **modelColumn**(): *number*
|
||||
@ -1053,6 +1137,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resetHorizontalScrollMode
|
||||
|
||||
▸ **resetHorizontalScrollMode**(): *void*
|
||||
@ -1499,6 +1593,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -1672,6 +1830,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -1689,6 +1863,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -80,6 +80,7 @@ Once a central widget is set you can add children/layout to the central widget.
|
||||
* [removeEventListener](qmainwindow.md#removeeventlistener)
|
||||
* [removeStatusBar](qmainwindow.md#removestatusbar)
|
||||
* [repaint](qmainwindow.md#repaint)
|
||||
* [repolish](qmainwindow.md#repolish)
|
||||
* [resize](qmainwindow.md#resize)
|
||||
* [setAttribute](qmainwindow.md#setattribute)
|
||||
* [setCentralWidget](qmainwindow.md#setcentralwidget)
|
||||
@ -129,13 +130,13 @@ Once a central widget is set you can add children/layout to the central widget.
|
||||
|
||||
\+ **new QMainWindow**(): *[QMainWindow](qmainwindow.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QMainWindow](qmainwindow.md)*
|
||||
|
||||
\+ **new QMainWindow**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QMainWindow](qmainwindow.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -157,7 +158,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -553,6 +554,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -64,6 +64,7 @@ const menu = new QMenu();
|
||||
* [raise](qmenu.md#raise)
|
||||
* [removeEventListener](qmenu.md#removeeventlistener)
|
||||
* [repaint](qmenu.md#repaint)
|
||||
* [repolish](qmenu.md#repolish)
|
||||
* [resize](qmenu.md#resize)
|
||||
* [setAttribute](qmenu.md#setattribute)
|
||||
* [setContextMenuPolicy](qmenu.md#setcontextmenupolicy)
|
||||
@ -108,13 +109,13 @@ const menu = new QMenu();
|
||||
|
||||
\+ **new QMenu**(): *[QMenu](qmenu.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QMenu](qmenu.md)*
|
||||
|
||||
\+ **new QMenu**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QMenu](qmenu.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -136,7 +137,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -536,6 +537,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -68,6 +68,7 @@ global.win = win;
|
||||
* [raise](qmenubar.md#raise)
|
||||
* [removeEventListener](qmenubar.md#removeeventlistener)
|
||||
* [repaint](qmenubar.md#repaint)
|
||||
* [repolish](qmenubar.md#repolish)
|
||||
* [resize](qmenubar.md#resize)
|
||||
* [setAttribute](qmenubar.md#setattribute)
|
||||
* [setContextMenuPolicy](qmenubar.md#setcontextmenupolicy)
|
||||
@ -112,13 +113,13 @@ global.win = win;
|
||||
|
||||
\+ **new QMenuBar**(): *[QMenuBar](qmenubar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QMenuBar](qmenubar.md)*
|
||||
|
||||
\+ **new QMenuBar**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QMenuBar](qmenubar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -130,7 +131,7 @@ Name | Type |
|
||||
|
||||
\+ **new QMenuBar**(`native`: [NativeElement](../globals.md#nativeelement)): *[QMenuBar](qmenubar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -158,7 +159,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -542,6 +543,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -76,6 +76,7 @@ messageBox.exec();
|
||||
* [reject](qmessagebox.md#reject)
|
||||
* [removeEventListener](qmessagebox.md#removeeventlistener)
|
||||
* [repaint](qmessagebox.md#repaint)
|
||||
* [repolish](qmessagebox.md#repolish)
|
||||
* [resize](qmessagebox.md#resize)
|
||||
* [result](qmessagebox.md#result)
|
||||
* [setAttribute](qmessagebox.md#setattribute)
|
||||
@ -130,13 +131,13 @@ messageBox.exec();
|
||||
|
||||
\+ **new QMessageBox**(): *[QMessageBox](qmessagebox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QMessageBox](qmessagebox.md)*
|
||||
|
||||
\+ **new QMessageBox**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QMessageBox](qmessagebox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -158,7 +159,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -605,6 +606,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -29,6 +29,7 @@ sidebar_label: "QMovie"
|
||||
* [currentPixmap](qmovie.md#currentpixmap)
|
||||
* [fileName](qmovie.md#filename)
|
||||
* [format](qmovie.md#format)
|
||||
* [frameCount](qmovie.md#framecount)
|
||||
* [inherits](qmovie.md#inherits)
|
||||
* [jumpToFrame](qmovie.md#jumptoframe)
|
||||
* [jumpToNextFrame](qmovie.md#jumptonextframe)
|
||||
@ -197,6 +198,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameCount
|
||||
|
||||
▸ **frameCount**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### inherits
|
||||
|
||||
▸ **inherits**(`className`: string): *boolean*
|
||||
|
||||
185
website/docs/api/generated/classes/qpicture.md
Normal file
185
website/docs/api/generated/classes/qpicture.md
Normal file
@ -0,0 +1,185 @@
|
||||
---
|
||||
id: "qpicture"
|
||||
title: "QPicture"
|
||||
sidebar_label: "QPicture"
|
||||
---
|
||||
|
||||
> The QPicture class is a paint device that records and replays QPainter commands.
|
||||
|
||||
**This class is a JS wrapper around Qt's [QPicture class](https://doc.qt.io/qt-5/qpicture.html)**
|
||||
|
||||
### Example
|
||||
|
||||
```javascript
|
||||
const { QPicture } = require("@nodegui/nodegui");
|
||||
|
||||
const picture = new QPicture();
|
||||
```
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* [Component](component.md)
|
||||
|
||||
↳ **QPicture**
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
|
||||
* [constructor](qpicture.md#constructor)
|
||||
|
||||
### Properties
|
||||
|
||||
* [native](qpicture.md#native)
|
||||
* [nodeChildren](qpicture.md#nodechildren)
|
||||
* [nodeParent](qpicture.md#optional-nodeparent)
|
||||
|
||||
### Methods
|
||||
|
||||
* [boundingRect](qpicture.md#boundingrect)
|
||||
* [isNull](qpicture.md#isnull)
|
||||
* [load](qpicture.md#load)
|
||||
* [save](qpicture.md#save)
|
||||
* [setBoundingRect](qpicture.md#setboundingrect)
|
||||
* [setNodeParent](qpicture.md#setnodeparent)
|
||||
* [size](qpicture.md#size)
|
||||
|
||||
## Constructors
|
||||
|
||||
### constructor
|
||||
|
||||
\+ **new QPicture**(): *[QPicture](qpicture.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Returns:** *[QPicture](qpicture.md)*
|
||||
|
||||
\+ **new QPicture**(`native`: [NativeElement](../globals.md#nativeelement)): *[QPicture](qpicture.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`native` | [NativeElement](../globals.md#nativeelement) |
|
||||
|
||||
**Returns:** *[QPicture](qpicture.md)*
|
||||
|
||||
\+ **new QPicture**(`formatVersion`: number): *[QPicture](qpicture.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`formatVersion` | number |
|
||||
|
||||
**Returns:** *[QPicture](qpicture.md)*
|
||||
|
||||
## Properties
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
|
||||
*Overrides [Component](component.md).[native](component.md#abstract-native)*
|
||||
|
||||
___
|
||||
|
||||
### nodeChildren
|
||||
|
||||
• **nodeChildren**: *Set‹[Component](component.md)›*
|
||||
|
||||
*Inherited from [Component](component.md).[nodeChildren](component.md#nodechildren)*
|
||||
|
||||
___
|
||||
|
||||
### `Optional` nodeParent
|
||||
|
||||
• **nodeParent**? : *[Component](component.md)*
|
||||
|
||||
*Inherited from [Component](component.md).[nodeParent](component.md#optional-nodeparent)*
|
||||
|
||||
## Methods
|
||||
|
||||
### boundingRect
|
||||
|
||||
▸ **boundingRect**(): *[QRect](qrect.md)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### isNull
|
||||
|
||||
▸ **isNull**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### load
|
||||
|
||||
▸ **load**(`fileName`: string): *boolean*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`fileName` | string |
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### save
|
||||
|
||||
▸ **save**(`fileName`: string): *boolean*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`fileName` | string |
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### setBoundingRect
|
||||
|
||||
▸ **setBoundingRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setNodeParent
|
||||
|
||||
▸ **setNodeParent**(`parent?`: [Component](component.md)): *void*
|
||||
|
||||
*Inherited from [Component](component.md).[setNodeParent](component.md#setnodeparent)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`parent?` | [Component](component.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### size
|
||||
|
||||
▸ **size**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
@ -51,6 +51,11 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
* [clear](qplaintextedit.md#clear)
|
||||
* [close](qplaintextedit.md#close)
|
||||
* [font](qplaintextedit.md#font)
|
||||
* [frameRect](qplaintextedit.md#framerect)
|
||||
* [frameShadow](qplaintextedit.md#frameshadow)
|
||||
* [frameShape](qplaintextedit.md#frameshape)
|
||||
* [frameStyle](qplaintextedit.md#framestyle)
|
||||
* [frameWidth](qplaintextedit.md#framewidth)
|
||||
* [geometry](qplaintextedit.md#geometry)
|
||||
* [getFlexNode](qplaintextedit.md#getflexnode)
|
||||
* [hasMouseTracking](qplaintextedit.md#hasmousetracking)
|
||||
@ -59,8 +64,10 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
* [insertPlainText](qplaintextedit.md#insertplaintext)
|
||||
* [isEnabled](qplaintextedit.md#isenabled)
|
||||
* [isVisible](qplaintextedit.md#isvisible)
|
||||
* [lineWidth](qplaintextedit.md#linewidth)
|
||||
* [lineWrapMode](qplaintextedit.md#linewrapmode)
|
||||
* [lower](qplaintextedit.md#lower)
|
||||
* [midLineWidth](qplaintextedit.md#midlinewidth)
|
||||
* [move](qplaintextedit.md#move)
|
||||
* [objectName](qplaintextedit.md#objectname)
|
||||
* [pos](qplaintextedit.md#pos)
|
||||
@ -68,6 +75,7 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
* [raise](qplaintextedit.md#raise)
|
||||
* [removeEventListener](qplaintextedit.md#removeeventlistener)
|
||||
* [repaint](qplaintextedit.md#repaint)
|
||||
* [repolish](qplaintextedit.md#repolish)
|
||||
* [resize](qplaintextedit.md#resize)
|
||||
* [setAttribute](qplaintextedit.md#setattribute)
|
||||
* [setContextMenuPolicy](qplaintextedit.md#setcontextmenupolicy)
|
||||
@ -76,12 +84,18 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
* [setFixedSize](qplaintextedit.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qplaintextedit.md#setflexnodesizecontrolled)
|
||||
* [setFont](qplaintextedit.md#setfont)
|
||||
* [setFrameRect](qplaintextedit.md#setframerect)
|
||||
* [setFrameShadow](qplaintextedit.md#setframeshadow)
|
||||
* [setFrameShape](qplaintextedit.md#setframeshape)
|
||||
* [setFrameStyle](qplaintextedit.md#setframestyle)
|
||||
* [setGeometry](qplaintextedit.md#setgeometry)
|
||||
* [setHorizontalScrollBarPolicy](qplaintextedit.md#sethorizontalscrollbarpolicy)
|
||||
* [setInlineStyle](qplaintextedit.md#setinlinestyle)
|
||||
* [setLayout](qplaintextedit.md#setlayout)
|
||||
* [setLineWidth](qplaintextedit.md#setlinewidth)
|
||||
* [setLineWrapMode](qplaintextedit.md#setlinewrapmode)
|
||||
* [setMaximumSize](qplaintextedit.md#setmaximumsize)
|
||||
* [setMidLineWidth](qplaintextedit.md#setmidlinewidth)
|
||||
* [setMinimumSize](qplaintextedit.md#setminimumsize)
|
||||
* [setMouseTracking](qplaintextedit.md#setmousetracking)
|
||||
* [setNodeParent](qplaintextedit.md#setnodeparent)
|
||||
@ -122,13 +136,13 @@ const plainTextEdit = new QPlainTextEdit();
|
||||
|
||||
\+ **new QPlainTextEdit**(): *[QPlainTextEdit](qplaintextedit.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QPlainTextEdit](qplaintextedit.md)*
|
||||
|
||||
\+ **new QPlainTextEdit**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QPlainTextEdit](qplaintextedit.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -150,7 +164,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -330,6 +344,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -420,6 +484,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lineWrapMode
|
||||
|
||||
▸ **lineWrapMode**(): *[LineWrapMode](../enums/linewrapmode.md)*
|
||||
@ -438,6 +512,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -556,6 +640,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -689,6 +783,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -756,6 +914,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setLineWrapMode
|
||||
|
||||
▸ **setLineWrapMode**(`mode`: [LineWrapMode](../enums/linewrapmode.md)): *void*
|
||||
@ -787,6 +961,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -46,24 +46,35 @@ const progressBar = new QProgressBar();
|
||||
* [addAction](qprogressbar.md#addaction)
|
||||
* [addEventListener](qprogressbar.md#addeventlistener)
|
||||
* [adjustSize](qprogressbar.md#adjustsize)
|
||||
* [alignment](qprogressbar.md#alignment)
|
||||
* [close](qprogressbar.md#close)
|
||||
* [font](qprogressbar.md#font)
|
||||
* [format](qprogressbar.md#format)
|
||||
* [geometry](qprogressbar.md#geometry)
|
||||
* [getFlexNode](qprogressbar.md#getflexnode)
|
||||
* [hasMouseTracking](qprogressbar.md#hasmousetracking)
|
||||
* [hide](qprogressbar.md#hide)
|
||||
* [inherits](qprogressbar.md#inherits)
|
||||
* [invertedAppearance](qprogressbar.md#invertedappearance)
|
||||
* [isEnabled](qprogressbar.md#isenabled)
|
||||
* [isTextVisible](qprogressbar.md#istextvisible)
|
||||
* [isVisible](qprogressbar.md#isvisible)
|
||||
* [lower](qprogressbar.md#lower)
|
||||
* [maximum](qprogressbar.md#maximum)
|
||||
* [minimum](qprogressbar.md#minimum)
|
||||
* [move](qprogressbar.md#move)
|
||||
* [objectName](qprogressbar.md#objectname)
|
||||
* [orientation](qprogressbar.md#orientation)
|
||||
* [pos](qprogressbar.md#pos)
|
||||
* [property](qprogressbar.md#property)
|
||||
* [raise](qprogressbar.md#raise)
|
||||
* [removeEventListener](qprogressbar.md#removeeventlistener)
|
||||
* [repaint](qprogressbar.md#repaint)
|
||||
* [repolish](qprogressbar.md#repolish)
|
||||
* [reset](qprogressbar.md#reset)
|
||||
* [resetFormat](qprogressbar.md#resetformat)
|
||||
* [resize](qprogressbar.md#resize)
|
||||
* [setAlignment](qprogressbar.md#setalignment)
|
||||
* [setAttribute](qprogressbar.md#setattribute)
|
||||
* [setContextMenuPolicy](qprogressbar.md#setcontextmenupolicy)
|
||||
* [setCursor](qprogressbar.md#setcursor)
|
||||
@ -71,8 +82,10 @@ const progressBar = new QProgressBar();
|
||||
* [setFixedSize](qprogressbar.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qprogressbar.md#setflexnodesizecontrolled)
|
||||
* [setFont](qprogressbar.md#setfont)
|
||||
* [setFormat](qprogressbar.md#setformat)
|
||||
* [setGeometry](qprogressbar.md#setgeometry)
|
||||
* [setInlineStyle](qprogressbar.md#setinlinestyle)
|
||||
* [setInvertedAppearance](qprogressbar.md#setinvertedappearance)
|
||||
* [setLayout](qprogressbar.md#setlayout)
|
||||
* [setMaximum](qprogressbar.md#setmaximum)
|
||||
* [setMaximumSize](qprogressbar.md#setmaximumsize)
|
||||
@ -83,7 +96,10 @@ const progressBar = new QProgressBar();
|
||||
* [setObjectName](qprogressbar.md#setobjectname)
|
||||
* [setOrientation](qprogressbar.md#setorientation)
|
||||
* [setProperty](qprogressbar.md#setproperty)
|
||||
* [setRange](qprogressbar.md#setrange)
|
||||
* [setStyleSheet](qprogressbar.md#setstylesheet)
|
||||
* [setTextDirection](qprogressbar.md#settextdirection)
|
||||
* [setTextVisible](qprogressbar.md#settextvisible)
|
||||
* [setValue](qprogressbar.md#setvalue)
|
||||
* [setWindowFlag](qprogressbar.md#setwindowflag)
|
||||
* [setWindowIcon](qprogressbar.md#setwindowicon)
|
||||
@ -98,6 +114,8 @@ const progressBar = new QProgressBar();
|
||||
* [size](qprogressbar.md#size)
|
||||
* [styleSheet](qprogressbar.md#stylesheet)
|
||||
* [testAttribute](qprogressbar.md#testattribute)
|
||||
* [text](qprogressbar.md#text)
|
||||
* [textDirection](qprogressbar.md#textdirection)
|
||||
* [update](qprogressbar.md#update)
|
||||
* [updateGeometry](qprogressbar.md#updategeometry)
|
||||
* [value](qprogressbar.md#value)
|
||||
@ -111,13 +129,13 @@ const progressBar = new QProgressBar();
|
||||
|
||||
\+ **new QProgressBar**(): *[QProgressBar](qprogressbar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QProgressBar](qprogressbar.md)*
|
||||
|
||||
\+ **new QProgressBar**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QProgressBar](qprogressbar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -139,7 +157,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -277,6 +295,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### alignment
|
||||
|
||||
▸ **alignment**(): *[AlignmentFlag](../enums/alignmentflag.md)*
|
||||
|
||||
**Returns:** *[AlignmentFlag](../enums/alignmentflag.md)*
|
||||
|
||||
___
|
||||
|
||||
### close
|
||||
|
||||
▸ **close**(): *boolean*
|
||||
@ -297,6 +323,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### format
|
||||
|
||||
▸ **format**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -353,6 +387,14 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### invertedAppearance
|
||||
|
||||
▸ **invertedAppearance**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isEnabled
|
||||
|
||||
▸ **isEnabled**(): *boolean*
|
||||
@ -363,6 +405,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### isTextVisible
|
||||
|
||||
▸ **isTextVisible**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isVisible
|
||||
|
||||
▸ **isVisible**(): *boolean*
|
||||
@ -383,6 +433,22 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### maximum
|
||||
|
||||
▸ **maximum**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### minimum
|
||||
|
||||
▸ **minimum**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -410,6 +476,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### orientation
|
||||
|
||||
▸ **orientation**(): *[Orientation](../enums/orientation.md)*
|
||||
|
||||
**Returns:** *[Orientation](../enums/orientation.md)*
|
||||
|
||||
___
|
||||
|
||||
### pos
|
||||
|
||||
▸ **pos**(): *object*
|
||||
@ -501,6 +575,32 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### reset
|
||||
|
||||
▸ **reset**(): *void*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resetFormat
|
||||
|
||||
▸ **resetFormat**(): *void*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -518,6 +618,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setAlignment
|
||||
|
||||
▸ **setAlignment**(`alignment`: [AlignmentFlag](../enums/alignmentflag.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`alignment` | [AlignmentFlag](../enums/alignmentflag.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setAttribute
|
||||
|
||||
▸ **setAttribute**(`attribute`: [WidgetAttribute](../enums/widgetattribute.md), `switchOn`: boolean): *void*
|
||||
@ -634,6 +748,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFormat
|
||||
|
||||
▸ **setFormat**(`format`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`format` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -669,6 +797,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setInvertedAppearance
|
||||
|
||||
▸ **setInvertedAppearance**(`invert`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`invert` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setLayout
|
||||
|
||||
▸ **setLayout**(`parentLayout`: [NodeLayout](nodelayout.md)‹[QProgressBarSignals](../interfaces/qprogressbarsignals.md)›): *void*
|
||||
@ -687,13 +829,13 @@ ___
|
||||
|
||||
### setMaximum
|
||||
|
||||
▸ **setMaximum**(`max`: number): *void*
|
||||
▸ **setMaximum**(`maximum`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`max` | number |
|
||||
`maximum` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
@ -718,13 +860,13 @@ ___
|
||||
|
||||
### setMinimum
|
||||
|
||||
▸ **setMinimum**(`min`: number): *void*
|
||||
▸ **setMinimum**(`minimum`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`min` | number |
|
||||
`minimum` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
@ -828,6 +970,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setRange
|
||||
|
||||
▸ **setRange**(`minimum`: number, `maximum`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`minimum` | number |
|
||||
`maximum` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setStyleSheet
|
||||
|
||||
▸ **setStyleSheet**(`styleSheet`: string): *void*
|
||||
@ -844,6 +1001,34 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setTextDirection
|
||||
|
||||
▸ **setTextDirection**(`textDirection`: [QProgressBarDirection](../enums/qprogressbardirection.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`textDirection` | [QProgressBarDirection](../enums/qprogressbardirection.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setTextVisible
|
||||
|
||||
▸ **setTextVisible**(`visible`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`visible` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setValue
|
||||
|
||||
▸ **setValue**(`value`: number): *void*
|
||||
@ -1025,6 +1210,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### text
|
||||
|
||||
▸ **text**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### textDirection
|
||||
|
||||
▸ **textDirection**(): *[QProgressBarDirection](../enums/qprogressbardirection.md)*
|
||||
|
||||
**Returns:** *[QProgressBarDirection](../enums/qprogressbardirection.md)*
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
▸ **update**(): *void*
|
||||
|
||||
@ -48,6 +48,7 @@ button.setText("Hello");
|
||||
* [addEventListener](qpushbutton.md#addeventlistener)
|
||||
* [adjustSize](qpushbutton.md#adjustsize)
|
||||
* [animateClick](qpushbutton.md#animateclick)
|
||||
* [autoDefault](qpushbutton.md#autodefault)
|
||||
* [autoExclusive](qpushbutton.md#autoexclusive)
|
||||
* [autoRepeat](qpushbutton.md#autorepeat)
|
||||
* [autoRepeatDelay](qpushbutton.md#autorepeatdelay)
|
||||
@ -64,10 +65,13 @@ button.setText("Hello");
|
||||
* [inherits](qpushbutton.md#inherits)
|
||||
* [isCheckable](qpushbutton.md#ischeckable)
|
||||
* [isChecked](qpushbutton.md#ischecked)
|
||||
* [isDefault](qpushbutton.md#isdefault)
|
||||
* [isDown](qpushbutton.md#isdown)
|
||||
* [isEnabled](qpushbutton.md#isenabled)
|
||||
* [isFlat](qpushbutton.md#isflat)
|
||||
* [isVisible](qpushbutton.md#isvisible)
|
||||
* [lower](qpushbutton.md#lower)
|
||||
* [menu](qpushbutton.md#menu)
|
||||
* [move](qpushbutton.md#move)
|
||||
* [objectName](qpushbutton.md#objectname)
|
||||
* [pos](qpushbutton.md#pos)
|
||||
@ -75,8 +79,10 @@ button.setText("Hello");
|
||||
* [raise](qpushbutton.md#raise)
|
||||
* [removeEventListener](qpushbutton.md#removeeventlistener)
|
||||
* [repaint](qpushbutton.md#repaint)
|
||||
* [repolish](qpushbutton.md#repolish)
|
||||
* [resize](qpushbutton.md#resize)
|
||||
* [setAttribute](qpushbutton.md#setattribute)
|
||||
* [setAutoDefault](qpushbutton.md#setautodefault)
|
||||
* [setAutoExclusive](qpushbutton.md#setautoexclusive)
|
||||
* [setAutoRepeat](qpushbutton.md#setautorepeat)
|
||||
* [setAutoRepeatDelay](qpushbutton.md#setautorepeatdelay)
|
||||
@ -85,6 +91,7 @@ button.setText("Hello");
|
||||
* [setChecked](qpushbutton.md#setchecked)
|
||||
* [setContextMenuPolicy](qpushbutton.md#setcontextmenupolicy)
|
||||
* [setCursor](qpushbutton.md#setcursor)
|
||||
* [setDefault](qpushbutton.md#setdefault)
|
||||
* [setDown](qpushbutton.md#setdown)
|
||||
* [setEnabled](qpushbutton.md#setenabled)
|
||||
* [setFixedSize](qpushbutton.md#setfixedsize)
|
||||
@ -97,6 +104,7 @@ button.setText("Hello");
|
||||
* [setInlineStyle](qpushbutton.md#setinlinestyle)
|
||||
* [setLayout](qpushbutton.md#setlayout)
|
||||
* [setMaximumSize](qpushbutton.md#setmaximumsize)
|
||||
* [setMenu](qpushbutton.md#setmenu)
|
||||
* [setMinimumSize](qpushbutton.md#setminimumsize)
|
||||
* [setMouseTracking](qpushbutton.md#setmousetracking)
|
||||
* [setNodeParent](qpushbutton.md#setnodeparent)
|
||||
@ -114,6 +122,7 @@ button.setText("Hello");
|
||||
* [show](qpushbutton.md#show)
|
||||
* [showFullScreen](qpushbutton.md#showfullscreen)
|
||||
* [showMaximized](qpushbutton.md#showmaximized)
|
||||
* [showMenu](qpushbutton.md#showmenu)
|
||||
* [showMinimized](qpushbutton.md#showminimized)
|
||||
* [showNormal](qpushbutton.md#shownormal)
|
||||
* [size](qpushbutton.md#size)
|
||||
@ -133,13 +142,13 @@ button.setText("Hello");
|
||||
|
||||
\+ **new QPushButton**(): *[QPushButton](qpushbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QPushButton](qpushbutton.md)*
|
||||
|
||||
\+ **new QPushButton**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QPushButton](qpushbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -151,7 +160,7 @@ Name | Type |
|
||||
|
||||
\+ **new QPushButton**(`native`: [NativeElement](../globals.md#nativeelement)): *[QPushButton](qpushbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -163,7 +172,7 @@ Name | Type |
|
||||
|
||||
\+ **new QPushButton**(`rawPointer`: [NativeRawPointer](../globals.md#nativerawpointer)‹any›, `disableNativeDeletion?`: undefined | false | true): *[QPushButton](qpushbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -186,7 +195,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -340,6 +349,14 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### autoDefault
|
||||
|
||||
▸ **autoDefault**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### autoExclusive
|
||||
|
||||
▸ **autoExclusive**(): *boolean*
|
||||
@ -506,6 +523,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### isDefault
|
||||
|
||||
▸ **isDefault**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isDown
|
||||
|
||||
▸ **isDown**(): *boolean*
|
||||
@ -526,6 +551,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### isFlat
|
||||
|
||||
▸ **isFlat**(): *boolean*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isVisible
|
||||
|
||||
▸ **isVisible**(): *boolean*
|
||||
@ -546,6 +579,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### menu
|
||||
|
||||
▸ **menu**(): *[QMenu](qmenu.md) | null*
|
||||
|
||||
**Returns:** *[QMenu](qmenu.md) | null*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -664,6 +705,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -698,6 +749,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setAutoDefault
|
||||
|
||||
▸ **setAutoDefault**(`auto`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`auto` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setAutoExclusive
|
||||
|
||||
▸ **setAutoExclusive**(`enable`: boolean): *void*
|
||||
@ -826,6 +891,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setDefault
|
||||
|
||||
▸ **setDefault**(`isDefault`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`isDefault` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setDown
|
||||
|
||||
▸ **setDown**(`down`: boolean): *void*
|
||||
@ -1023,6 +1102,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMenu
|
||||
|
||||
▸ **setMenu**(`menu`: [QMenu](qmenu.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`menu` | [QMenu](qmenu.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
@ -1276,6 +1369,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### showMenu
|
||||
|
||||
▸ **showMenu**(): *void*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### showMinimized
|
||||
|
||||
▸ **showMinimized**(): *void*
|
||||
|
||||
@ -75,6 +75,7 @@ radioButton.setText("Hello");
|
||||
* [raise](qradiobutton.md#raise)
|
||||
* [removeEventListener](qradiobutton.md#removeeventlistener)
|
||||
* [repaint](qradiobutton.md#repaint)
|
||||
* [repolish](qradiobutton.md#repolish)
|
||||
* [resize](qradiobutton.md#resize)
|
||||
* [setAttribute](qradiobutton.md#setattribute)
|
||||
* [setAutoExclusive](qradiobutton.md#setautoexclusive)
|
||||
@ -132,13 +133,13 @@ radioButton.setText("Hello");
|
||||
|
||||
\+ **new QRadioButton**(): *[QRadioButton](qradiobutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QRadioButton](qradiobutton.md)*
|
||||
|
||||
\+ **new QRadioButton**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QRadioButton](qradiobutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -150,7 +151,7 @@ Name | Type |
|
||||
|
||||
\+ **new QRadioButton**(`rawPointer`: [NativeRawPointer](../globals.md#nativerawpointer)‹any›, `disableNativeDeletion?`: undefined | false | true): *[QRadioButton](qradiobutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -173,7 +174,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -651,6 +652,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -55,8 +55,16 @@ scrollArea.setWidget(imageLabel);
|
||||
* [addAction](qscrollarea.md#addaction)
|
||||
* [addEventListener](qscrollarea.md#addeventlistener)
|
||||
* [adjustSize](qscrollarea.md#adjustsize)
|
||||
* [alignment](qscrollarea.md#alignment)
|
||||
* [close](qscrollarea.md#close)
|
||||
* [ensureVisible](qscrollarea.md#ensurevisible)
|
||||
* [ensureWidgetVisible](qscrollarea.md#ensurewidgetvisible)
|
||||
* [font](qscrollarea.md#font)
|
||||
* [frameRect](qscrollarea.md#framerect)
|
||||
* [frameShadow](qscrollarea.md#frameshadow)
|
||||
* [frameShape](qscrollarea.md#frameshape)
|
||||
* [frameStyle](qscrollarea.md#framestyle)
|
||||
* [frameWidth](qscrollarea.md#framewidth)
|
||||
* [geometry](qscrollarea.md#geometry)
|
||||
* [getFlexNode](qscrollarea.md#getflexnode)
|
||||
* [hasMouseTracking](qscrollarea.md#hasmousetracking)
|
||||
@ -64,7 +72,9 @@ scrollArea.setWidget(imageLabel);
|
||||
* [inherits](qscrollarea.md#inherits)
|
||||
* [isEnabled](qscrollarea.md#isenabled)
|
||||
* [isVisible](qscrollarea.md#isvisible)
|
||||
* [lineWidth](qscrollarea.md#linewidth)
|
||||
* [lower](qscrollarea.md#lower)
|
||||
* [midLineWidth](qscrollarea.md#midlinewidth)
|
||||
* [move](qscrollarea.md#move)
|
||||
* [objectName](qscrollarea.md#objectname)
|
||||
* [pos](qscrollarea.md#pos)
|
||||
@ -72,7 +82,9 @@ scrollArea.setWidget(imageLabel);
|
||||
* [raise](qscrollarea.md#raise)
|
||||
* [removeEventListener](qscrollarea.md#removeeventlistener)
|
||||
* [repaint](qscrollarea.md#repaint)
|
||||
* [repolish](qscrollarea.md#repolish)
|
||||
* [resize](qscrollarea.md#resize)
|
||||
* [setAlignment](qscrollarea.md#setalignment)
|
||||
* [setAttribute](qscrollarea.md#setattribute)
|
||||
* [setContextMenuPolicy](qscrollarea.md#setcontextmenupolicy)
|
||||
* [setCursor](qscrollarea.md#setcursor)
|
||||
@ -80,11 +92,17 @@ scrollArea.setWidget(imageLabel);
|
||||
* [setFixedSize](qscrollarea.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qscrollarea.md#setflexnodesizecontrolled)
|
||||
* [setFont](qscrollarea.md#setfont)
|
||||
* [setFrameRect](qscrollarea.md#setframerect)
|
||||
* [setFrameShadow](qscrollarea.md#setframeshadow)
|
||||
* [setFrameShape](qscrollarea.md#setframeshape)
|
||||
* [setFrameStyle](qscrollarea.md#setframestyle)
|
||||
* [setGeometry](qscrollarea.md#setgeometry)
|
||||
* [setHorizontalScrollBarPolicy](qscrollarea.md#sethorizontalscrollbarpolicy)
|
||||
* [setInlineStyle](qscrollarea.md#setinlinestyle)
|
||||
* [setLayout](qscrollarea.md#setlayout)
|
||||
* [setLineWidth](qscrollarea.md#setlinewidth)
|
||||
* [setMaximumSize](qscrollarea.md#setmaximumsize)
|
||||
* [setMidLineWidth](qscrollarea.md#setmidlinewidth)
|
||||
* [setMinimumSize](qscrollarea.md#setminimumsize)
|
||||
* [setMouseTracking](qscrollarea.md#setmousetracking)
|
||||
* [setNodeParent](qscrollarea.md#setnodeparent)
|
||||
@ -112,6 +130,7 @@ scrollArea.setWidget(imageLabel);
|
||||
* [update](qscrollarea.md#update)
|
||||
* [updateGeometry](qscrollarea.md#updategeometry)
|
||||
* [viewport](qscrollarea.md#viewport)
|
||||
* [widget](qscrollarea.md#widget)
|
||||
* [widgetResizable](qscrollarea.md#widgetresizable)
|
||||
* [windowOpacity](qscrollarea.md#windowopacity)
|
||||
* [windowState](qscrollarea.md#windowstate)
|
||||
@ -123,13 +142,13 @@ scrollArea.setWidget(imageLabel);
|
||||
|
||||
\+ **new QScrollArea**(): *[QScrollArea](qscrollarea.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QScrollArea](qscrollarea.md)*
|
||||
|
||||
\+ **new QScrollArea**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QScrollArea](qscrollarea.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -151,7 +170,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -303,6 +322,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### alignment
|
||||
|
||||
▸ **alignment**(): *[AlignmentFlag](../enums/alignmentflag.md)*
|
||||
|
||||
**Returns:** *[AlignmentFlag](../enums/alignmentflag.md)*
|
||||
|
||||
___
|
||||
|
||||
### close
|
||||
|
||||
▸ **close**(): *boolean*
|
||||
@ -313,6 +340,39 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### ensureVisible
|
||||
|
||||
▸ **ensureVisible**(`x`: number, `y`: number, `xmargin`: number, `ymargin`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`x` | number | - |
|
||||
`y` | number | - |
|
||||
`xmargin` | number | 50 |
|
||||
`ymargin` | number | 50 |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### ensureWidgetVisible
|
||||
|
||||
▸ **ensureWidgetVisible**(`childWidget`: [NodeWidget](nodewidget.md)‹any›, `xmargin`: number, `ymargin`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type | Default |
|
||||
------ | ------ | ------ |
|
||||
`childWidget` | [NodeWidget](nodewidget.md)‹any› | - |
|
||||
`xmargin` | number | 50 |
|
||||
`ymargin` | number | 50 |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### font
|
||||
|
||||
▸ **font**(): *[QFont](qfont.md)*
|
||||
@ -323,6 +383,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -399,6 +509,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -409,6 +529,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -527,6 +657,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -544,6 +684,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setAlignment
|
||||
|
||||
▸ **setAlignment**(`alignment`: [AlignmentFlag](../enums/alignmentflag.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`alignment` | [AlignmentFlag](../enums/alignmentflag.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setAttribute
|
||||
|
||||
▸ **setAttribute**(`attribute`: [WidgetAttribute](../enums/widgetattribute.md), `switchOn`: boolean): *void*
|
||||
@ -660,6 +814,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -727,6 +945,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -744,6 +978,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
@ -1109,6 +1359,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### widget
|
||||
|
||||
▸ **widget**(): *[NodeWidget](nodewidget.md)‹any› | null*
|
||||
|
||||
**Returns:** *[NodeWidget](nodewidget.md)‹any› | null*
|
||||
|
||||
___
|
||||
|
||||
### widgetResizable
|
||||
|
||||
▸ **widgetResizable**(): *boolean*
|
||||
|
||||
1367
website/docs/api/generated/classes/qscrollbar.md
Normal file
1367
website/docs/api/generated/classes/qscrollbar.md
Normal file
File diff suppressed because it is too large
Load Diff
124
website/docs/api/generated/classes/qsettings.md
Normal file
124
website/docs/api/generated/classes/qsettings.md
Normal file
@ -0,0 +1,124 @@
|
||||
---
|
||||
id: "qsettings"
|
||||
title: "QSettings"
|
||||
sidebar_label: "QSettings"
|
||||
---
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* [Component](component.md)
|
||||
|
||||
↳ **QSettings**
|
||||
|
||||
## Index
|
||||
|
||||
### Constructors
|
||||
|
||||
* [constructor](qsettings.md#constructor)
|
||||
|
||||
### Properties
|
||||
|
||||
* [native](qsettings.md#native)
|
||||
* [nodeChildren](qsettings.md#nodechildren)
|
||||
* [nodeParent](qsettings.md#optional-nodeparent)
|
||||
|
||||
### Methods
|
||||
|
||||
* [setNodeParent](qsettings.md#setnodeparent)
|
||||
* [setValue](qsettings.md#setvalue)
|
||||
* [sync](qsettings.md#sync)
|
||||
* [value](qsettings.md#value)
|
||||
|
||||
## Constructors
|
||||
|
||||
### constructor
|
||||
|
||||
\+ **new QSettings**(`organization`: string, `application`: string): *[QSettings](qsettings.md)*
|
||||
|
||||
*Overrides [Component](component.md).[constructor](component.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`organization` | string |
|
||||
`application` | string |
|
||||
|
||||
**Returns:** *[QSettings](qsettings.md)*
|
||||
|
||||
## Properties
|
||||
|
||||
### native
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
|
||||
*Overrides [Component](component.md).[native](component.md#abstract-native)*
|
||||
|
||||
___
|
||||
|
||||
### nodeChildren
|
||||
|
||||
• **nodeChildren**: *Set‹[Component](component.md)›*
|
||||
|
||||
*Inherited from [Component](component.md).[nodeChildren](component.md#nodechildren)*
|
||||
|
||||
___
|
||||
|
||||
### `Optional` nodeParent
|
||||
|
||||
• **nodeParent**? : *[Component](component.md)*
|
||||
|
||||
*Inherited from [Component](component.md).[nodeParent](component.md#optional-nodeparent)*
|
||||
|
||||
## Methods
|
||||
|
||||
### setNodeParent
|
||||
|
||||
▸ **setNodeParent**(`parent?`: [Component](component.md)): *void*
|
||||
|
||||
*Inherited from [Component](component.md).[setNodeParent](component.md#setnodeparent)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`parent?` | [Component](component.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setValue
|
||||
|
||||
▸ **setValue**(`key`: string, `value`: number | string | boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`key` | string |
|
||||
`value` | number | string | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### sync
|
||||
|
||||
▸ **sync**(): *void*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### value
|
||||
|
||||
▸ **value**(`key`: string): *[QVariant](qvariant.md)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`key` | string |
|
||||
|
||||
**Returns:** *[QVariant](qvariant.md)*
|
||||
@ -71,6 +71,7 @@ const slider = new QSlider();
|
||||
* [raise](qslider.md#raise)
|
||||
* [removeEventListener](qslider.md#removeeventlistener)
|
||||
* [repaint](qslider.md#repaint)
|
||||
* [repolish](qslider.md#repolish)
|
||||
* [resize](qslider.md#resize)
|
||||
* [setAttribute](qslider.md#setattribute)
|
||||
* [setContextMenuPolicy](qslider.md#setcontextmenupolicy)
|
||||
@ -134,13 +135,13 @@ const slider = new QSlider();
|
||||
|
||||
\+ **new QSlider**(): *[QSlider](qslider.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QSlider](qslider.md)*
|
||||
|
||||
\+ **new QSlider**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QSlider](qslider.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -162,7 +163,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -604,6 +605,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -20,7 +20,7 @@ const spinBox = new QSpinBox();
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [NodeWidget](nodewidget.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)›
|
||||
↳ [QAbstractSpinBox](qabstractspinbox.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)›
|
||||
|
||||
↳ **QSpinBox**
|
||||
|
||||
@ -46,38 +46,61 @@ const spinBox = new QSpinBox();
|
||||
* [addAction](qspinbox.md#addaction)
|
||||
* [addEventListener](qspinbox.md#addeventlistener)
|
||||
* [adjustSize](qspinbox.md#adjustsize)
|
||||
* [alignment](qspinbox.md#alignment)
|
||||
* [buttonSymbols](qspinbox.md#buttonsymbols)
|
||||
* [cleanText](qspinbox.md#cleantext)
|
||||
* [close](qspinbox.md#close)
|
||||
* [correctionMode](qspinbox.md#correctionmode)
|
||||
* [displayIntegerBase](qspinbox.md#displayintegerbase)
|
||||
* [font](qspinbox.md#font)
|
||||
* [geometry](qspinbox.md#geometry)
|
||||
* [getFlexNode](qspinbox.md#getflexnode)
|
||||
* [hasAcceptableInput](qspinbox.md#hasacceptableinput)
|
||||
* [hasFrame](qspinbox.md#hasframe)
|
||||
* [hasMouseTracking](qspinbox.md#hasmousetracking)
|
||||
* [hide](qspinbox.md#hide)
|
||||
* [inherits](qspinbox.md#inherits)
|
||||
* [isAccelerated](qspinbox.md#isaccelerated)
|
||||
* [isEnabled](qspinbox.md#isenabled)
|
||||
* [isGroupSeparatorShown](qspinbox.md#isgroupseparatorshown)
|
||||
* [isReadOnly](qspinbox.md#isreadonly)
|
||||
* [isVisible](qspinbox.md#isvisible)
|
||||
* [keyboardTracking](qspinbox.md#keyboardtracking)
|
||||
* [lower](qspinbox.md#lower)
|
||||
* [maximum](qspinbox.md#maximum)
|
||||
* [minimum](qspinbox.md#minimum)
|
||||
* [move](qspinbox.md#move)
|
||||
* [objectName](qspinbox.md#objectname)
|
||||
* [pos](qspinbox.md#pos)
|
||||
* [prefix](qspinbox.md#prefix)
|
||||
* [property](qspinbox.md#property)
|
||||
* [raise](qspinbox.md#raise)
|
||||
* [removeEventListener](qspinbox.md#removeeventlistener)
|
||||
* [repaint](qspinbox.md#repaint)
|
||||
* [repolish](qspinbox.md#repolish)
|
||||
* [resize](qspinbox.md#resize)
|
||||
* [selectAll](qspinbox.md#selectall)
|
||||
* [setAccelerated](qspinbox.md#setaccelerated)
|
||||
* [setAlignment](qspinbox.md#setalignment)
|
||||
* [setAttribute](qspinbox.md#setattribute)
|
||||
* [setButtonSymbols](qspinbox.md#setbuttonsymbols)
|
||||
* [setContextMenuPolicy](qspinbox.md#setcontextmenupolicy)
|
||||
* [setCorrectionMode](qspinbox.md#setcorrectionmode)
|
||||
* [setCursor](qspinbox.md#setcursor)
|
||||
* [setDisplayIntegerBase](qspinbox.md#setdisplayintegerbase)
|
||||
* [setEnabled](qspinbox.md#setenabled)
|
||||
* [setFixedSize](qspinbox.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qspinbox.md#setflexnodesizecontrolled)
|
||||
* [setFont](qspinbox.md#setfont)
|
||||
* [setFrame](qspinbox.md#setframe)
|
||||
* [setGeometry](qspinbox.md#setgeometry)
|
||||
* [setGroupSeparatorShown](qspinbox.md#setgroupseparatorshown)
|
||||
* [setInlineStyle](qspinbox.md#setinlinestyle)
|
||||
* [setKeyboardTracking](qspinbox.md#setkeyboardtracking)
|
||||
* [setLayout](qspinbox.md#setlayout)
|
||||
* [setMaximum](qspinbox.md#setmaximum)
|
||||
* [setMaximumSize](qspinbox.md#setmaximumsize)
|
||||
* [setMinimum](qspinbox.md#setminimum)
|
||||
* [setMinimumSize](qspinbox.md#setminimumsize)
|
||||
* [setMouseTracking](qspinbox.md#setmousetracking)
|
||||
* [setNodeParent](qspinbox.md#setnodeparent)
|
||||
@ -85,7 +108,10 @@ const spinBox = new QSpinBox();
|
||||
* [setPrefix](qspinbox.md#setprefix)
|
||||
* [setProperty](qspinbox.md#setproperty)
|
||||
* [setRange](qspinbox.md#setrange)
|
||||
* [setReadOnly](qspinbox.md#setreadonly)
|
||||
* [setSingleStep](qspinbox.md#setsinglestep)
|
||||
* [setSpecialValueText](qspinbox.md#setspecialvaluetext)
|
||||
* [setStepType](qspinbox.md#setsteptype)
|
||||
* [setStyleSheet](qspinbox.md#setstylesheet)
|
||||
* [setSuffix](qspinbox.md#setsuffix)
|
||||
* [setValue](qspinbox.md#setvalue)
|
||||
@ -94,20 +120,29 @@ const spinBox = new QSpinBox();
|
||||
* [setWindowOpacity](qspinbox.md#setwindowopacity)
|
||||
* [setWindowState](qspinbox.md#setwindowstate)
|
||||
* [setWindowTitle](qspinbox.md#setwindowtitle)
|
||||
* [setWrapping](qspinbox.md#setwrapping)
|
||||
* [show](qspinbox.md#show)
|
||||
* [showFullScreen](qspinbox.md#showfullscreen)
|
||||
* [showMaximized](qspinbox.md#showmaximized)
|
||||
* [showMinimized](qspinbox.md#showminimized)
|
||||
* [showNormal](qspinbox.md#shownormal)
|
||||
* [singleStep](qspinbox.md#singlestep)
|
||||
* [size](qspinbox.md#size)
|
||||
* [specialValueText](qspinbox.md#specialvaluetext)
|
||||
* [stepDown](qspinbox.md#stepdown)
|
||||
* [stepType](qspinbox.md#steptype)
|
||||
* [stepUp](qspinbox.md#stepup)
|
||||
* [styleSheet](qspinbox.md#stylesheet)
|
||||
* [suffix](qspinbox.md#suffix)
|
||||
* [testAttribute](qspinbox.md#testattribute)
|
||||
* [text](qspinbox.md#text)
|
||||
* [update](qspinbox.md#update)
|
||||
* [updateGeometry](qspinbox.md#updategeometry)
|
||||
* [value](qspinbox.md#value)
|
||||
* [windowOpacity](qspinbox.md#windowopacity)
|
||||
* [windowState](qspinbox.md#windowstate)
|
||||
* [windowTitle](qspinbox.md#windowtitle)
|
||||
* [wrapping](qspinbox.md#wrapping)
|
||||
|
||||
## Constructors
|
||||
|
||||
@ -115,13 +150,13 @@ const spinBox = new QSpinBox();
|
||||
|
||||
\+ **new QSpinBox**(): *[QSpinBox](qspinbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QSpinBox](qspinbox.md)*
|
||||
|
||||
\+ **new QSpinBox**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QSpinBox](qspinbox.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -143,7 +178,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -281,6 +316,26 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### alignment
|
||||
|
||||
▸ **alignment**(): *[AlignmentFlag](../enums/alignmentflag.md)*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[alignment](qabstractspinbox.md#alignment)*
|
||||
|
||||
**Returns:** *[AlignmentFlag](../enums/alignmentflag.md)*
|
||||
|
||||
___
|
||||
|
||||
### buttonSymbols
|
||||
|
||||
▸ **buttonSymbols**(): *[ButtonSymbols](../enums/buttonsymbols.md)*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[buttonSymbols](qabstractspinbox.md#buttonsymbols)*
|
||||
|
||||
**Returns:** *[ButtonSymbols](../enums/buttonsymbols.md)*
|
||||
|
||||
___
|
||||
|
||||
### cleanText
|
||||
|
||||
▸ **cleanText**(): *string*
|
||||
@ -299,6 +354,24 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### correctionMode
|
||||
|
||||
▸ **correctionMode**(): *[CorrectionMode](../enums/correctionmode.md)*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[correctionMode](qabstractspinbox.md#correctionmode)*
|
||||
|
||||
**Returns:** *[CorrectionMode](../enums/correctionmode.md)*
|
||||
|
||||
___
|
||||
|
||||
### displayIntegerBase
|
||||
|
||||
▸ **displayIntegerBase**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### font
|
||||
|
||||
▸ **font**(): *[QFont](qfont.md)*
|
||||
@ -329,6 +402,26 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### hasAcceptableInput
|
||||
|
||||
▸ **hasAcceptableInput**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[hasAcceptableInput](qabstractspinbox.md#hasacceptableinput)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### hasFrame
|
||||
|
||||
▸ **hasFrame**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[hasFrame](qabstractspinbox.md#hasframe)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### hasMouseTracking
|
||||
|
||||
▸ **hasMouseTracking**(): *boolean*
|
||||
@ -365,6 +458,16 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### isAccelerated
|
||||
|
||||
▸ **isAccelerated**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[isAccelerated](qabstractspinbox.md#isaccelerated)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isEnabled
|
||||
|
||||
▸ **isEnabled**(): *boolean*
|
||||
@ -375,6 +478,26 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### isGroupSeparatorShown
|
||||
|
||||
▸ **isGroupSeparatorShown**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[isGroupSeparatorShown](qabstractspinbox.md#isgroupseparatorshown)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isReadOnly
|
||||
|
||||
▸ **isReadOnly**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[isReadOnly](qabstractspinbox.md#isreadonly)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### isVisible
|
||||
|
||||
▸ **isVisible**(): *boolean*
|
||||
@ -385,6 +508,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### keyboardTracking
|
||||
|
||||
▸ **keyboardTracking**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[keyboardTracking](qabstractspinbox.md#keyboardtracking)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -452,6 +585,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### prefix
|
||||
|
||||
▸ **prefix**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### property
|
||||
|
||||
▸ **property**(`name`: string): *[QVariant](qvariant.md)*
|
||||
@ -529,6 +670,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -546,6 +697,48 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### selectAll
|
||||
|
||||
▸ **selectAll**(): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[selectAll](qabstractspinbox.md#selectall)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setAccelerated
|
||||
|
||||
▸ **setAccelerated**(`on`: boolean): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setAccelerated](qabstractspinbox.md#setaccelerated)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`on` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setAlignment
|
||||
|
||||
▸ **setAlignment**(`alignment`: [AlignmentFlag](../enums/alignmentflag.md)): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setAlignment](qabstractspinbox.md#setalignment)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`alignment` | [AlignmentFlag](../enums/alignmentflag.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setAttribute
|
||||
|
||||
▸ **setAttribute**(`attribute`: [WidgetAttribute](../enums/widgetattribute.md), `switchOn`: boolean): *void*
|
||||
@ -563,6 +756,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setButtonSymbols
|
||||
|
||||
▸ **setButtonSymbols**(`bs`: [ButtonSymbols](../enums/buttonsymbols.md)): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setButtonSymbols](qabstractspinbox.md#setbuttonsymbols)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`bs` | [ButtonSymbols](../enums/buttonsymbols.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setContextMenuPolicy
|
||||
|
||||
▸ **setContextMenuPolicy**(`contextMenuPolicy`: [ContextMenuPolicy](../enums/contextmenupolicy.md)): *void*
|
||||
@ -579,6 +788,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setCorrectionMode
|
||||
|
||||
▸ **setCorrectionMode**(`cm`: [CorrectionMode](../enums/correctionmode.md)): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setCorrectionMode](qabstractspinbox.md#setcorrectionmode)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`cm` | [CorrectionMode](../enums/correctionmode.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setCursor
|
||||
|
||||
▸ **setCursor**(`cursor`: [CursorShape](../enums/cursorshape.md) | [QCursor](qcursor.md)): *void*
|
||||
@ -595,6 +820,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setDisplayIntegerBase
|
||||
|
||||
▸ **setDisplayIntegerBase**(`base`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`base` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setEnabled
|
||||
|
||||
▸ **setEnabled**(`enabled`: boolean): *void*
|
||||
@ -662,6 +901,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrame
|
||||
|
||||
▸ **setFrame**(`enable`: boolean): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setFrame](qabstractspinbox.md#setframe)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`enable` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -681,6 +936,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setGroupSeparatorShown
|
||||
|
||||
▸ **setGroupSeparatorShown**(`shown`: boolean): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setGroupSeparatorShown](qabstractspinbox.md#setgroupseparatorshown)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`shown` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setInlineStyle
|
||||
|
||||
▸ **setInlineStyle**(`style`: string): *void*
|
||||
@ -697,6 +968,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setKeyboardTracking
|
||||
|
||||
▸ **setKeyboardTracking**(`kt`: boolean): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setKeyboardTracking](qabstractspinbox.md#setkeyboardtracking)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`kt` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setLayout
|
||||
|
||||
▸ **setLayout**(`parentLayout`: [NodeLayout](nodelayout.md)‹[QSpinBoxSignals](../interfaces/qspinboxsignals.md)›): *void*
|
||||
@ -713,6 +1000,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMaximum
|
||||
|
||||
▸ **setMaximum**(`max`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`max` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -730,6 +1031,20 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMinimum
|
||||
|
||||
▸ **setMinimum**(`min`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`min` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
@ -843,6 +1158,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setReadOnly
|
||||
|
||||
▸ **setReadOnly**(`r`: boolean): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setReadOnly](qabstractspinbox.md#setreadonly)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setSingleStep
|
||||
|
||||
▸ **setSingleStep**(`val`: number): *void*
|
||||
@ -857,6 +1188,36 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setSpecialValueText
|
||||
|
||||
▸ **setSpecialValueText**(`txt`: string): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setSpecialValueText](qabstractspinbox.md#setspecialvaluetext)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`txt` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setStepType
|
||||
|
||||
▸ **setStepType**(`stepType`: [StepType](../enums/steptype.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`stepType` | [StepType](../enums/steptype.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setStyleSheet
|
||||
|
||||
▸ **setStyleSheet**(`styleSheet`: string): *void*
|
||||
@ -982,6 +1343,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setWrapping
|
||||
|
||||
▸ **setWrapping**(`w`: boolean): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[setWrapping](qabstractspinbox.md#setwrapping)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`w` | boolean |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### show
|
||||
|
||||
▸ **show**(): *void*
|
||||
@ -1032,6 +1409,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### singleStep
|
||||
|
||||
▸ **singleStep**(): *number*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### size
|
||||
|
||||
▸ **size**(): *[QSize](qsize.md)*
|
||||
@ -1042,6 +1427,44 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### specialValueText
|
||||
|
||||
▸ **specialValueText**(): *string*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[specialValueText](qabstractspinbox.md#specialvaluetext)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### stepDown
|
||||
|
||||
▸ **stepDown**(): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[stepDown](qabstractspinbox.md#stepdown)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### stepType
|
||||
|
||||
▸ **stepType**(): *[StepType](../enums/steptype.md)*
|
||||
|
||||
**Returns:** *[StepType](../enums/steptype.md)*
|
||||
|
||||
___
|
||||
|
||||
### stepUp
|
||||
|
||||
▸ **stepUp**(): *void*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[stepUp](qabstractspinbox.md#stepup)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### styleSheet
|
||||
|
||||
▸ **styleSheet**(): *string*
|
||||
@ -1052,6 +1475,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### suffix
|
||||
|
||||
▸ **suffix**(): *string*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### testAttribute
|
||||
|
||||
▸ **testAttribute**(`attribute`: [WidgetAttribute](../enums/widgetattribute.md)): *boolean*
|
||||
@ -1068,6 +1499,16 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### text
|
||||
|
||||
▸ **text**(): *string*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[text](qabstractspinbox.md#text)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
▸ **update**(): *void*
|
||||
@ -1123,3 +1564,13 @@ ___
|
||||
*Inherited from [QMenu](qmenu.md).[windowTitle](qmenu.md#windowtitle)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
___
|
||||
|
||||
### wrapping
|
||||
|
||||
▸ **wrapping**(): *boolean*
|
||||
|
||||
*Inherited from [QAbstractSpinBox](qabstractspinbox.md).[wrapping](qabstractspinbox.md#wrapping)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
@ -44,7 +44,7 @@ win.show();
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [NodeWidget](nodewidget.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)›
|
||||
↳ [NodeFrame](nodeframe.md)‹[QStackedWidgetSignals](../interfaces/qstackedwidgetsignals.md)›
|
||||
|
||||
↳ **QStackedWidget**
|
||||
|
||||
@ -74,6 +74,11 @@ win.show();
|
||||
* [close](qstackedwidget.md#close)
|
||||
* [currentIndex](qstackedwidget.md#currentindex)
|
||||
* [font](qstackedwidget.md#font)
|
||||
* [frameRect](qstackedwidget.md#framerect)
|
||||
* [frameShadow](qstackedwidget.md#frameshadow)
|
||||
* [frameShape](qstackedwidget.md#frameshape)
|
||||
* [frameStyle](qstackedwidget.md#framestyle)
|
||||
* [frameWidth](qstackedwidget.md#framewidth)
|
||||
* [geometry](qstackedwidget.md#geometry)
|
||||
* [getFlexNode](qstackedwidget.md#getflexnode)
|
||||
* [hasMouseTracking](qstackedwidget.md#hasmousetracking)
|
||||
@ -81,7 +86,9 @@ win.show();
|
||||
* [inherits](qstackedwidget.md#inherits)
|
||||
* [isEnabled](qstackedwidget.md#isenabled)
|
||||
* [isVisible](qstackedwidget.md#isvisible)
|
||||
* [lineWidth](qstackedwidget.md#linewidth)
|
||||
* [lower](qstackedwidget.md#lower)
|
||||
* [midLineWidth](qstackedwidget.md#midlinewidth)
|
||||
* [move](qstackedwidget.md#move)
|
||||
* [objectName](qstackedwidget.md#objectname)
|
||||
* [pos](qstackedwidget.md#pos)
|
||||
@ -90,6 +97,7 @@ win.show();
|
||||
* [removeEventListener](qstackedwidget.md#removeeventlistener)
|
||||
* [removeWidget](qstackedwidget.md#removewidget)
|
||||
* [repaint](qstackedwidget.md#repaint)
|
||||
* [repolish](qstackedwidget.md#repolish)
|
||||
* [resize](qstackedwidget.md#resize)
|
||||
* [setAttribute](qstackedwidget.md#setattribute)
|
||||
* [setContextMenuPolicy](qstackedwidget.md#setcontextmenupolicy)
|
||||
@ -100,10 +108,16 @@ win.show();
|
||||
* [setFixedSize](qstackedwidget.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qstackedwidget.md#setflexnodesizecontrolled)
|
||||
* [setFont](qstackedwidget.md#setfont)
|
||||
* [setFrameRect](qstackedwidget.md#setframerect)
|
||||
* [setFrameShadow](qstackedwidget.md#setframeshadow)
|
||||
* [setFrameShape](qstackedwidget.md#setframeshape)
|
||||
* [setFrameStyle](qstackedwidget.md#setframestyle)
|
||||
* [setGeometry](qstackedwidget.md#setgeometry)
|
||||
* [setInlineStyle](qstackedwidget.md#setinlinestyle)
|
||||
* [setLayout](qstackedwidget.md#setlayout)
|
||||
* [setLineWidth](qstackedwidget.md#setlinewidth)
|
||||
* [setMaximumSize](qstackedwidget.md#setmaximumsize)
|
||||
* [setMidLineWidth](qstackedwidget.md#setmidlinewidth)
|
||||
* [setMinimumSize](qstackedwidget.md#setminimumsize)
|
||||
* [setMouseTracking](qstackedwidget.md#setmousetracking)
|
||||
* [setNodeParent](qstackedwidget.md#setnodeparent)
|
||||
@ -135,13 +149,13 @@ win.show();
|
||||
|
||||
\+ **new QStackedWidget**(): *[QStackedWidget](qstackedwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QStackedWidget](qstackedwidget.md)*
|
||||
|
||||
\+ **new QStackedWidget**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QStackedWidget](qstackedwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -163,7 +177,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -343,6 +357,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -419,6 +483,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -429,6 +503,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -561,6 +645,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -722,6 +816,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -773,6 +931,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -790,6 +964,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -73,6 +73,7 @@ const progressBar = new QStatusBar();
|
||||
* [removeEventListener](qstatusbar.md#removeeventlistener)
|
||||
* [removeWidget](qstatusbar.md#removewidget)
|
||||
* [repaint](qstatusbar.md#repaint)
|
||||
* [repolish](qstatusbar.md#repolish)
|
||||
* [resize](qstatusbar.md#resize)
|
||||
* [setAttribute](qstatusbar.md#setattribute)
|
||||
* [setContextMenuPolicy](qstatusbar.md#setcontextmenupolicy)
|
||||
@ -118,13 +119,13 @@ const progressBar = new QStatusBar();
|
||||
|
||||
\+ **new QStatusBar**(): *[QStatusBar](qstatusbar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QStatusBar](qstatusbar.md)*
|
||||
|
||||
\+ **new QStatusBar**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QStatusBar](qstatusbar.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -146,7 +147,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -643,6 +644,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
2406
website/docs/api/generated/classes/qtableview.md
Normal file
2406
website/docs/api/generated/classes/qtableview.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -69,6 +69,11 @@ win.show();
|
||||
* [closePersistentEditor](qtablewidget.md#closepersistenteditor)
|
||||
* [editItem](qtablewidget.md#edititem)
|
||||
* [font](qtablewidget.md#font)
|
||||
* [frameRect](qtablewidget.md#framerect)
|
||||
* [frameShadow](qtablewidget.md#frameshadow)
|
||||
* [frameShape](qtablewidget.md#frameshape)
|
||||
* [frameStyle](qtablewidget.md#framestyle)
|
||||
* [frameWidth](qtablewidget.md#framewidth)
|
||||
* [geometry](qtablewidget.md#geometry)
|
||||
* [getFlexNode](qtablewidget.md#getflexnode)
|
||||
* [hasMouseTracking](qtablewidget.md#hasmousetracking)
|
||||
@ -81,7 +86,9 @@ win.show();
|
||||
* [isEnabled](qtablewidget.md#isenabled)
|
||||
* [isSortingEnabled](qtablewidget.md#issortingenabled)
|
||||
* [isVisible](qtablewidget.md#isvisible)
|
||||
* [lineWidth](qtablewidget.md#linewidth)
|
||||
* [lower](qtablewidget.md#lower)
|
||||
* [midLineWidth](qtablewidget.md#midlinewidth)
|
||||
* [move](qtablewidget.md#move)
|
||||
* [objectName](qtablewidget.md#objectname)
|
||||
* [pos](qtablewidget.md#pos)
|
||||
@ -91,6 +98,7 @@ win.show();
|
||||
* [removeEventListener](qtablewidget.md#removeeventlistener)
|
||||
* [removeRow](qtablewidget.md#removerow)
|
||||
* [repaint](qtablewidget.md#repaint)
|
||||
* [repolish](qtablewidget.md#repolish)
|
||||
* [resize](qtablewidget.md#resize)
|
||||
* [resizeColumnToContents](qtablewidget.md#resizecolumntocontents)
|
||||
* [resizeColumnsToContents](qtablewidget.md#resizecolumnstocontents)
|
||||
@ -109,6 +117,10 @@ win.show();
|
||||
* [setFixedSize](qtablewidget.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qtablewidget.md#setflexnodesizecontrolled)
|
||||
* [setFont](qtablewidget.md#setfont)
|
||||
* [setFrameRect](qtablewidget.md#setframerect)
|
||||
* [setFrameShadow](qtablewidget.md#setframeshadow)
|
||||
* [setFrameShape](qtablewidget.md#setframeshape)
|
||||
* [setFrameStyle](qtablewidget.md#setframestyle)
|
||||
* [setGeometry](qtablewidget.md#setgeometry)
|
||||
* [setHorizontalHeaderItem](qtablewidget.md#sethorizontalheaderitem)
|
||||
* [setHorizontalHeaderLabels](qtablewidget.md#sethorizontalheaderlabels)
|
||||
@ -116,7 +128,9 @@ win.show();
|
||||
* [setInlineStyle](qtablewidget.md#setinlinestyle)
|
||||
* [setItem](qtablewidget.md#setitem)
|
||||
* [setLayout](qtablewidget.md#setlayout)
|
||||
* [setLineWidth](qtablewidget.md#setlinewidth)
|
||||
* [setMaximumSize](qtablewidget.md#setmaximumsize)
|
||||
* [setMidLineWidth](qtablewidget.md#setmidlinewidth)
|
||||
* [setMinimumSize](qtablewidget.md#setminimumsize)
|
||||
* [setMouseTracking](qtablewidget.md#setmousetracking)
|
||||
* [setNodeParent](qtablewidget.md#setnodeparent)
|
||||
@ -160,7 +174,7 @@ win.show();
|
||||
|
||||
\+ **new QTableWidget**(`rows`: number, `columns`: number): *[QTableWidget](qtablewidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -173,7 +187,7 @@ Name | Type |
|
||||
|
||||
\+ **new QTableWidget**(`rows`: number, `columns`: number, `parent`: [NodeWidget](nodewidget.md)‹any›): *[QTableWidget](qtablewidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -197,7 +211,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -413,6 +427,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -553,6 +617,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -563,6 +637,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -709,6 +793,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -968,6 +1062,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -1080,6 +1238,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -1097,6 +1271,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -59,6 +59,7 @@ tabWidget.addTab(new QCalendarWidget(), new QIcon(), 'Tab 2');
|
||||
* [getFlexNode](qtabwidget.md#getflexnode)
|
||||
* [hasMouseTracking](qtabwidget.md#hasmousetracking)
|
||||
* [hide](qtabwidget.md#hide)
|
||||
* [indexOf](qtabwidget.md#indexof)
|
||||
* [inherits](qtabwidget.md#inherits)
|
||||
* [isEnabled](qtabwidget.md#isenabled)
|
||||
* [isVisible](qtabwidget.md#isvisible)
|
||||
@ -71,6 +72,7 @@ tabWidget.addTab(new QCalendarWidget(), new QIcon(), 'Tab 2');
|
||||
* [removeEventListener](qtabwidget.md#removeeventlistener)
|
||||
* [removeTab](qtabwidget.md#removetab)
|
||||
* [repaint](qtabwidget.md#repaint)
|
||||
* [repolish](qtabwidget.md#repolish)
|
||||
* [resize](qtabwidget.md#resize)
|
||||
* [setAttribute](qtabwidget.md#setattribute)
|
||||
* [setContextMenuPolicy](qtabwidget.md#setcontextmenupolicy)
|
||||
@ -90,7 +92,9 @@ tabWidget.addTab(new QCalendarWidget(), new QIcon(), 'Tab 2');
|
||||
* [setObjectName](qtabwidget.md#setobjectname)
|
||||
* [setProperty](qtabwidget.md#setproperty)
|
||||
* [setStyleSheet](qtabwidget.md#setstylesheet)
|
||||
* [setTabIcon](qtabwidget.md#settabicon)
|
||||
* [setTabPosition](qtabwidget.md#settabposition)
|
||||
* [setTabText](qtabwidget.md#settabtext)
|
||||
* [setTabsClosable](qtabwidget.md#settabsclosable)
|
||||
* [setWindowFlag](qtabwidget.md#setwindowflag)
|
||||
* [setWindowIcon](qtabwidget.md#setwindowicon)
|
||||
@ -117,13 +121,13 @@ tabWidget.addTab(new QCalendarWidget(), new QIcon(), 'Tab 2');
|
||||
|
||||
\+ **new QTabWidget**(): *[QTabWidget](qtabwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QTabWidget](qtabwidget.md)*
|
||||
|
||||
\+ **new QTabWidget**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QTabWidget](qtabwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -145,7 +149,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -281,7 +285,7 @@ ___
|
||||
|
||||
### addTab
|
||||
|
||||
▸ **addTab**(`page`: [NodeWidget](nodewidget.md)‹any›, `icon`: [QIcon](qicon.md), `label`: string): *void*
|
||||
▸ **addTab**(`page`: [NodeWidget](nodewidget.md)‹any›, `icon`: [QIcon](qicon.md), `label`: string): *number*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -291,7 +295,7 @@ Name | Type |
|
||||
`icon` | [QIcon](qicon.md) |
|
||||
`label` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
@ -373,6 +377,20 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### indexOf
|
||||
|
||||
▸ **indexOf**(`widget`: [NodeWidget](nodewidget.md)‹any›): *number*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`widget` | [NodeWidget](nodewidget.md)‹any› |
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### inherits
|
||||
|
||||
▸ **inherits**(`className`: string): *boolean*
|
||||
@ -551,6 +569,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -866,6 +894,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setTabIcon
|
||||
|
||||
▸ **setTabIcon**(`tabIndex`: number, `icon`: [QIcon](qicon.md)): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`tabIndex` | number |
|
||||
`icon` | [QIcon](qicon.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setTabPosition
|
||||
|
||||
▸ **setTabPosition**(`tabPosition`: [TabPosition](../enums/tabposition.md)): *void*
|
||||
@ -880,6 +923,21 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setTabText
|
||||
|
||||
▸ **setTabText**(`tabIndex`: number, `tabText`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`tabIndex` | number |
|
||||
`tabText` | string |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setTabsClosable
|
||||
|
||||
▸ **setTabsClosable**(`closeable`: boolean): *void*
|
||||
|
||||
@ -21,7 +21,7 @@ const timeEdit = new QTimeEdit();
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QDateTimeEdit](qdatetimeedit.md)
|
||||
↳ [NodeDateTimeEdit](nodedatetimeedit.md)
|
||||
|
||||
↳ **QTimeEdit**
|
||||
|
||||
@ -79,6 +79,7 @@ const timeEdit = new QTimeEdit();
|
||||
* [raise](qtimeedit.md#raise)
|
||||
* [removeEventListener](qtimeedit.md#removeeventlistener)
|
||||
* [repaint](qtimeedit.md#repaint)
|
||||
* [repolish](qtimeedit.md#repolish)
|
||||
* [resize](qtimeedit.md#resize)
|
||||
* [selectAll](qtimeedit.md#selectall)
|
||||
* [setAccelerated](qtimeedit.md#setaccelerated)
|
||||
@ -147,13 +148,13 @@ const timeEdit = new QTimeEdit();
|
||||
|
||||
\+ **new QTimeEdit**(): *[QTimeEdit](qtimeedit.md)*
|
||||
|
||||
*Overrides [QDateTimeEdit](qdatetimeedit.md).[constructor](qdatetimeedit.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QTimeEdit](qtimeedit.md)*
|
||||
|
||||
\+ **new QTimeEdit**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QTimeEdit](qtimeedit.md)*
|
||||
|
||||
*Overrides [QDateTimeEdit](qdatetimeedit.md).[constructor](qdatetimeedit.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -175,7 +176,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -185,7 +186,7 @@ ___
|
||||
|
||||
• **calendar**? : *[QCalendarWidget](qcalendarwidget.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[calendar](qdatetimeedit.md#optional-calendar)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendar](nodedatetimeedit.md#optional-calendar)*
|
||||
|
||||
___
|
||||
|
||||
@ -201,7 +202,7 @@ ___
|
||||
|
||||
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
||||
|
||||
*Overrides [QDateTimeEdit](qdatetimeedit.md).[native](qdatetimeedit.md#native)*
|
||||
*Overrides [Component](component.md).[native](component.md#abstract-native)*
|
||||
|
||||
___
|
||||
|
||||
@ -345,7 +346,7 @@ ___
|
||||
|
||||
▸ **calendarPopup**(): *boolean*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[calendarPopup](qdatetimeedit.md#calendarpopup)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendarPopup](nodedatetimeedit.md#calendarpopup)*
|
||||
|
||||
**Returns:** *boolean*
|
||||
|
||||
@ -355,7 +356,7 @@ ___
|
||||
|
||||
▸ **calendarWidget**(): *[QCalendarWidget](qcalendarwidget.md) | null*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[calendarWidget](qdatetimeedit.md#calendarwidget)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[calendarWidget](nodedatetimeedit.md#calendarwidget)*
|
||||
|
||||
**Returns:** *[QCalendarWidget](qcalendarwidget.md) | null*
|
||||
|
||||
@ -385,7 +386,7 @@ ___
|
||||
|
||||
▸ **date**(): *[QDate](qdate.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[date](qdatetimeedit.md#date)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[date](nodedatetimeedit.md#date)*
|
||||
|
||||
**Returns:** *[QDate](qdate.md)*
|
||||
|
||||
@ -395,7 +396,7 @@ ___
|
||||
|
||||
▸ **dateTime**(): *[QDateTime](qdatetime.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[dateTime](qdatetimeedit.md#datetime)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[dateTime](nodedatetimeedit.md#datetime)*
|
||||
|
||||
**Returns:** *[QDateTime](qdatetime.md)*
|
||||
|
||||
@ -405,7 +406,7 @@ ___
|
||||
|
||||
▸ **displayFormat**(): *string*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[displayFormat](qdatetimeedit.md#displayformat)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[displayFormat](nodedatetimeedit.md#displayformat)*
|
||||
|
||||
**Returns:** *string*
|
||||
|
||||
@ -685,6 +686,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -781,7 +792,7 @@ ___
|
||||
|
||||
▸ **setCalendarPopup**(`enable`: boolean): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setCalendarPopup](qdatetimeedit.md#setcalendarpopup)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setCalendarPopup](nodedatetimeedit.md#setcalendarpopup)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -797,7 +808,7 @@ ___
|
||||
|
||||
▸ **setCalendarWidget**(`calendarWidget`: [QCalendarWidget](qcalendarwidget.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setCalendarWidget](qdatetimeedit.md#setcalendarwidget)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setCalendarWidget](nodedatetimeedit.md#setcalendarwidget)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -861,7 +872,7 @@ ___
|
||||
|
||||
▸ **setDate**(`date`: [QDate](qdate.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setDate](qdatetimeedit.md#setdate)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDate](nodedatetimeedit.md#setdate)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -877,7 +888,7 @@ ___
|
||||
|
||||
▸ **setDateTime**(`datetime`: [QDateTime](qdatetime.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setDateTime](qdatetimeedit.md#setdatetime)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDateTime](nodedatetimeedit.md#setdatetime)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -893,7 +904,7 @@ ___
|
||||
|
||||
▸ **setDisplayFormat**(`format`: string): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setDisplayFormat](qdatetimeedit.md#setdisplayformat)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setDisplayFormat](nodedatetimeedit.md#setdisplayformat)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -1224,7 +1235,7 @@ ___
|
||||
|
||||
▸ **setTime**(`time`: [QTime](qtime.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setTime](qdatetimeedit.md#settime)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setTime](nodedatetimeedit.md#settime)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -1240,7 +1251,7 @@ ___
|
||||
|
||||
▸ **setTimeSpec**(`spec`: [TimeSpec](../enums/timespec.md)): *void*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[setTimeSpec](qdatetimeedit.md#settimespec)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[setTimeSpec](nodedatetimeedit.md#settimespec)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -1479,7 +1490,7 @@ ___
|
||||
|
||||
▸ **time**(): *[QTime](qtime.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[time](qdatetimeedit.md#time)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[time](nodedatetimeedit.md#time)*
|
||||
|
||||
**Returns:** *[QTime](qtime.md)*
|
||||
|
||||
@ -1489,7 +1500,7 @@ ___
|
||||
|
||||
▸ **timeSpec**(): *[TimeSpec](../enums/timespec.md)*
|
||||
|
||||
*Inherited from [QDateTimeEdit](qdatetimeedit.md).[timeSpec](qdatetimeedit.md#timespec)*
|
||||
*Inherited from [NodeDateTimeEdit](nodedatetimeedit.md).[timeSpec](nodedatetimeedit.md#timespec)*
|
||||
|
||||
**Returns:** *[TimeSpec](../enums/timespec.md)*
|
||||
|
||||
|
||||
@ -56,6 +56,7 @@ tool.setText('Help');
|
||||
* [autoRepeatInterval](qtoolbutton.md#autorepeatinterval)
|
||||
* [click](qtoolbutton.md#click)
|
||||
* [close](qtoolbutton.md#close)
|
||||
* [defaultAction](qtoolbutton.md#defaultaction)
|
||||
* [font](qtoolbutton.md#font)
|
||||
* [geometry](qtoolbutton.md#geometry)
|
||||
* [getFlexNode](qtoolbutton.md#getflexnode)
|
||||
@ -70,6 +71,7 @@ tool.setText('Help');
|
||||
* [isEnabled](qtoolbutton.md#isenabled)
|
||||
* [isVisible](qtoolbutton.md#isvisible)
|
||||
* [lower](qtoolbutton.md#lower)
|
||||
* [menu](qtoolbutton.md#menu)
|
||||
* [move](qtoolbutton.md#move)
|
||||
* [objectName](qtoolbutton.md#objectname)
|
||||
* [popupMode](qtoolbutton.md#popupmode)
|
||||
@ -78,6 +80,7 @@ tool.setText('Help');
|
||||
* [raise](qtoolbutton.md#raise)
|
||||
* [removeEventListener](qtoolbutton.md#removeeventlistener)
|
||||
* [repaint](qtoolbutton.md#repaint)
|
||||
* [repolish](qtoolbutton.md#repolish)
|
||||
* [resize](qtoolbutton.md#resize)
|
||||
* [setArrowType](qtoolbutton.md#setarrowtype)
|
||||
* [setAttribute](qtoolbutton.md#setattribute)
|
||||
@ -143,13 +146,13 @@ tool.setText('Help');
|
||||
|
||||
\+ **new QToolButton**(): *[QToolButton](qtoolbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QToolButton](qtoolbutton.md)*
|
||||
|
||||
\+ **new QToolButton**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QToolButton](qtoolbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -161,7 +164,7 @@ Name | Type |
|
||||
|
||||
\+ **new QToolButton**(`rawPointer`: [NativeRawPointer](../globals.md#nativerawpointer)‹any›, `disableNativeDeletion?`: undefined | false | true): *[QToolButton](qtoolbutton.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -184,7 +187,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -414,6 +417,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### defaultAction
|
||||
|
||||
▸ **defaultAction**(): *[QAction](qaction.md) | null*
|
||||
|
||||
**Returns:** *[QAction](qaction.md) | null*
|
||||
|
||||
___
|
||||
|
||||
### font
|
||||
|
||||
▸ **font**(): *[QFont](qfont.md)*
|
||||
@ -560,6 +571,14 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### menu
|
||||
|
||||
▸ **menu**(): *[QMenu](qmenu.md) | null*
|
||||
|
||||
**Returns:** *[QMenu](qmenu.md) | null*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -686,6 +705,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -74,6 +74,11 @@ win.show();
|
||||
* [close](qtreewidget.md#close)
|
||||
* [currentItem](qtreewidget.md#currentitem)
|
||||
* [font](qtreewidget.md#font)
|
||||
* [frameRect](qtreewidget.md#framerect)
|
||||
* [frameShadow](qtreewidget.md#frameshadow)
|
||||
* [frameShape](qtreewidget.md#frameshape)
|
||||
* [frameStyle](qtreewidget.md#framestyle)
|
||||
* [frameWidth](qtreewidget.md#framewidth)
|
||||
* [geometry](qtreewidget.md#geometry)
|
||||
* [getFlexNode](qtreewidget.md#getflexnode)
|
||||
* [hasMouseTracking](qtreewidget.md#hasmousetracking)
|
||||
@ -81,7 +86,9 @@ win.show();
|
||||
* [inherits](qtreewidget.md#inherits)
|
||||
* [isEnabled](qtreewidget.md#isenabled)
|
||||
* [isVisible](qtreewidget.md#isvisible)
|
||||
* [lineWidth](qtreewidget.md#linewidth)
|
||||
* [lower](qtreewidget.md#lower)
|
||||
* [midLineWidth](qtreewidget.md#midlinewidth)
|
||||
* [move](qtreewidget.md#move)
|
||||
* [objectName](qtreewidget.md#objectname)
|
||||
* [pos](qtreewidget.md#pos)
|
||||
@ -89,6 +96,7 @@ win.show();
|
||||
* [raise](qtreewidget.md#raise)
|
||||
* [removeEventListener](qtreewidget.md#removeeventlistener)
|
||||
* [repaint](qtreewidget.md#repaint)
|
||||
* [repolish](qtreewidget.md#repolish)
|
||||
* [resize](qtreewidget.md#resize)
|
||||
* [selectedItems](qtreewidget.md#selecteditems)
|
||||
* [setAttribute](qtreewidget.md#setattribute)
|
||||
@ -99,6 +107,10 @@ win.show();
|
||||
* [setFixedSize](qtreewidget.md#setfixedsize)
|
||||
* [setFlexNodeSizeControlled](qtreewidget.md#setflexnodesizecontrolled)
|
||||
* [setFont](qtreewidget.md#setfont)
|
||||
* [setFrameRect](qtreewidget.md#setframerect)
|
||||
* [setFrameShadow](qtreewidget.md#setframeshadow)
|
||||
* [setFrameShape](qtreewidget.md#setframeshape)
|
||||
* [setFrameStyle](qtreewidget.md#setframestyle)
|
||||
* [setGeometry](qtreewidget.md#setgeometry)
|
||||
* [setHeaderHidden](qtreewidget.md#setheaderhidden)
|
||||
* [setHeaderLabel](qtreewidget.md#setheaderlabel)
|
||||
@ -107,7 +119,9 @@ win.show();
|
||||
* [setInlineStyle](qtreewidget.md#setinlinestyle)
|
||||
* [setItemWidget](qtreewidget.md#setitemwidget)
|
||||
* [setLayout](qtreewidget.md#setlayout)
|
||||
* [setLineWidth](qtreewidget.md#setlinewidth)
|
||||
* [setMaximumSize](qtreewidget.md#setmaximumsize)
|
||||
* [setMidLineWidth](qtreewidget.md#setmidlinewidth)
|
||||
* [setMinimumSize](qtreewidget.md#setminimumsize)
|
||||
* [setMouseTracking](qtreewidget.md#setmousetracking)
|
||||
* [setNodeParent](qtreewidget.md#setnodeparent)
|
||||
@ -142,13 +156,13 @@ win.show();
|
||||
|
||||
\+ **new QTreeWidget**(): *[QTreeWidget](qtreewidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Returns:** *[QTreeWidget](qtreewidget.md)*
|
||||
|
||||
\+ **new QTreeWidget**(`parent`: [NodeWidget](nodewidget.md)‹any›): *[QTreeWidget](qtreewidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -170,7 +184,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -372,6 +386,56 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### frameRect
|
||||
|
||||
▸ **frameRect**(): *[QRect](qrect.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameRect](nodeframe.md#framerect)*
|
||||
|
||||
**Returns:** *[QRect](qrect.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShadow
|
||||
|
||||
▸ **frameShadow**(): *[Shadow](../enums/shadow.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShadow](nodeframe.md#frameshadow)*
|
||||
|
||||
**Returns:** *[Shadow](../enums/shadow.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameShape
|
||||
|
||||
▸ **frameShape**(): *[Shape](../enums/shape.md)*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameShape](nodeframe.md#frameshape)*
|
||||
|
||||
**Returns:** *[Shape](../enums/shape.md)*
|
||||
|
||||
___
|
||||
|
||||
### frameStyle
|
||||
|
||||
▸ **frameStyle**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameStyle](nodeframe.md#framestyle)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### frameWidth
|
||||
|
||||
▸ **frameWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[frameWidth](nodeframe.md#framewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### geometry
|
||||
|
||||
▸ **geometry**(): *[QRect](qrect.md)*
|
||||
@ -448,6 +512,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### lineWidth
|
||||
|
||||
▸ **lineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[lineWidth](nodeframe.md#linewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### lower
|
||||
|
||||
▸ **lower**(): *void*
|
||||
@ -458,6 +532,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### midLineWidth
|
||||
|
||||
▸ **midLineWidth**(): *number*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[midLineWidth](nodeframe.md#midlinewidth)*
|
||||
|
||||
**Returns:** *number*
|
||||
|
||||
___
|
||||
|
||||
### move
|
||||
|
||||
▸ **move**(`x`: number, `y`: number): *void*
|
||||
@ -576,6 +660,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
@ -733,6 +827,70 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setFrameRect
|
||||
|
||||
▸ **setFrameRect**(`r`: [QRect](qrect.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameRect](nodeframe.md#setframerect)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`r` | [QRect](qrect.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShadow
|
||||
|
||||
▸ **setFrameShadow**(`type`: [Shadow](../enums/shadow.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShadow](nodeframe.md#setframeshadow)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shadow](../enums/shadow.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameShape
|
||||
|
||||
▸ **setFrameShape**(`type`: [Shape](../enums/shape.md)): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameShape](nodeframe.md#setframeshape)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`type` | [Shape](../enums/shape.md) |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setFrameStyle
|
||||
|
||||
▸ **setFrameStyle**(`style`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setFrameStyle](nodeframe.md#setframestyle)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`style` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setGeometry
|
||||
|
||||
▸ **setGeometry**(`x`: number, `y`: number, `w`: number, `h`: number): *void*
|
||||
@ -864,6 +1022,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setLineWidth
|
||||
|
||||
▸ **setLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setLineWidth](nodeframe.md#setlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMaximumSize
|
||||
|
||||
▸ **setMaximumSize**(`maxw`: number, `maxh`: number): *void*
|
||||
@ -881,6 +1055,22 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### setMidLineWidth
|
||||
|
||||
▸ **setMidLineWidth**(`width`: number): *void*
|
||||
|
||||
*Inherited from [NodeFrame](nodeframe.md).[setMidLineWidth](nodeframe.md#setmidlinewidth)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`width` | number |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### setMinimumSize
|
||||
|
||||
▸ **setMinimumSize**(`minw`: number, `minh`: number): *void*
|
||||
|
||||
@ -65,6 +65,7 @@ view.setLayout(new FlexLayout());
|
||||
* [raise](qwidget.md#raise)
|
||||
* [removeEventListener](qwidget.md#removeeventlistener)
|
||||
* [repaint](qwidget.md#repaint)
|
||||
* [repolish](qwidget.md#repolish)
|
||||
* [resize](qwidget.md#resize)
|
||||
* [setAttribute](qwidget.md#setattribute)
|
||||
* [setContextMenuPolicy](qwidget.md#setcontextmenupolicy)
|
||||
@ -108,7 +109,7 @@ view.setLayout(new FlexLayout());
|
||||
|
||||
\+ **new QWidget**(`arg?`: [NodeWidget](nodewidget.md)‹[QWidgetSignals](../interfaces/qwidgetsignals.md)› | [NativeElement](../globals.md#nativeelement)): *[QWidget](qwidget.md)*
|
||||
|
||||
*Overrides [EventWidget](eventwidget.md).[constructor](eventwidget.md#constructor)*
|
||||
*Overrides [NodeWidget](nodewidget.md).[constructor](nodewidget.md#constructor)*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
@ -130,7 +131,7 @@ ___
|
||||
|
||||
### actions
|
||||
|
||||
• **actions**: *Set‹[QAction](qaction.md)‹››* = new Set<QAction>()
|
||||
• **actions**: *Set‹[QAction](qaction.md)›*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[actions](qmenu.md#actions)*
|
||||
|
||||
@ -492,6 +493,16 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### repolish
|
||||
|
||||
▸ **repolish**(): *void*
|
||||
|
||||
*Inherited from [QMenu](qmenu.md).[repolish](qmenu.md#repolish)*
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### resize
|
||||
|
||||
▸ **resize**(`width`: number, `height`: number): *void*
|
||||
|
||||
@ -1,45 +0,0 @@
|
||||
---
|
||||
id: "icon"
|
||||
title: "Icon"
|
||||
sidebar_label: "Icon"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [Critical](icon.md#critical)
|
||||
* [Information](icon.md#information)
|
||||
* [NoIcon](icon.md#noicon)
|
||||
* [Question](icon.md#question)
|
||||
* [Warning](icon.md#warning)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### Critical
|
||||
|
||||
• **Critical**: = 3
|
||||
|
||||
___
|
||||
|
||||
### Information
|
||||
|
||||
• **Information**: = 1
|
||||
|
||||
___
|
||||
|
||||
### NoIcon
|
||||
|
||||
• **NoIcon**: = 0
|
||||
|
||||
___
|
||||
|
||||
### Question
|
||||
|
||||
• **Question**: = 4
|
||||
|
||||
___
|
||||
|
||||
### Warning
|
||||
|
||||
• **Warning**: = 2
|
||||
31
website/docs/api/generated/enums/inputdialogoptions.md
Normal file
31
website/docs/api/generated/enums/inputdialogoptions.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
id: "inputdialogoptions"
|
||||
title: "InputDialogOptions"
|
||||
sidebar_label: "InputDialogOptions"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [NoButtons](inputdialogoptions.md#nobuttons)
|
||||
* [UseListViewForComboBoxItems](inputdialogoptions.md#uselistviewforcomboboxitems)
|
||||
* [UsePlainTextEditForTextInput](inputdialogoptions.md#useplaintexteditfortextinput)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### NoButtons
|
||||
|
||||
• **NoButtons**: = 1
|
||||
|
||||
___
|
||||
|
||||
### UseListViewForComboBoxItems
|
||||
|
||||
• **UseListViewForComboBoxItems**: = 2
|
||||
|
||||
___
|
||||
|
||||
### UsePlainTextEditForTextInput
|
||||
|
||||
• **UsePlainTextEditForTextInput**: = 3
|
||||
31
website/docs/api/generated/enums/inputmode.md
Normal file
31
website/docs/api/generated/enums/inputmode.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
id: "inputmode"
|
||||
title: "InputMode"
|
||||
sidebar_label: "InputMode"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [DoubleInput](inputmode.md#doubleinput)
|
||||
* [IntInput](inputmode.md#intinput)
|
||||
* [TextInput](inputmode.md#textinput)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### DoubleInput
|
||||
|
||||
• **DoubleInput**: = 2
|
||||
|
||||
___
|
||||
|
||||
### IntInput
|
||||
|
||||
• **IntInput**: = 1
|
||||
|
||||
___
|
||||
|
||||
### TextInput
|
||||
|
||||
• **TextInput**: = 0
|
||||
45
website/docs/api/generated/enums/qmessageboxicon.md
Normal file
45
website/docs/api/generated/enums/qmessageboxicon.md
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
id: "qmessageboxicon"
|
||||
title: "QMessageBoxIcon"
|
||||
sidebar_label: "QMessageBoxIcon"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [Critical](qmessageboxicon.md#critical)
|
||||
* [Information](qmessageboxicon.md#information)
|
||||
* [NoIcon](qmessageboxicon.md#noicon)
|
||||
* [Question](qmessageboxicon.md#question)
|
||||
* [Warning](qmessageboxicon.md#warning)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### Critical
|
||||
|
||||
• **Critical**: = 3
|
||||
|
||||
___
|
||||
|
||||
### Information
|
||||
|
||||
• **Information**: = 1
|
||||
|
||||
___
|
||||
|
||||
### NoIcon
|
||||
|
||||
• **NoIcon**: = 0
|
||||
|
||||
___
|
||||
|
||||
### Question
|
||||
|
||||
• **Question**: = 4
|
||||
|
||||
___
|
||||
|
||||
### Warning
|
||||
|
||||
• **Warning**: = 2
|
||||
24
website/docs/api/generated/enums/qprogressbardirection.md
Normal file
24
website/docs/api/generated/enums/qprogressbardirection.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
id: "qprogressbardirection"
|
||||
title: "QProgressBarDirection"
|
||||
sidebar_label: "QProgressBarDirection"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [BottomToTop](qprogressbardirection.md#bottomtotop)
|
||||
* [TopToBottom](qprogressbardirection.md#toptobottom)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### BottomToTop
|
||||
|
||||
• **BottomToTop**:
|
||||
|
||||
___
|
||||
|
||||
### TopToBottom
|
||||
|
||||
• **TopToBottom**:
|
||||
45
website/docs/api/generated/enums/qsettingsformat.md
Normal file
45
website/docs/api/generated/enums/qsettingsformat.md
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
id: "qsettingsformat"
|
||||
title: "QSettingsFormat"
|
||||
sidebar_label: "QSettingsFormat"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [IniFormat](qsettingsformat.md#iniformat)
|
||||
* [InvalidFormat](qsettingsformat.md#invalidformat)
|
||||
* [NativeFormat](qsettingsformat.md#nativeformat)
|
||||
* [Registry32Format](qsettingsformat.md#registry32format)
|
||||
* [Registry64Format](qsettingsformat.md#registry64format)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### IniFormat
|
||||
|
||||
• **IniFormat**: = 1
|
||||
|
||||
___
|
||||
|
||||
### InvalidFormat
|
||||
|
||||
• **InvalidFormat**: = 16
|
||||
|
||||
___
|
||||
|
||||
### NativeFormat
|
||||
|
||||
• **NativeFormat**: = 0
|
||||
|
||||
___
|
||||
|
||||
### Registry32Format
|
||||
|
||||
• **Registry32Format**: = 2
|
||||
|
||||
___
|
||||
|
||||
### Registry64Format
|
||||
|
||||
• **Registry64Format**: = 3
|
||||
24
website/docs/api/generated/enums/qsettingsscope.md
Normal file
24
website/docs/api/generated/enums/qsettingsscope.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
id: "qsettingsscope"
|
||||
title: "QSettingsScope"
|
||||
sidebar_label: "QSettingsScope"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [SystemScope](qsettingsscope.md#systemscope)
|
||||
* [UserScope](qsettingsscope.md#userscope)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### SystemScope
|
||||
|
||||
• **SystemScope**: = 1
|
||||
|
||||
___
|
||||
|
||||
### UserScope
|
||||
|
||||
• **UserScope**: = 0
|
||||
31
website/docs/api/generated/enums/shadow.md
Normal file
31
website/docs/api/generated/enums/shadow.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
id: "shadow"
|
||||
title: "Shadow"
|
||||
sidebar_label: "Shadow"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [Plain](shadow.md#plain)
|
||||
* [Raised](shadow.md#raised)
|
||||
* [Sunken](shadow.md#sunken)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### Plain
|
||||
|
||||
• **Plain**: = 16
|
||||
|
||||
___
|
||||
|
||||
### Raised
|
||||
|
||||
• **Raised**: = 32
|
||||
|
||||
___
|
||||
|
||||
### Sunken
|
||||
|
||||
• **Sunken**: = 48
|
||||
59
website/docs/api/generated/enums/shape.md
Normal file
59
website/docs/api/generated/enums/shape.md
Normal file
@ -0,0 +1,59 @@
|
||||
---
|
||||
id: "shape"
|
||||
title: "Shape"
|
||||
sidebar_label: "Shape"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [Box](shape.md#box)
|
||||
* [HLine](shape.md#hline)
|
||||
* [NoFrame](shape.md#noframe)
|
||||
* [Panel](shape.md#panel)
|
||||
* [StyledPanel](shape.md#styledpanel)
|
||||
* [VLine](shape.md#vline)
|
||||
* [WinPanel](shape.md#winpanel)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### Box
|
||||
|
||||
• **Box**: = 1
|
||||
|
||||
___
|
||||
|
||||
### HLine
|
||||
|
||||
• **HLine**: = 4
|
||||
|
||||
___
|
||||
|
||||
### NoFrame
|
||||
|
||||
• **NoFrame**: = 0
|
||||
|
||||
___
|
||||
|
||||
### Panel
|
||||
|
||||
• **Panel**: = 2
|
||||
|
||||
___
|
||||
|
||||
### StyledPanel
|
||||
|
||||
• **StyledPanel**: = 6
|
||||
|
||||
___
|
||||
|
||||
### VLine
|
||||
|
||||
• **VLine**: = 5
|
||||
|
||||
___
|
||||
|
||||
### WinPanel
|
||||
|
||||
• **WinPanel**: = 3
|
||||
@ -1,143 +0,0 @@
|
||||
---
|
||||
id: "standardbutton"
|
||||
title: "StandardButton"
|
||||
sidebar_label: "StandardButton"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [Abort](standardbutton.md#abort)
|
||||
* [Apply](standardbutton.md#apply)
|
||||
* [Cancel](standardbutton.md#cancel)
|
||||
* [Close](standardbutton.md#close)
|
||||
* [Discard](standardbutton.md#discard)
|
||||
* [Help](standardbutton.md#help)
|
||||
* [Ignore](standardbutton.md#ignore)
|
||||
* [No](standardbutton.md#no)
|
||||
* [NoButton](standardbutton.md#nobutton)
|
||||
* [NoToAll](standardbutton.md#notoall)
|
||||
* [Ok](standardbutton.md#ok)
|
||||
* [Open](standardbutton.md#open)
|
||||
* [Reset](standardbutton.md#reset)
|
||||
* [RestoreDefaults](standardbutton.md#restoredefaults)
|
||||
* [Retry](standardbutton.md#retry)
|
||||
* [Save](standardbutton.md#save)
|
||||
* [SaveAll](standardbutton.md#saveall)
|
||||
* [Yes](standardbutton.md#yes)
|
||||
* [YesToAll](standardbutton.md#yestoall)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### Abort
|
||||
|
||||
• **Abort**: = 262144
|
||||
|
||||
___
|
||||
|
||||
### Apply
|
||||
|
||||
• **Apply**: = 33554432
|
||||
|
||||
___
|
||||
|
||||
### Cancel
|
||||
|
||||
• **Cancel**: = 4194304
|
||||
|
||||
___
|
||||
|
||||
### Close
|
||||
|
||||
• **Close**: = 2097152
|
||||
|
||||
___
|
||||
|
||||
### Discard
|
||||
|
||||
• **Discard**: = 8388608
|
||||
|
||||
___
|
||||
|
||||
### Help
|
||||
|
||||
• **Help**: = 16777216
|
||||
|
||||
___
|
||||
|
||||
### Ignore
|
||||
|
||||
• **Ignore**: = 1048576
|
||||
|
||||
___
|
||||
|
||||
### No
|
||||
|
||||
• **No**: = 65536
|
||||
|
||||
___
|
||||
|
||||
### NoButton
|
||||
|
||||
• **NoButton**: = 0
|
||||
|
||||
___
|
||||
|
||||
### NoToAll
|
||||
|
||||
• **NoToAll**: = 131072
|
||||
|
||||
___
|
||||
|
||||
### Ok
|
||||
|
||||
• **Ok**: = 1024
|
||||
|
||||
___
|
||||
|
||||
### Open
|
||||
|
||||
• **Open**: = 8192
|
||||
|
||||
___
|
||||
|
||||
### Reset
|
||||
|
||||
• **Reset**: = 67108864
|
||||
|
||||
___
|
||||
|
||||
### RestoreDefaults
|
||||
|
||||
• **RestoreDefaults**: = 134217728
|
||||
|
||||
___
|
||||
|
||||
### Retry
|
||||
|
||||
• **Retry**: = 524288
|
||||
|
||||
___
|
||||
|
||||
### Save
|
||||
|
||||
• **Save**: = 2048
|
||||
|
||||
___
|
||||
|
||||
### SaveAll
|
||||
|
||||
• **SaveAll**: = 4096
|
||||
|
||||
___
|
||||
|
||||
### Yes
|
||||
|
||||
• **Yes**: = 16384
|
||||
|
||||
___
|
||||
|
||||
### YesToAll
|
||||
|
||||
• **YesToAll**: = 32768
|
||||
24
website/docs/api/generated/enums/steptype.md
Normal file
24
website/docs/api/generated/enums/steptype.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
id: "steptype"
|
||||
title: "StepType"
|
||||
sidebar_label: "StepType"
|
||||
---
|
||||
|
||||
## Index
|
||||
|
||||
### Enumeration members
|
||||
|
||||
* [AdaptiveDecimalStepType](steptype.md#adaptivedecimalsteptype)
|
||||
* [DefaultStepType](steptype.md#defaultsteptype)
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### AdaptiveDecimalStepType
|
||||
|
||||
• **AdaptiveDecimalStepType**:
|
||||
|
||||
___
|
||||
|
||||
### DefaultStepType
|
||||
|
||||
• **DefaultStepType**:
|
||||
@ -56,11 +56,12 @@ sidebar_label: "Globals"
|
||||
* [GlobalColor](enums/globalcolor.md)
|
||||
* [HitTestAccuracy](enums/hittestaccuracy.md)
|
||||
* [HorizontalHeaderFormat](enums/horizontalheaderformat.md)
|
||||
* [Icon](enums/icon.md)
|
||||
* [ImageConversionFlag](enums/imageconversionflag.md)
|
||||
* [ImageReaderError](enums/imagereadererror.md)
|
||||
* [InputDialogOptions](enums/inputdialogoptions.md)
|
||||
* [InputMethodHint](enums/inputmethodhint.md)
|
||||
* [InputMethodQuery](enums/inputmethodquery.md)
|
||||
* [InputMode](enums/inputmode.md)
|
||||
* [InsertPolicy](enums/insertpolicy.md)
|
||||
* [ItemDataRole](enums/itemdatarole.md)
|
||||
* [ItemFlag](enums/itemflag.md)
|
||||
@ -91,6 +92,10 @@ sidebar_label: "Globals"
|
||||
* [QFontWeight](enums/qfontweight.md)
|
||||
* [QIconMode](enums/qiconmode.md)
|
||||
* [QIconState](enums/qiconstate.md)
|
||||
* [QMessageBoxIcon](enums/qmessageboxicon.md)
|
||||
* [QProgressBarDirection](enums/qprogressbardirection.md)
|
||||
* [QSettingsFormat](enums/qsettingsformat.md)
|
||||
* [QSettingsScope](enums/qsettingsscope.md)
|
||||
* [QStylePixelMetric](enums/qstylepixelmetric.md)
|
||||
* [QSystemTrayIconActivationReason](enums/qsystemtrayiconactivationreason.md)
|
||||
* [QTextOptionWrapMode](enums/qtextoptionwrapmode.md)
|
||||
@ -105,13 +110,15 @@ sidebar_label: "Globals"
|
||||
* [SelectionMode](enums/selectionmode.md)
|
||||
* [SequenceFormat](enums/sequenceformat.md)
|
||||
* [SequenceMatch](enums/sequencematch.md)
|
||||
* [Shadow](enums/shadow.md)
|
||||
* [Shape](enums/shape.md)
|
||||
* [ShortcutContext](enums/shortcutcontext.md)
|
||||
* [SizeAdjustPolicy](enums/sizeadjustpolicy.md)
|
||||
* [SizeHint](enums/sizehint.md)
|
||||
* [SizeMode](enums/sizemode.md)
|
||||
* [SliderAction](enums/slideraction.md)
|
||||
* [SortOrder](enums/sortorder.md)
|
||||
* [StandardButton](enums/standardbutton.md)
|
||||
* [StepType](enums/steptype.md)
|
||||
* [SystemFont](enums/systemfont.md)
|
||||
* [TabFocusBehavior](enums/tabfocusbehavior.md)
|
||||
* [TabPosition](enums/tabposition.md)
|
||||
@ -145,9 +152,12 @@ sidebar_label: "Globals"
|
||||
* [Component](classes/component.md)
|
||||
* [EventWidget](classes/eventwidget.md)
|
||||
* [FlexLayout](classes/flexlayout.md)
|
||||
* [NodeDateTimeEdit](classes/nodedatetimeedit.md)
|
||||
* [NodeDialog](classes/nodedialog.md)
|
||||
* [NodeFrame](classes/nodeframe.md)
|
||||
* [NodeLayout](classes/nodelayout.md)
|
||||
* [NodeObject](classes/nodeobject.md)
|
||||
* [NodeTableView](classes/nodetableview.md)
|
||||
* [NodeWidget](classes/nodewidget.md)
|
||||
* [QAbstractButton](classes/qabstractbutton.md)
|
||||
* [QAbstractItemView](classes/qabstractitemview.md)
|
||||
@ -173,9 +183,11 @@ sidebar_label: "Globals"
|
||||
* [QFileDialog](classes/qfiledialog.md)
|
||||
* [QFont](classes/qfont.md)
|
||||
* [QFontDatabase](classes/qfontdatabase.md)
|
||||
* [QFrame](classes/qframe.md)
|
||||
* [QGridLayout](classes/qgridlayout.md)
|
||||
* [QGroupBox](classes/qgroupbox.md)
|
||||
* [QIcon](classes/qicon.md)
|
||||
* [QInputDialog](classes/qinputdialog.md)
|
||||
* [QKeyEvent](classes/qkeyevent.md)
|
||||
* [QKeySequence](classes/qkeysequence.md)
|
||||
* [QLabel](classes/qlabel.md)
|
||||
@ -191,6 +203,7 @@ sidebar_label: "Globals"
|
||||
* [QMovie](classes/qmovie.md)
|
||||
* [QObject](classes/qobject.md)
|
||||
* [QPainter](classes/qpainter.md)
|
||||
* [QPicture](classes/qpicture.md)
|
||||
* [QPixmap](classes/qpixmap.md)
|
||||
* [QPlainTextEdit](classes/qplaintextedit.md)
|
||||
* [QPoint](classes/qpoint.md)
|
||||
@ -199,6 +212,8 @@ sidebar_label: "Globals"
|
||||
* [QRadioButton](classes/qradiobutton.md)
|
||||
* [QRect](classes/qrect.md)
|
||||
* [QScrollArea](classes/qscrollarea.md)
|
||||
* [QScrollBar](classes/qscrollbar.md)
|
||||
* [QSettings](classes/qsettings.md)
|
||||
* [QShortcut](classes/qshortcut.md)
|
||||
* [QSize](classes/qsize.md)
|
||||
* [QSlider](classes/qslider.md)
|
||||
@ -208,6 +223,7 @@ sidebar_label: "Globals"
|
||||
* [QStyle](classes/qstyle.md)
|
||||
* [QSystemTrayIcon](classes/qsystemtrayicon.md)
|
||||
* [QTabWidget](classes/qtabwidget.md)
|
||||
* [QTableView](classes/qtableview.md)
|
||||
* [QTableWidget](classes/qtablewidget.md)
|
||||
* [QTableWidgetItem](classes/qtablewidgetitem.md)
|
||||
* [QTime](classes/qtime.md)
|
||||
@ -230,11 +246,14 @@ sidebar_label: "Globals"
|
||||
* [QActionSignals](interfaces/qactionsignals.md)
|
||||
* [QButtonGroupSignals](interfaces/qbuttongroupsignals.md)
|
||||
* [QCalendarWidgetSignals](interfaces/qcalendarwidgetsignals.md)
|
||||
* [QCheckBoxSignals](interfaces/qcheckboxsignals.md)
|
||||
* [QComboBoxSignals](interfaces/qcomboboxsignals.md)
|
||||
* [QDateTimeEditSignals](interfaces/qdatetimeeditsignals.md)
|
||||
* [QDialogSignals](interfaces/qdialogsignals.md)
|
||||
* [QFileDialogSignals](interfaces/qfiledialogsignals.md)
|
||||
* [QGroupBoxSignals](interfaces/qgroupboxsignals.md)
|
||||
* [QInputDialogSignals](interfaces/qinputdialogsignals.md)
|
||||
* [QLabelSignals](interfaces/qlabelsignals.md)
|
||||
* [QLineEditSignals](interfaces/qlineeditsignals.md)
|
||||
* [QListWidgetSignals](interfaces/qlistwidgetsignals.md)
|
||||
* [QMessageBoxSignals](interfaces/qmessageboxsignals.md)
|
||||
@ -262,11 +281,11 @@ sidebar_label: "Globals"
|
||||
* [NativeElement](globals.md#nativeelement)
|
||||
* [NativeRawPointer](globals.md#nativerawpointer)
|
||||
* [QAbstractScrollAreaSignals](globals.md#qabstractscrollareasignals)
|
||||
* [QApplicationSignals](globals.md#qapplicationsignals)
|
||||
* [QBoxLayoutSignals](globals.md#qboxlayoutsignals)
|
||||
* [QCheckBoxSignals](globals.md#qcheckboxsignals)
|
||||
* [QDialSignals](globals.md#qdialsignals)
|
||||
* [QFrameSignals](globals.md#qframesignals)
|
||||
* [QGridLayoutSignals](globals.md#qgridlayoutsignals)
|
||||
* [QLabelSignals](globals.md#qlabelsignals)
|
||||
* [QLayoutSignals](globals.md#qlayoutsignals)
|
||||
* [QMainWindowSignals](globals.md#qmainwindowsignals)
|
||||
* [QMenuBarSignals](globals.md#qmenubarsignals)
|
||||
@ -274,7 +293,9 @@ sidebar_label: "Globals"
|
||||
* [QPushButtonSignals](globals.md#qpushbuttonsignals)
|
||||
* [QRadioButtonSignals](globals.md#qradiobuttonsignals)
|
||||
* [QScrollAreaSignals](globals.md#qscrollareasignals)
|
||||
* [QScrollBarSignals](globals.md#qscrollbarsignals)
|
||||
* [QSliderSignals](globals.md#qslidersignals)
|
||||
* [QTableViewSignals](globals.md#qtableviewsignals)
|
||||
* [QVariantType](globals.md#qvarianttype)
|
||||
* [SupportedFormats](globals.md#supportedformats)
|
||||
* [arg](globals.md#arg)
|
||||
@ -282,11 +303,17 @@ sidebar_label: "Globals"
|
||||
### Variables
|
||||
|
||||
* [addon](globals.md#const-addon)
|
||||
* [center](globals.md#const-center)
|
||||
* [getBtn](globals.md#const-getbtn)
|
||||
* [label](globals.md#const-label)
|
||||
* [setBtn](globals.md#const-setbtn)
|
||||
* [testImagePath](globals.md#const-testimagepath)
|
||||
* [textInput](globals.md#const-textinput)
|
||||
* [win](globals.md#const-win)
|
||||
|
||||
### Functions
|
||||
|
||||
* [addDefaultErrorHandler](globals.md#adddefaulterrorhandler)
|
||||
* [checkIfNapiExternal](globals.md#checkifnapiexternal)
|
||||
* [checkIfNativeElement](globals.md#checkifnativeelement)
|
||||
* [main](globals.md#main)
|
||||
@ -336,7 +363,13 @@ ___
|
||||
|
||||
### QAbstractScrollAreaSignals
|
||||
|
||||
Ƭ **QAbstractScrollAreaSignals**: *[QWidgetSignals](interfaces/qwidgetsignals.md)*
|
||||
Ƭ **QAbstractScrollAreaSignals**: *[QFrameSignals](globals.md#qframesignals)*
|
||||
|
||||
___
|
||||
|
||||
### QApplicationSignals
|
||||
|
||||
Ƭ **QApplicationSignals**: *[QObjectSignals](interfaces/qobjectsignals.md)*
|
||||
|
||||
___
|
||||
|
||||
@ -346,27 +379,21 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### QCheckBoxSignals
|
||||
|
||||
Ƭ **QCheckBoxSignals**: *[QAbstractButtonSignals](interfaces/qabstractbuttonsignals.md)*
|
||||
|
||||
___
|
||||
|
||||
### QDialSignals
|
||||
|
||||
Ƭ **QDialSignals**: *[QAbstractSliderSignals](interfaces/qabstractslidersignals.md)*
|
||||
|
||||
___
|
||||
|
||||
### QGridLayoutSignals
|
||||
### QFrameSignals
|
||||
|
||||
Ƭ **QGridLayoutSignals**: *[QLayoutSignals](globals.md#qlayoutsignals)*
|
||||
Ƭ **QFrameSignals**: *[QWidgetSignals](interfaces/qwidgetsignals.md)*
|
||||
|
||||
___
|
||||
|
||||
### QLabelSignals
|
||||
### QGridLayoutSignals
|
||||
|
||||
Ƭ **QLabelSignals**: *[QWidgetSignals](interfaces/qwidgetsignals.md)*
|
||||
Ƭ **QGridLayoutSignals**: *[QLayoutSignals](globals.md#qlayoutsignals)*
|
||||
|
||||
___
|
||||
|
||||
@ -412,12 +439,24 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### QScrollBarSignals
|
||||
|
||||
Ƭ **QScrollBarSignals**: *[QAbstractSliderSignals](interfaces/qabstractslidersignals.md)*
|
||||
|
||||
___
|
||||
|
||||
### QSliderSignals
|
||||
|
||||
Ƭ **QSliderSignals**: *[QAbstractSliderSignals](interfaces/qabstractslidersignals.md)*
|
||||
|
||||
___
|
||||
|
||||
### QTableViewSignals
|
||||
|
||||
Ƭ **QTableViewSignals**: *[QAbstractItemViewSignals](interfaces/qabstractitemviewsignals.md)*
|
||||
|
||||
___
|
||||
|
||||
### QVariantType
|
||||
|
||||
Ƭ **QVariantType**: *[NativeElement](globals.md#nativeelement) | string | number | boolean*
|
||||
@ -442,18 +481,63 @@ ___
|
||||
|
||||
___
|
||||
|
||||
### `Const` center
|
||||
|
||||
• **center**: *[QWidget](classes/qwidget.md)‹›* = new QWidget()
|
||||
|
||||
___
|
||||
|
||||
### `Const` getBtn
|
||||
|
||||
• **getBtn**: *[QPushButton](classes/qpushbutton.md)‹›* = new QPushButton()
|
||||
|
||||
___
|
||||
|
||||
### `Const` label
|
||||
|
||||
• **label**: *[QLabel](classes/qlabel.md)‹›* = new QLabel()
|
||||
|
||||
___
|
||||
|
||||
### `Const` setBtn
|
||||
|
||||
• **setBtn**: *[QPushButton](classes/qpushbutton.md)‹›* = new QPushButton()
|
||||
|
||||
___
|
||||
|
||||
### `Const` testImagePath
|
||||
|
||||
• **testImagePath**: *string* = path.resolve(__dirname, 'assets', 'nodegui.png')
|
||||
|
||||
___
|
||||
|
||||
### `Const` textInput
|
||||
|
||||
• **textInput**: *[QLineEdit](classes/qlineedit.md)‹›* = new QLineEdit()
|
||||
|
||||
___
|
||||
|
||||
### `Const` win
|
||||
|
||||
• **win**: *[QMainWindow](classes/qmainwindow.md)‹›* = new QMainWindow()
|
||||
|
||||
## Functions
|
||||
|
||||
### addDefaultErrorHandler
|
||||
|
||||
▸ **addDefaultErrorHandler**(`native`: [NativeElement](globals.md#nativeelement), `emitter`: EventEmitter): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`native` | [NativeElement](globals.md#nativeelement) |
|
||||
`emitter` | EventEmitter |
|
||||
|
||||
**Returns:** *void*
|
||||
|
||||
___
|
||||
|
||||
### checkIfNapiExternal
|
||||
|
||||
▸ **checkIfNapiExternal**(`arg`: any): *boolean*
|
||||
|
||||
@ -10,6 +10,8 @@ sidebar_label: "QAbstractButtonSignals"
|
||||
|
||||
↳ **QAbstractButtonSignals**
|
||||
|
||||
↳ [QCheckBoxSignals](qcheckboxsignals.md)
|
||||
|
||||
↳ [QToolButtonSignals](qtoolbuttonsignals.md)
|
||||
|
||||
## Index
|
||||
|
||||
@ -12,6 +12,8 @@ sidebar_label: "QAbstractSpinBoxSignals"
|
||||
|
||||
↳ [QDateTimeEditSignals](qdatetimeeditsignals.md)
|
||||
|
||||
↳ [QSpinBoxSignals](qspinboxsignals.md)
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
176
website/docs/api/generated/interfaces/qcheckboxsignals.md
Normal file
176
website/docs/api/generated/interfaces/qcheckboxsignals.md
Normal file
@ -0,0 +1,176 @@
|
||||
---
|
||||
id: "qcheckboxsignals"
|
||||
title: "QCheckBoxSignals"
|
||||
sidebar_label: "QCheckBoxSignals"
|
||||
---
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QAbstractButtonSignals](qabstractbuttonsignals.md)
|
||||
|
||||
↳ **QCheckBoxSignals**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [clicked](qcheckboxsignals.md#clicked)
|
||||
* [customContextMenuRequested](qcheckboxsignals.md#customcontextmenurequested)
|
||||
* [objectNameChanged](qcheckboxsignals.md#objectnamechanged)
|
||||
* [pressed](qcheckboxsignals.md#pressed)
|
||||
* [released](qcheckboxsignals.md#released)
|
||||
* [stateChanged](qcheckboxsignals.md#statechanged)
|
||||
* [toggled](qcheckboxsignals.md#toggled)
|
||||
* [windowIconChanged](qcheckboxsignals.md#windowiconchanged)
|
||||
* [windowTitleChanged](qcheckboxsignals.md#windowtitlechanged)
|
||||
|
||||
## Properties
|
||||
|
||||
### clicked
|
||||
|
||||
• **clicked**: *function*
|
||||
|
||||
*Inherited from [QAbstractButtonSignals](qabstractbuttonsignals.md).[clicked](qabstractbuttonsignals.md#clicked)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`checked`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`checked` | boolean |
|
||||
|
||||
___
|
||||
|
||||
### 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 |
|
||||
|
||||
___
|
||||
|
||||
### pressed
|
||||
|
||||
• **pressed**: *function*
|
||||
|
||||
*Inherited from [QAbstractButtonSignals](qabstractbuttonsignals.md).[pressed](qabstractbuttonsignals.md#pressed)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (): *void*
|
||||
|
||||
___
|
||||
|
||||
### released
|
||||
|
||||
• **released**: *function*
|
||||
|
||||
*Inherited from [QAbstractButtonSignals](qabstractbuttonsignals.md).[released](qabstractbuttonsignals.md#released)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (): *void*
|
||||
|
||||
___
|
||||
|
||||
### stateChanged
|
||||
|
||||
• **stateChanged**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`state`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`state` | number |
|
||||
|
||||
___
|
||||
|
||||
### toggled
|
||||
|
||||
• **toggled**: *function*
|
||||
|
||||
*Inherited from [QAbstractButtonSignals](qabstractbuttonsignals.md).[toggled](qabstractbuttonsignals.md#toggled)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`checked`: boolean): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`checked` | 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 |
|
||||
@ -14,6 +14,8 @@ sidebar_label: "QDialogSignals"
|
||||
|
||||
↳ [QMessageBoxSignals](qmessageboxsignals.md)
|
||||
|
||||
↳ [QInputDialogSignals](qinputdialogsignals.md)
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
242
website/docs/api/generated/interfaces/qinputdialogsignals.md
Normal file
242
website/docs/api/generated/interfaces/qinputdialogsignals.md
Normal file
@ -0,0 +1,242 @@
|
||||
---
|
||||
id: "qinputdialogsignals"
|
||||
title: "QInputDialogSignals"
|
||||
sidebar_label: "QInputDialogSignals"
|
||||
---
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QDialogSignals](qdialogsignals.md)
|
||||
|
||||
↳ **QInputDialogSignals**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [accepted](qinputdialogsignals.md#accepted)
|
||||
* [customContextMenuRequested](qinputdialogsignals.md#customcontextmenurequested)
|
||||
* [doubleValueChanged](qinputdialogsignals.md#doublevaluechanged)
|
||||
* [doubleValueSelected](qinputdialogsignals.md#doublevalueselected)
|
||||
* [finished](qinputdialogsignals.md#finished)
|
||||
* [intValueChanged](qinputdialogsignals.md#intvaluechanged)
|
||||
* [intValueSelected](qinputdialogsignals.md#intvalueselected)
|
||||
* [objectNameChanged](qinputdialogsignals.md#objectnamechanged)
|
||||
* [rejected](qinputdialogsignals.md#rejected)
|
||||
* [textValueChanged](qinputdialogsignals.md#textvaluechanged)
|
||||
* [textValueSelected](qinputdialogsignals.md#textvalueselected)
|
||||
* [windowIconChanged](qinputdialogsignals.md#windowiconchanged)
|
||||
* [windowTitleChanged](qinputdialogsignals.md#windowtitlechanged)
|
||||
|
||||
## Properties
|
||||
|
||||
### accepted
|
||||
|
||||
• **accepted**: *function*
|
||||
|
||||
*Inherited from [QDialogSignals](qdialogsignals.md).[accepted](qdialogsignals.md#accepted)*
|
||||
|
||||
#### 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 |
|
||||
|
||||
___
|
||||
|
||||
### doubleValueChanged
|
||||
|
||||
• **doubleValueChanged**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`value`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`value` | number |
|
||||
|
||||
___
|
||||
|
||||
### doubleValueSelected
|
||||
|
||||
• **doubleValueSelected**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`value`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`value` | number |
|
||||
|
||||
___
|
||||
|
||||
### finished
|
||||
|
||||
• **finished**: *function*
|
||||
|
||||
*Inherited from [QDialogSignals](qdialogsignals.md).[finished](qdialogsignals.md#finished)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`result`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`result` | number |
|
||||
|
||||
___
|
||||
|
||||
### intValueChanged
|
||||
|
||||
• **intValueChanged**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`value`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`value` | number |
|
||||
|
||||
___
|
||||
|
||||
### intValueSelected
|
||||
|
||||
• **intValueSelected**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`value`: number): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`value` | number |
|
||||
|
||||
___
|
||||
|
||||
### objectNameChanged
|
||||
|
||||
• **objectNameChanged**: *function*
|
||||
|
||||
*Inherited from [QObjectSignals](qobjectsignals.md).[objectNameChanged](qobjectsignals.md#objectnamechanged)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`objectName`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`objectName` | string |
|
||||
|
||||
___
|
||||
|
||||
### rejected
|
||||
|
||||
• **rejected**: *function*
|
||||
|
||||
*Inherited from [QDialogSignals](qdialogsignals.md).[rejected](qdialogsignals.md#rejected)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (): *void*
|
||||
|
||||
___
|
||||
|
||||
### textValueChanged
|
||||
|
||||
• **textValueChanged**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`text`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
|
||||
___
|
||||
|
||||
### textValueSelected
|
||||
|
||||
• **textValueSelected**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`text`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`text` | string |
|
||||
|
||||
___
|
||||
|
||||
### 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 |
|
||||
129
website/docs/api/generated/interfaces/qlabelsignals.md
Normal file
129
website/docs/api/generated/interfaces/qlabelsignals.md
Normal file
@ -0,0 +1,129 @@
|
||||
---
|
||||
id: "qlabelsignals"
|
||||
title: "QLabelSignals"
|
||||
sidebar_label: "QLabelSignals"
|
||||
---
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QWidgetSignals](qwidgetsignals.md)
|
||||
|
||||
↳ **QLabelSignals**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [customContextMenuRequested](qlabelsignals.md#customcontextmenurequested)
|
||||
* [linkActivated](qlabelsignals.md#linkactivated)
|
||||
* [linkHovered](qlabelsignals.md#linkhovered)
|
||||
* [objectNameChanged](qlabelsignals.md#objectnamechanged)
|
||||
* [windowIconChanged](qlabelsignals.md#windowiconchanged)
|
||||
* [windowTitleChanged](qlabelsignals.md#windowtitlechanged)
|
||||
|
||||
## Properties
|
||||
|
||||
### 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 |
|
||||
|
||||
___
|
||||
|
||||
### linkActivated
|
||||
|
||||
• **linkActivated**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`link`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`link` | string |
|
||||
|
||||
___
|
||||
|
||||
### linkHovered
|
||||
|
||||
• **linkHovered**: *function*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`link`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`link` | string |
|
||||
|
||||
___
|
||||
|
||||
### objectNameChanged
|
||||
|
||||
• **objectNameChanged**: *function*
|
||||
|
||||
*Inherited from [QObjectSignals](qobjectsignals.md).[objectNameChanged](qobjectsignals.md#objectnamechanged)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (`objectName`: string): *void*
|
||||
|
||||
**Parameters:**
|
||||
|
||||
Name | Type |
|
||||
------ | ------ |
|
||||
`objectName` | string |
|
||||
|
||||
___
|
||||
|
||||
### 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 |
|
||||
@ -6,7 +6,7 @@ sidebar_label: "QSpinBoxSignals"
|
||||
|
||||
## Hierarchy
|
||||
|
||||
↳ [QWidgetSignals](qwidgetsignals.md)
|
||||
↳ [QAbstractSpinBoxSignals](qabstractspinboxsignals.md)
|
||||
|
||||
↳ **QSpinBoxSignals**
|
||||
|
||||
@ -15,6 +15,7 @@ sidebar_label: "QSpinBoxSignals"
|
||||
### Properties
|
||||
|
||||
* [customContextMenuRequested](qspinboxsignals.md#customcontextmenurequested)
|
||||
* [editingFinished](qspinboxsignals.md#editingfinished)
|
||||
* [objectNameChanged](qspinboxsignals.md#objectnamechanged)
|
||||
* [valueChanged](qspinboxsignals.md#valuechanged)
|
||||
* [windowIconChanged](qspinboxsignals.md#windowiconchanged)
|
||||
@ -43,6 +44,18 @@ Name | Type |
|
||||
|
||||
___
|
||||
|
||||
### editingFinished
|
||||
|
||||
• **editingFinished**: *function*
|
||||
|
||||
*Inherited from [QAbstractSpinBoxSignals](qabstractspinboxsignals.md).[editingFinished](qabstractspinboxsignals.md#editingfinished)*
|
||||
|
||||
#### Type declaration:
|
||||
|
||||
▸ (): *void*
|
||||
|
||||
___
|
||||
|
||||
### objectNameChanged
|
||||
|
||||
• **objectNameChanged**: *function*
|
||||
|
||||
@ -20,6 +20,8 @@ sidebar_label: "QWidgetSignals"
|
||||
|
||||
↳ [QCalendarWidgetSignals](qcalendarwidgetsignals.md)
|
||||
|
||||
↳ [QLabelSignals](qlabelsignals.md)
|
||||
|
||||
↳ [QDialogSignals](qdialogsignals.md)
|
||||
|
||||
↳ [QLineEditSignals](qlineeditsignals.md)
|
||||
@ -30,8 +32,6 @@ sidebar_label: "QWidgetSignals"
|
||||
|
||||
↳ [QComboBoxSignals](qcomboboxsignals.md)
|
||||
|
||||
↳ [QSpinBoxSignals](qspinboxsignals.md)
|
||||
|
||||
↳ [QStackedWidgetSignals](qstackedwidgetsignals.md)
|
||||
|
||||
↳ [QTabWidgetSignals](qtabwidgetsignals.md)
|
||||
|
||||
@ -4,9 +4,12 @@ module.exports = {
|
||||
"api/generated/classes/component",
|
||||
"api/generated/classes/eventwidget",
|
||||
"api/generated/classes/flexlayout",
|
||||
"api/generated/classes/nodedatetimeedit",
|
||||
"api/generated/classes/nodedialog",
|
||||
"api/generated/classes/nodeframe",
|
||||
"api/generated/classes/nodelayout",
|
||||
"api/generated/classes/nodeobject",
|
||||
"api/generated/classes/nodetableview",
|
||||
"api/generated/classes/nodewidget",
|
||||
"api/generated/classes/qabstractbutton",
|
||||
"api/generated/classes/qabstractitemview",
|
||||
@ -32,9 +35,11 @@ module.exports = {
|
||||
"api/generated/classes/qfiledialog",
|
||||
"api/generated/classes/qfont",
|
||||
"api/generated/classes/qfontdatabase",
|
||||
"api/generated/classes/qframe",
|
||||
"api/generated/classes/qgridlayout",
|
||||
"api/generated/classes/qgroupbox",
|
||||
"api/generated/classes/qicon",
|
||||
"api/generated/classes/qinputdialog",
|
||||
"api/generated/classes/qkeyevent",
|
||||
"api/generated/classes/qkeysequence",
|
||||
"api/generated/classes/qlabel",
|
||||
@ -50,6 +55,7 @@ module.exports = {
|
||||
"api/generated/classes/qmovie",
|
||||
"api/generated/classes/qobject",
|
||||
"api/generated/classes/qpainter",
|
||||
"api/generated/classes/qpicture",
|
||||
"api/generated/classes/qpixmap",
|
||||
"api/generated/classes/qplaintextedit",
|
||||
"api/generated/classes/qpoint",
|
||||
@ -58,6 +64,8 @@ module.exports = {
|
||||
"api/generated/classes/qradiobutton",
|
||||
"api/generated/classes/qrect",
|
||||
"api/generated/classes/qscrollarea",
|
||||
"api/generated/classes/qscrollbar",
|
||||
"api/generated/classes/qsettings",
|
||||
"api/generated/classes/qshortcut",
|
||||
"api/generated/classes/qsize",
|
||||
"api/generated/classes/qslider",
|
||||
@ -67,6 +75,7 @@ module.exports = {
|
||||
"api/generated/classes/qstyle",
|
||||
"api/generated/classes/qsystemtrayicon",
|
||||
"api/generated/classes/qtabwidget",
|
||||
"api/generated/classes/qtableview",
|
||||
"api/generated/classes/qtablewidget",
|
||||
"api/generated/classes/qtablewidgetitem",
|
||||
"api/generated/classes/qtime",
|
||||
@ -129,11 +138,12 @@ module.exports = {
|
||||
"api/generated/enums/globalcolor",
|
||||
"api/generated/enums/hittestaccuracy",
|
||||
"api/generated/enums/horizontalheaderformat",
|
||||
"api/generated/enums/icon",
|
||||
"api/generated/enums/imageconversionflag",
|
||||
"api/generated/enums/imagereadererror",
|
||||
"api/generated/enums/inputdialogoptions",
|
||||
"api/generated/enums/inputmethodhint",
|
||||
"api/generated/enums/inputmethodquery",
|
||||
"api/generated/enums/inputmode",
|
||||
"api/generated/enums/insertpolicy",
|
||||
"api/generated/enums/itemdatarole",
|
||||
"api/generated/enums/itemflag",
|
||||
@ -164,6 +174,10 @@ module.exports = {
|
||||
"api/generated/enums/qfontweight",
|
||||
"api/generated/enums/qiconmode",
|
||||
"api/generated/enums/qiconstate",
|
||||
"api/generated/enums/qmessageboxicon",
|
||||
"api/generated/enums/qprogressbardirection",
|
||||
"api/generated/enums/qsettingsformat",
|
||||
"api/generated/enums/qsettingsscope",
|
||||
"api/generated/enums/qstylepixelmetric",
|
||||
"api/generated/enums/qsystemtrayiconactivationreason",
|
||||
"api/generated/enums/qtextoptionwrapmode",
|
||||
@ -178,13 +192,15 @@ module.exports = {
|
||||
"api/generated/enums/selectionmode",
|
||||
"api/generated/enums/sequenceformat",
|
||||
"api/generated/enums/sequencematch",
|
||||
"api/generated/enums/shadow",
|
||||
"api/generated/enums/shape",
|
||||
"api/generated/enums/shortcutcontext",
|
||||
"api/generated/enums/sizeadjustpolicy",
|
||||
"api/generated/enums/sizehint",
|
||||
"api/generated/enums/sizemode",
|
||||
"api/generated/enums/slideraction",
|
||||
"api/generated/enums/sortorder",
|
||||
"api/generated/enums/standardbutton",
|
||||
"api/generated/enums/steptype",
|
||||
"api/generated/enums/systemfont",
|
||||
"api/generated/enums/tabfocusbehavior",
|
||||
"api/generated/enums/tabposition",
|
||||
@ -221,11 +237,14 @@ module.exports = {
|
||||
"api/generated/interfaces/qactionsignals",
|
||||
"api/generated/interfaces/qbuttongroupsignals",
|
||||
"api/generated/interfaces/qcalendarwidgetsignals",
|
||||
"api/generated/interfaces/qcheckboxsignals",
|
||||
"api/generated/interfaces/qcomboboxsignals",
|
||||
"api/generated/interfaces/qdatetimeeditsignals",
|
||||
"api/generated/interfaces/qdialogsignals",
|
||||
"api/generated/interfaces/qfiledialogsignals",
|
||||
"api/generated/interfaces/qgroupboxsignals",
|
||||
"api/generated/interfaces/qinputdialogsignals",
|
||||
"api/generated/interfaces/qlabelsignals",
|
||||
"api/generated/interfaces/qlineeditsignals",
|
||||
"api/generated/interfaces/qlistwidgetsignals",
|
||||
"api/generated/interfaces/qmessageboxsignals",
|
||||
|
||||
1
website/docusaurus.config.js
Executable file → Normal file
1
website/docusaurus.config.js
Executable file → Normal file
@ -81,6 +81,7 @@ module.exports = {
|
||||
{
|
||||
docs: {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
editUrl: 'https://github.com/nodegui/nodegui/edit/master/website/',
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
||||
61
website/package.json
Executable file → Normal file
61
website/package.json
Executable file → Normal file
@ -1,33 +1,32 @@
|
||||
{
|
||||
"name": "nodegui",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"start": "docusaurus start",
|
||||
"build": "docusaurus build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-alpha.24",
|
||||
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.23",
|
||||
"@docusaurus/preset-classic": "^2.0.0-alpha.24",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"styled-components": "^4.4.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
"name": "nodegui",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "docusaurus start",
|
||||
"build": "docusaurus build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-alpha.48",
|
||||
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.48",
|
||||
"@docusaurus/preset-classic": "^2.0.0-alpha.48",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"styled-components": "^4.4.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
0
website/sidebars.js
Executable file → Normal file
0
website/sidebars.js
Executable file → Normal file
36
website/src/css/custom.css
Executable file → Normal file
36
website/src/css/custom.css
Executable file → Normal file
@ -6,29 +6,37 @@
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #0195a5;
|
||||
--ifm-color-primary-dark: rgb(2, 117, 129);
|
||||
--ifm-color-primary-darker: rgb(2, 94, 104);
|
||||
--ifm-color-primary-darkest: rgb(1, 61, 68);
|
||||
--ifm-color-primary-light: #0299aa;
|
||||
--ifm-color-primary-lighter: #03b5c9;
|
||||
--ifm-color-primary-lightest: #04d4eb;
|
||||
--ifm-color-primary: #0195a5;
|
||||
--ifm-color-primary-dark: rgb(2, 117, 129);
|
||||
--ifm-color-primary-darker: rgb(2, 94, 104);
|
||||
--ifm-color-primary-darkest: rgb(1, 61, 68);
|
||||
--ifm-color-primary-light: #0299aa;
|
||||
--ifm-color-primary-lighter: #03b5c9;
|
||||
--ifm-color-primary-lightest: #04d4eb;
|
||||
--ifm-code-font-size: 95%;
|
||||
|
||||
/* Navbar*/
|
||||
/* Navbar*/
|
||||
|
||||
--ifm-navbar-background-color: rgb(51, 54, 59);
|
||||
--ifm-navbar-link-color: white;
|
||||
--ifm-navbar-background-color: rgb(51, 54, 59);
|
||||
--ifm-navbar-link-color: white;
|
||||
}
|
||||
|
||||
.navbar__sidebar__items .menu__list-item .menu__link {
|
||||
color: white;
|
||||
color: white;
|
||||
}
|
||||
.navbar__toggle {
|
||||
color: white;
|
||||
color: white;
|
||||
}
|
||||
.contents .contents__link {
|
||||
color: var(--ifm-font-base-color);
|
||||
color: var(--ifm-font-base-color);
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
.docusaurus-highlight-code-line {
|
||||
background-color: rgb(72, 77, 91);
|
||||
display: block;
|
||||
margin: 0 calc(-1 * var(--ifm-pre-padding));
|
||||
padding: 0 var(--ifm-pre-padding);
|
||||
}
|
||||
|
||||
@ -1,32 +1,32 @@
|
||||
import React from "react";
|
||||
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
|
||||
import Layout from "@theme/Layout";
|
||||
import { Try } from "../components/Try";
|
||||
import { Hero } from "../components/Hero";
|
||||
import { Features } from "../components/Features";
|
||||
import { CreateNativeApps } from "../components/CreateNativeApps";
|
||||
import { CodeExample } from "../components/CodeExample";
|
||||
import { Talks } from "../components/Talks";
|
||||
import React from 'react';
|
||||
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
||||
import Layout from '@theme/Layout';
|
||||
import { Try } from '../components/Try';
|
||||
import { Hero } from '../components/Hero';
|
||||
import { Features } from '../components/Features';
|
||||
import { CreateNativeApps } from '../components/CreateNativeApps';
|
||||
import { CodeExample } from '../components/CodeExample';
|
||||
import { Talks } from '../components/Talks';
|
||||
|
||||
import "./styles.module.css";
|
||||
import './styles.module.css';
|
||||
|
||||
function Home() {
|
||||
const context = useDocusaurusContext();
|
||||
const { siteConfig = {} } = context;
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Build performant, native and cross-platform desktop applications with JavaScript and CSS 🚀"
|
||||
>
|
||||
<Hero />
|
||||
<main>
|
||||
<Features />
|
||||
<CreateNativeApps />
|
||||
<CodeExample />
|
||||
<Try />
|
||||
<Talks />
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
const context = useDocusaurusContext();
|
||||
const { siteConfig = {} } = context;
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Build performant, native and cross-platform desktop applications with JavaScript and CSS 🚀"
|
||||
>
|
||||
<Hero />
|
||||
<main>
|
||||
<Features />
|
||||
<CreateNativeApps />
|
||||
<CodeExample />
|
||||
<Try />
|
||||
<Talks />
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
export default Home;
|
||||
|
||||
1
website/src/pages/styles.module.css
Executable file → Normal file
1
website/src/pages/styles.module.css
Executable file → Normal file
@ -1,3 +1,4 @@
|
||||
/* stylelint-disable docusaurus/copyright-header */
|
||||
/**
|
||||
* CSS files with the .module.css suffix will be treated as CSS modules
|
||||
* and scoped locally.
|
||||
|
||||
3087
website/yarn.lock
3087
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user