Skip to main content

QFontDialog

Create and control font dialogs.

This class is a JS wrapper around Qt's QFontDialog class

The QFontDialog class provides a dialog widget for selecting a font.

Example

const { QFontDialog } = require("@nodegui/nodegui");

const fontDialog = new QFontDialog();
fontDialog.exec();
const font = fontDialog.currentFont();
console.log(font);

Hierarchy

QDialogQFontDialogSignals

QFontDialog

Index

Constructors

Properties

Methods

Constructors

constructor

+ new QFontDialog(arg?: QWidgetQWidgetSignals› | NativeElement): QFontDialog

Overrides QDialog.constructor

Parameters:

NameType
arg?QWidgetQWidgetSignals› | NativeElement

Returns: QFontDialog

Properties

_rawInlineStyle

_rawInlineStyle: string

Inherited from QMenu._rawInlineStyle


native

native: NativeElement | null

Inherited from Component.native


type

type: string

Inherited from QMenu.type

Methods

_id

_id(): number

Inherited from QObject._id

Get an ID identifying the underlying C++ object.

This can be useful when debugging memory problems with help from setLogCreateQObject() and setLogDestroyQObject(). The number is hash of the memory address of the C++ object.

Returns: number

a unique number which is valid for the lifetime of the C++ object.


accept

accept(): void

Inherited from QDialog.accept

Returns: void


acceptDrops

acceptDrops(): boolean

Inherited from QMenu.acceptDrops

Returns: boolean


accessibleDescription

accessibleDescription(): string

Inherited from QMenu.accessibleDescription

Returns: string


accessibleName

accessibleName(): string

Inherited from QMenu.accessibleName

Returns: string


activateWindow

activateWindow(): void

Inherited from QMenu.activateWindow

Returns: void


addAction

addAction(action: QAction | string): QAction

Inherited from QMenu.addAction

Parameters:

NameType
actionQAction | string

Returns: QAction


addEventListener

addEventListenerSignalType›(signalType: SignalType, callback: QFontDialogSignals[SignalType], options?: EventListenerOptions): void

Inherited from EventWidget.addEventListener

Type parameters:

SignalType: keyof QFontDialogSignals

Parameters:

NameTypeDescription
signalTypeSignalTypeSignalType is a signal from the widgets signals interface.
callbackQFontDialogSignals[SignalType]Corresponding callback for the signal as mentioned in the widget's signal interface
options?EventListenerOptionsExtra optional options controlling how this event listener is added.

Returns: void

void

For example in the case of QPushButton:

const button = new QPushButton();
button.addEventListener('clicked',(checked)=>console.log("clicked"));
// here clicked is a value from QPushButtonSignals interface

addEventListener(eventType: WidgetEventTypes, callback: function, options?: EventListenerOptions): void

Inherited from EventWidget.addEventListener

Parameters:

eventType: WidgetEventTypes

callback: function

▸ (event?: NativeRawPointer‹"QEvent"›): void

Parameters:

NameType
event?NativeRawPointer‹"QEvent"›

Optional options: EventListenerOptions

Extra optional options controlling how this event listener is added.

For example in the case of QPushButton:

const button = new QPushButton();
button.addEventListener(WidgetEventTypes.HoverEnter,()=>console.log("hovered"));

Returns: void


adjustSize

adjustSize(): void

Inherited from QMenu.adjustSize

Returns: void


autoFillBackground

autoFillBackground(): boolean

Inherited from QMenu.autoFillBackground

Returns: boolean


baseSize

baseSize(): QSize

Inherited from QMenu.baseSize

Returns: QSize


childAt

childAt(x: number, y: number): QWidget

Inherited from QMenu.childAt

Parameters:

NameType
xnumber
ynumber

Returns: QWidget


children

children(): QObject[]

Inherited from QObject.children

Returns: QObject[]


childrenRect

childrenRect(): QRect

Inherited from QMenu.childrenRect

