QApplication¶

PyQt5.QtWidgets.QApplication

Inherits from QGuiApplication.

Description¶

TODO

Enums¶

ColorSpec

TODO

Member

Value

Description

CustomColor

TODO

TODO

ManyColor

TODO

TODO

NormalColor

TODO

TODO

Methods¶

__init__(List[str])

TODO


@staticmethod
aboutQt()

TODO


@staticmethod
activeModalWidget() → QWidget

TODO


@staticmethod
activePopupWidget() → QWidget

TODO


@staticmethod
activeWindow() → QWidget

TODO


@staticmethod
alert(QWidget, msecs: int = 0)

TODO


@staticmethod
allWidgets() → List[QWidget]

TODO


autoSipEnabled() → bool

TODO


@staticmethod
beep()

TODO


@staticmethod
closeAllWindows()

TODO


@staticmethod
colorSpec() → int

TODO


@staticmethod
cursorFlashTime() → int

TODO


@staticmethod
desktop() → QDesktopWidget

TODO


@staticmethod
doubleClickInterval() → int

TODO


event(QEvent) → bool

TODO


@staticmethod
exec() → int

TODO


@staticmethod
exec_() → int

TODO


@staticmethod
focusWidget() → QWidget

TODO


@staticmethod
font() → QFont

TODO


@staticmethod
font(QWidget) → QFont

TODO


@staticmethod
font(str) → QFont

TODO


@staticmethod
fontMetrics() → QFontMetrics

TODO


@staticmethod
globalStrut() → QSize

TODO


@staticmethod
isEffectEnabled(UIEffect) → bool

TODO


@staticmethod
keyboardInputInterval() → int

TODO


notify(QObject, QEvent) → bool

TODO


@staticmethod
palette() → QPalette

TODO


@staticmethod
palette(QWidget) → QPalette

TODO


@staticmethod
palette(str) → QPalette

TODO


@staticmethod
setActiveWindow(QWidget)

TODO


setAutoSipEnabled(bool)

TODO


@staticmethod
setColorSpec(int)

TODO


@staticmethod
setCursorFlashTime(int)

TODO


@staticmethod
setDoubleClickInterval(int)

TODO


@staticmethod
setEffectEnabled(UIEffect, enabled: bool = True)

TODO


@staticmethod
setFont(QFont, className: str = None)

TODO


@staticmethod
setGlobalStrut(QSize)

TODO


@staticmethod
setKeyboardInputInterval(int)

TODO


@staticmethod
setPalette(QPalette, className: str = None)

TODO


@staticmethod
setStartDragDistance(int)

TODO


@staticmethod
setStartDragTime(int)

TODO


@staticmethod
setStyle(QStyle)

TODO


@staticmethod
setStyle(str) → QStyle

TODO


setStyleSheet(str)

TODO


@staticmethod
setWheelScrollLines(int)

TODO


@staticmethod
setWindowIcon(QIcon)

TODO


@staticmethod
startDragDistance() → int

TODO


@staticmethod
startDragTime() → int

TODO


@staticmethod
style() → QStyle

TODO


styleSheet() → str

TODO


@staticmethod
topLevelAt(QPoint) → QWidget

TODO


@staticmethod
topLevelAt(int, int) → QWidget

TODO


@staticmethod
topLevelWidgets() → List[QWidget]

TODO


@staticmethod
wheelScrollLines() → int

TODO


@staticmethod
widgetAt(QPoint) → QWidget

TODO


@staticmethod
widgetAt(int, int) → QWidget

TODO


@staticmethod
windowIcon() → QIcon

TODO

Signals¶

focusChanged(QWidget, QWidget)

TODO