Returns: QRect


clearFocus

clearFocus(): void

Inherited from QMenu.clearFocus

Returns: void


clearMask

clearMask(): void

Inherited from QMenu.clearMask

Returns: void


close

close(): boolean

Inherited from QMenu.close

Returns: boolean


colorCount

colorCount(): number

Inherited from QMenu.colorCount

Returns: number


contentsRect

contentsRect(): QRect

Inherited from QMenu.contentsRect

Returns: QRect


contextMenuPolicy

contextMenuPolicy(): ContextMenuPolicy

Inherited from QMenu.contextMenuPolicy

Returns: ContextMenuPolicy


currentFont

currentFont(): QFont

Returns: QFont


delete

delete(): void

Inherited from QObject.delete

Returns: void


deleteLater

deleteLater(): void

Inherited from QObject.deleteLater

Returns: void


depth

depth(): number

Inherited from QMenu.depth

Returns: number


devicePixelRatio

devicePixelRatio(): number

Inherited from QMenu.devicePixelRatio

Returns: number


devicePixelRatioF

devicePixelRatioF(): number

Inherited from QMenu.devicePixelRatioF

Returns: number


done

done(r: number): void

Inherited from QDialog.done

Parameters:

NameType
rnumber

Returns: void


dumpObjectInfo

dumpObjectInfo(): void

Inherited from QObject.dumpObjectInfo

Returns: void


dumpObjectTree

dumpObjectTree(): void

Inherited from QObject.dumpObjectTree

Returns: void


ensurePolished

ensurePolished(): void

Inherited from QMenu.ensurePolished

Returns: void


eventProcessed

eventProcessed(): boolean

Inherited from EventWidget.eventProcessed

Get the state of the event processed flag

See setEventProcessed().

Returns: boolean

boolean True if the current event is flagged as processed.


exec

exec(): DialogCode

Inherited from QDialog.exec

Returns: DialogCode


focusProxy

focusProxy(): QWidget

Inherited from QMenu.focusProxy

Returns: QWidget


focusWidget

focusWidget(): QWidget

Inherited from QMenu.focusWidget

Returns: QWidget


font

font(): QFont

Inherited from QMenu.font

Returns: QFont


frameGeometry

frameGeometry(): QRect

Inherited from QMenu.frameGeometry

Returns: QRect


frameSize

frameSize(): QSize

Inherited from QMenu.frameSize

Returns: QSize


geometry

geometry(): QRect

Inherited from QMenu.geometry

Returns: QRect


getFlexNode

getFlexNode(): FlexNode

Inherited from YogaWidget.getFlexNode

Returns: FlexNode


grab

grab(rect?: QRect): QPixmap

Inherited from QMenu.grab

Parameters:

NameType
rect?QRect

Returns: QPixmap


grabKeyboard

grabKeyboard(): void

Inherited from QMenu.grabKeyboard

Returns: void


grabMouse

grabMouse(): void

Inherited from QMenu.grabMouse

Returns: void


hasFocus

hasFocus(): boolean

Inherited from QMenu.hasFocus

Returns: boolean


hasHeightForWidth

hasHeightForWidth(): boolean

Inherited from QMenu.hasHeightForWidth

Returns: boolean


hasMouseTracking

hasMouseTracking(): boolean

Inherited from QMenu.hasMouseTracking

Returns: boolean


hasTabletTracking

hasTabletTracking(): boolean

Inherited from QMenu.hasTabletTracking

Returns: boolean


height

height(): number

Inherited from QMenu.height

Returns: number


heightForWidth

heightForWidth(w: number): number

Inherited from QMenu.heightForWidth

Parameters:

NameType
wnumber

Returns: number


heightMM

heightMM(): number

Inherited from QMenu.heightMM

Returns: number


hide

hide(): void

Inherited from QMenu.hide

Returns: void


inherits

inherits(className: string): boolean

Inherited from QObject.inherits

Parameters:

NameType
classNamestring

Returns: boolean


inputMethodHints

inputMethodHints(): number

Inherited from QMenu.inputMethodHints

Returns: number


isActiveWindow

isActiveWindow(): boolean

Inherited from QMenu.isActiveWindow

Returns: boolean


isAncestorOf

isAncestorOf(child: QWidget): boolean

Inherited from QMenu.isAncestorOf

Parameters:

NameType
childQWidget

Returns: boolean


isEnabled

isEnabled(): boolean

Inherited from QMenu.isEnabled

Returns: boolean


isEnabledTo

isEnabledTo(ancestor: QWidget): boolean

Inherited from QMenu.isEnabledTo

Parameters:

NameType
ancestorQWidget

Returns: boolean


isFullScreen

isFullScreen(): boolean

Inherited from QMenu.isFullScreen

Returns: boolean


isHidden

isHidden(): boolean

Inherited from QMenu.isHidden

Returns: boolean


isMaximized

isMaximized(): boolean

Inherited from QMenu.isMaximized

Returns: boolean


isMinimized

isMinimized(): boolean

Inherited from QMenu.isMinimized

Returns: boolean


isModal

isModal(): boolean

Inherited from QMenu.isModal

Returns: boolean


isSizeGripEnabled

isSizeGripEnabled(): boolean

Inherited from QDialog.isSizeGripEnabled

Returns: boolean


isVisible

isVisible(): boolean

Inherited from QMenu.isVisible

Returns: boolean


isVisibleTo

isVisibleTo(ancestor: QWidget): boolean

Inherited from QMenu.isVisibleTo

Parameters:

NameType
ancestorQWidget

Returns: boolean


isWindow

isWindow(): boolean

Inherited from QMenu.isWindow

Returns: boolean


isWindowModified

isWindowModified(): boolean

Inherited from QMenu.isWindowModified

Returns: boolean


killTimer

killTimer(timerId: number): void

Inherited from QObject.killTimer

Parameters:

NameType
timerIdnumber

Returns: void


layout

layout(): QLayout | null

Inherited from QMenu.layout

Returns: QLayout | null


logicalDpiX

logicalDpiX(): number

Inherited from QMenu.logicalDpiX

Returns: number


logicalDpiY

logicalDpiY(): number

Inherited from QMenu.logicalDpiY

Returns: number


lower

lower(): void

Inherited from QMenu.lower

Returns: void


mapFrom

mapFrom(parent: QWidget, pos: QPoint): QPoint

Inherited from QMenu.mapFrom

Parameters:

NameType
parentQWidget
posQPoint

Returns: QPoint


mapFromGlobal

mapFromGlobal(pos: QPoint): QPoint

Inherited from QMenu.mapFromGlobal

Parameters:

NameType
posQPoint

Returns: QPoint


mapFromParent

mapFromParent(pos: QPoint): QPoint

Inherited from QMenu.mapFromParent

Parameters:

NameType
posQPoint

Returns: QPoint


mapTo

mapTo(parent: QWidget, pos: QPoint): QPoint

Inherited from QMenu.mapTo

Parameters:

NameType
parentQWidget
posQPoint

Returns: QPoint


mapToGlobal

mapToGlobal(pos: QPoint): QPoint

Inherited from QMenu.mapToGlobal

Parameters:

NameType
posQPoint

Returns: QPoint


mapToParent

mapToParent(pos: QPoint): QPoint

Inherited from QMenu.mapToParent

Parameters:

NameType
posQPoint

Returns: QPoint


maximumHeight

maximumHeight(): number

Inherited from QMenu.maximumHeight

Returns: number


maximumSize

maximumSize(): QSize

Inherited from QMenu.maximumSize

Returns: QSize


maximumWidth

maximumWidth(): number

Inherited from QMenu.maximumWidth

Returns: number


minimumHeight

minimumHeight(): number

Inherited from QMenu.minimumHeight

Returns: number


minimumSize

minimumSize(): QSize

Inherited from QMenu.minimumSize

Returns: QSize


minimumSizeHint

minimumSizeHint(): QSize

Inherited from QMenu.minimumSizeHint

Returns: QSize


minimumWidth

minimumWidth(): number

Inherited from QMenu.minimumWidth

Returns: number


move

move(x: number, y: number): void

Inherited from QMenu.move

Parameters:

NameType
xnumber
ynumber

Returns: void


nativeParentWidget

nativeParentWidget(): QWidget

Inherited from QMenu.nativeParentWidget

Returns: QWidget


nextInFocusChain

nextInFocusChain(): QWidget

Inherited from QMenu.nextInFocusChain

Returns: QWidget


normalGeometry

normalGeometry(): QRect

Inherited from QMenu.normalGeometry

Returns: QRect


objectName

objectName(): string

Inherited from QObject.objectName

Returns: string


open

open(): void

Inherited from QDialog.open

Returns: void


options

options(): FontDialogOption

Returns: FontDialogOption


paintingActive

paintingActive(): boolean

Inherited from QMenu.paintingActive

Returns: boolean


parent

parent(): QObject

Inherited from QObject.parent

Returns: QObject


parentWidget

parentWidget(): QWidget

Inherited from QMenu.parentWidget

Returns: QWidget


physicalDpiX

physicalDpiX(): number

Inherited from QMenu.physicalDpiX

Returns: number


physicalDpiY

physicalDpiY(): number

Inherited from QMenu.physicalDpiY

Returns: number


pos

pos(): object

Inherited from QMenu.pos

Returns: object

  • x: number

  • y: number


previousInFocusChain

previousInFocusChain(): QWidget

Inherited from QMenu.previousInFocusChain

Returns: QWidget


property

property(name: string): QVariant

Inherited from QObject.property

Parameters:

NameType
namestring

Returns: QVariant


raise

raise(): void

Inherited from QMenu.raise

Returns: void


rect

rect(): QRect

Inherited from QMenu.rect

Returns: QRect


reject

reject(): void

Inherited from QDialog.reject

Returns: void


releaseKeyboard

releaseKeyboard(): void

Inherited from QMenu.releaseKeyboard

Returns: void


releaseMouse

releaseMouse(): void

Inherited from QMenu.releaseMouse

Returns: void


releaseShortcut

releaseShortcut(id: number): void

Inherited from QMenu.releaseShortcut

Parameters:

NameType
idnumber

Returns: void


removeAction

removeAction(action: QAction): void

Inherited from QMenu.removeAction

Parameters:

NameType
actionQAction

Returns: void


removeEventListener

removeEventListenerSignalType›(signalType: SignalType, callback: QFontDialogSignals[SignalType], options?: EventListenerOptions): void

Inherited from EventWidget.removeEventListener

Type parameters:

SignalType: keyof QFontDialogSignals

Parameters:

NameType
signalTypeSignalType
callbackQFontDialogSignals[SignalType]
options?EventListenerOptions

Returns: void

removeEventListener(eventType: WidgetEventTypes, callback: function, options?: EventListenerOptions): void

Inherited from EventWidget.removeEventListener

Parameters:

eventType: WidgetEventTypes

callback: function

▸ (event?: NativeRawPointer‹"QEvent"›): void

Parameters:

NameType
event?NativeRawPointer‹"QEvent"›

Optional options: EventListenerOptions

Returns: void


repaint

repaint(): void

Inherited from QMenu.repaint

Returns: void


repolish

repolish(): void

Inherited from QMenu.repolish

Returns: void


resize

resize(width: number, height: number): void

Inherited from QMenu.resize

Parameters:

NameType
widthnumber
heightnumber

Returns: void


result

result(): number

Inherited from QDialog.result

Returns: number


selectedFont

selectedFont(): QFont

Returns: QFont


setAcceptDrops

setAcceptDrops(on: boolean): void

Inherited from QMenu.setAcceptDrops

Parameters:

NameType
onboolean

Returns: void


setAccessibleDescription

setAccessibleDescription(description: string): void

Inherited from QMenu.setAccessibleDescription

Parameters:

NameType
descriptionstring

Returns: void


setAccessibleName

setAccessibleName(name: string): void

Inherited from QMenu.setAccessibleName

Parameters:

NameType
namestring

Returns: void


setAttribute

setAttribute(attribute: WidgetAttribute, switchOn: boolean): void

Inherited from QMenu.setAttribute

Parameters:

NameType
attributeWidgetAttribute
switchOnboolean

Returns: void


setAutoFillBackground

setAutoFillBackground(enabled: boolean): void

Inherited from QMenu.setAutoFillBackground

Parameters:

NameType
enabledboolean

Returns: void


setBaseSize

setBaseSize(size: QSize): void

Inherited from QMenu.setBaseSize

Parameters:

NameType
sizeQSize

Returns: void


setContentsMargins

setContentsMargins(left: number, top: number, right: number, bottom: number): void

Inherited from QMenu.setContentsMargins

Parameters:

NameType
leftnumber
topnumber
rightnumber
bottomnumber

Returns: void


setContextMenuPolicy

setContextMenuPolicy(contextMenuPolicy: ContextMenuPolicy): void

Inherited from QMenu.setContextMenuPolicy

Parameters:

NameType
contextMenuPolicyContextMenuPolicy

Returns: void


setCurrentFont

setCurrentFont(font: QFont): void

Parameters:

NameType
fontQFont

Returns: void


setCursor

setCursor(cursor: CursorShape | QCursor): void

Inherited from QMenu.setCursor

Parameters:

NameType
cursorCursorShape | QCursor

Returns: void


setDisabled

setDisabled(disable: boolean): void

Inherited from QMenu.setDisabled

Parameters:

NameType
disableboolean

Returns: void


setEnabled

setEnabled(enabled: boolean): void

Inherited from QMenu.setEnabled

Parameters:

NameType
enabledboolean

Returns: void


setEventProcessed

setEventProcessed(isProcessed: boolean): void

Inherited from EventWidget.setEventProcessed

Mark the current event as having been processed

This method is used to indicate that the currently dispatched event has been processed and no further processing by superclasses is required. It only makes sense to call this method from an event handler.

When set, this flag will cause NodeGui's QObject::event() method to return true and not call the superclass event(), effectively preventing any further processing on this event.

Parameters:

NameTypeDescription
isProcessedbooleantrue if the event has been processed.

Returns: void


setFixedHeight

setFixedHeight(h: number): void

Inherited from QMenu.setFixedHeight

Parameters:

NameType
hnumber

Returns: void


setFixedSize

setFixedSize(width: number, height: number): void

Inherited from QMenu.setFixedSize

Parameters:

NameType
widthnumber
heightnumber

Returns: void


setFixedWidth

setFixedWidth(w: number): void

Inherited from QMenu.setFixedWidth

Parameters:

NameType
wnumber

Returns: void


setFlexNodeSizeControlled

setFlexNodeSizeControlled(isSizeControlled: boolean): void

Inherited from YogaWidget.setFlexNodeSizeControlled

sets whether the widget's size is controlled by someone else (for example a window's size is controlled by its frame when dragged).

Parameters:

NameTypeDescription
isSizeControlledboolean

Returns: void


setFocus

setFocus(reason: FocusReason): void

Inherited from QMenu.setFocus

Parameters:

NameTypeDefault
reasonFocusReasonFocusReason.OtherFocusReason

Returns: void


setFocusPolicy

setFocusPolicy(policy: FocusPolicy): void

Inherited from QMenu.setFocusPolicy

Parameters:

NameType
policyFocusPolicy

Returns: void


setFocusProxy

setFocusProxy(widget: QWidget): void

Inherited from QMenu.setFocusProxy

Parameters:

NameType
widgetQWidget

Returns: void


setFont

setFont(font: QFont): void

Inherited from QMenu.setFont

Parameters:

NameType
fontQFont

Returns: void


setGeometry

setGeometry(x: number, y: number, w: number, h: number): void

Inherited from QMenu.setGeometry

Parameters:

NameType
xnumber
ynumber
wnumber
hnumber

Returns: void


setGraphicsEffect

setGraphicsEffect(effect: QGraphicsEffect‹any›): void

Inherited from QMenu.setGraphicsEffect

Parameters:

NameType
effectQGraphicsEffect‹any›

Returns: void


setHidden

setHidden(hidden: boolean): void

Inherited from QMenu.setHidden

Parameters:

NameType
hiddenboolean

Returns: void


setInlineStyle

setInlineStyle(style: string, postprocess: boolean): void

Inherited from QMenu.setInlineStyle

Parameters:

NameTypeDefault
stylestring-
postprocessbooleantrue

Returns: void


setInputMethodHints

setInputMethodHints(hints: number): void

Inherited from QMenu.setInputMethodHints

Parameters:

NameType
hintsnumber

Returns: void


setLayout

setLayout(layout: QLayout): void

Inherited from QMenu.setLayout

Parameters:

NameType
layoutQLayout

Returns: void


setMaximumHeight

setMaximumHeight(maxh: number): void

Inherited from QMenu.setMaximumHeight

Parameters:

NameType
maxhnumber

Returns: void


setMaximumSize

setMaximumSize(maxw: number, maxh: number): void

Inherited from QMenu.setMaximumSize

Parameters:

NameType
maxwnumber
maxhnumber

Returns: void


setMaximumWidth

setMaximumWidth(maxw: number): void

Inherited from QMenu.setMaximumWidth

Parameters:

NameType
maxwnumber

Returns: void


setMinimumHeight

setMinimumHeight(minh: number): void

Inherited from QMenu.setMinimumHeight

Parameters:

NameType
minhnumber

Returns: void


setMinimumSize

setMinimumSize(minw: number, minh: number): void

Inherited from QMenu.setMinimumSize

Parameters:

NameType
minwnumber
minhnumber

Returns: void


setMinimumWidth

setMinimumWidth(minw: number): void

Inherited from QMenu.setMinimumWidth

Parameters:

NameType
minwnumber

Returns: void


setModal

setModal(modal: boolean): void

Inherited from QDialog.setModal

Parameters:

NameType
modalboolean

Returns: void


setMouseTracking

setMouseTracking(isMouseTracked: boolean): void

Inherited from QMenu.setMouseTracking

Parameters:

NameType
isMouseTrackedboolean

Returns: void


setObjectName

setObjectName(objectName: string): void

Inherited from QMenu.setObjectName

Overrides QObject.setObjectName

Parameters:

NameType
objectNamestring

Returns: void


setOption

setOption(option: FontDialogOption, on: boolean): void

Parameters:

NameTypeDefault
optionFontDialogOption-
onbooleantrue

Returns: void


setOptions

setOptions(options: FontDialogOption): void

Parameters:

NameType
optionsFontDialogOption

Returns: void


setParent

setParent(parent: QObject): void

Inherited from QObject.setParent

Parameters:

NameType
parentQObject

Returns: void


setProperty

setProperty(name: string, value: QVariantType): boolean

Inherited from QObject.setProperty

Parameters:

NameType
namestring
valueQVariantType

Returns: boolean


setResult

setResult(i: number): void

Inherited from QDialog.setResult

Parameters:

NameType
inumber

Returns: void


setShortcutAutoRepeat

setShortcutAutoRepeat(id: number, enable: boolean): void

Inherited from QMenu.setShortcutAutoRepeat

Parameters:

NameTypeDefault
idnumber-
enablebooleantrue

Returns: void


setShortcutEnabled

setShortcutEnabled(id: number, enable: boolean): void

Inherited from QMenu.setShortcutEnabled

Parameters:

NameTypeDefault
idnumber-
enablebooleantrue

Returns: void


setSizeGripEnabled

setSizeGripEnabled(enabled: boolean): void

Inherited from QDialog.setSizeGripEnabled

Parameters:

NameType
enabledboolean

Returns: void


setSizeIncrement

setSizeIncrement(w_or_size: QSize | number, h: number): void

Inherited from QMenu.setSizeIncrement

Parameters:

NameTypeDefault
w_or_sizeQSize | number-
hnumber0

Returns: void


setSizePolicy

setSizePolicy(horizontal: QSizePolicyPolicy, vertical: QSizePolicyPolicy): void

Inherited from QMenu.setSizePolicy

Parameters:

NameType
horizontalQSizePolicyPolicy
verticalQSizePolicyPolicy

Returns: void


setStatusTip

setStatusTip(statusTip: string): void

Inherited from QMenu.setStatusTip

Parameters:

NameType
statusTipstring

Returns: void


setStyleSheet

setStyleSheet(styleSheet: string, postprocess: boolean): void

Inherited from QMenu.setStyleSheet

Parameters:

NameTypeDefault
styleSheetstring-
postprocessbooleantrue

Returns: void


setTabletTracking

setTabletTracking(enable: boolean): void

Inherited from QMenu.setTabletTracking

Parameters:

NameType
enableboolean

Returns: void


setToolTip

setToolTip(text: string): void

Inherited from QMenu.setToolTip

Parameters:

NameType
textstring

Returns: void


setToolTipDuration

setToolTipDuration(msec: number): void

Inherited from QMenu.setToolTipDuration

Parameters:

NameType
msecnumber

Returns: void


setUpdatesEnabled

setUpdatesEnabled(enable: boolean): void

Inherited from QMenu.setUpdatesEnabled

Parameters:

NameType
enableboolean

Returns: void


setVisible

setVisible(visible: boolean): void

Inherited from QMenu.setVisible

Parameters:

NameType
visibleboolean

Returns: void


setWhatsThis

setWhatsThis(whatsThis: string): void

Inherited from QMenu.setWhatsThis

Parameters:

NameType
whatsThisstring

Returns: void


setWindowFilePath

setWindowFilePath(filePath: string): void

Inherited from QMenu.setWindowFilePath

Parameters:

NameType
filePathstring

Returns: void


setWindowFlag

setWindowFlag(windowType: WindowType, switchOn: boolean): void

Inherited from QMenu.setWindowFlag

Parameters:

NameType
windowTypeWindowType
switchOnboolean

Returns: void


setWindowIcon

setWindowIcon(icon: QIcon): void

Inherited from QMenu.setWindowIcon

Parameters:

NameType
iconQIcon

Returns: void


setWindowModified

setWindowModified(modified: boolean): void

Inherited from QMenu.setWindowModified

Parameters:

NameType
modifiedboolean

Returns: void


setWindowOpacity

setWindowOpacity(opacity: number): void

Inherited from QMenu.setWindowOpacity

Parameters:

NameType
opacitynumber

Returns: void


setWindowRole

setWindowRole(role: string): void

Inherited from QMenu.setWindowRole

Parameters:

NameType
rolestring

Returns: void


setWindowState

setWindowState(state: WindowState): void

Inherited from QMenu.setWindowState

Parameters:

NameType
stateWindowState

Returns: void


setWindowTitle

setWindowTitle(title: string): void

Inherited from QMenu.setWindowTitle

Parameters:

NameType
titlestring

Returns: void


show

show(): void

Inherited from QMenu.show

Returns: void


showFullScreen

showFullScreen(): void

Inherited from QMenu.showFullScreen

Returns: void


showMaximized

showMaximized(): void

Inherited from QMenu.showMaximized

Returns: void


showMinimized

showMinimized(): void

Inherited from QMenu.showMinimized

Returns: void


showNormal

showNormal(): void

Inherited from QMenu.showNormal

Returns: void


size

size(): QSize

Inherited from QMenu.size

Returns: QSize


sizeHint

sizeHint(): QSize

Inherited from QMenu.sizeHint

Returns: QSize


sizeIncrement

sizeIncrement(): QSize

Inherited from QMenu.sizeIncrement

Returns: QSize


stackUnder

stackUnder(w: QWidget): void

Inherited from QMenu.stackUnder

Parameters:

NameType
wQWidget

Returns: void


startTimer

startTimer(intervalMS: number, timerType: TimerType): number

Inherited from QObject.startTimer

Parameters:

NameTypeDefault
intervalMSnumber-
timerTypeTimerTypeTimerType.CoarseTimer

Returns: number


statusTip

statusTip(): string

Inherited from QMenu.statusTip

Returns: string


style

style(): QStyle

Inherited from QMenu.style

Returns: QStyle


styleSheet

styleSheet(): string

Inherited from QMenu.styleSheet

Returns: string


testAttribute

testAttribute(attribute: WidgetAttribute): boolean

Inherited from QMenu.testAttribute

Parameters:

NameType
attributeWidgetAttribute

Returns: boolean


testOption

testOption(option: FontDialogOption): boolean

Parameters:

NameType
optionFontDialogOption

Returns: boolean


toolTip

toolTip(): string

Inherited from QMenu.toolTip

Returns: string


toolTipDuration

toolTipDuration(): number

Inherited from QMenu.toolTipDuration

Returns: number


underMouse

underMouse(): boolean

Inherited from QMenu.underMouse

Returns: boolean


unsetCursor

unsetCursor(): void

Inherited from QMenu.unsetCursor

Returns: void


unsetLayoutDirection

unsetLayoutDirection(): void

Inherited from QMenu.unsetLayoutDirection

Returns: void


unsetLocale

unsetLocale(): void

Inherited from QMenu.unsetLocale

Returns: void


update

update(): void

Inherited from QMenu.update

Returns: void


updateGeometry

updateGeometry(): void

Inherited from QMenu.updateGeometry

Returns: void


updateMicroFocus

updateMicroFocus(query: number): void

Inherited from QMenu.updateMicroFocus

Parameters:

NameTypeDefault
querynumberInputMethodQuery.ImQueryAll

Returns: void


updatesEnabled

updatesEnabled(): boolean

Inherited from QMenu.updatesEnabled

Returns: boolean


whatsThis

whatsThis(): string

Inherited from QMenu.whatsThis

Returns: string


width

width(): number

Inherited from QMenu.width

Returns: number


widthMM

widthMM(): number

Inherited from QMenu.widthMM

Returns: number


winId

winId(): number

Inherited from QMenu.winId

Returns: number


window

window(): QWidget

Inherited from QMenu.window

Returns: QWidget


windowFilePath

windowFilePath(): string

Inherited from QMenu.windowFilePath

Returns: string


windowHandle

windowHandle(): QWindow | null

Inherited from QMenu.windowHandle

Returns: QWindow | null


windowIcon

windowIcon(): QIcon

Inherited from QMenu.windowIcon

Returns: QIcon


windowOpacity

windowOpacity(): number

Inherited from QMenu.windowOpacity

Returns: number


windowRole

windowRole(): string

Inherited from QMenu.windowRole

Returns: string


windowState

windowState(): WindowState

Inherited from QMenu.windowState

Returns: WindowState


windowTitle

windowTitle(): string

Inherited from QMenu.windowTitle

Returns: string


x

x(): number

Inherited from QMenu.x

Returns: number


y

y(): number

Inherited from QMenu.y

Returns: number