Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtCore »

Classe « QCoreApplication »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QCoreApplication

Définition

class QCoreApplication(QObject):

Description [extrait de QCoreApplication.__doc__]

QCoreApplication(self)
QCoreApplication(self, arg__1: typing.Sequence[str])

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
ApplicationFlags331266
staticMetaObject<PySide2.QtCore.QMetaObject object at 0x7efe36c3e580>

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
aboutToQuit
addLibraryPath(arg__1: str) addLibraryPath(arg__1: str) [extrait de addLibraryPath.__doc__]
applicationDirPath() -> str applicationDirPath() -> str [extrait de applicationDirPath.__doc__]
applicationFilePath() -> str applicationFilePath() -> str [extrait de applicationFilePath.__doc__]
applicationName() -> str applicationName() -> str [extrait de applicationName.__doc__]
applicationNameChanged
applicationPid() -> int applicationPid() -> int [extrait de applicationPid.__doc__]
applicationVersion() -> str applicationVersion() -> str [extrait de applicationVersion.__doc__]
applicationVersionChanged
arguments() -> typing.List[str] arguments() -> typing.List[str] [extrait de arguments.__doc__]
closingDown() -> bool closingDown() -> bool [extrait de closingDown.__doc__]
destroyed
event(self, arg__1: PySide2.QtCore.QEvent) -> bool event(self, arg__1: PySide2.QtCore.QEvent) -> bool [extrait de event.__doc__]
eventDispatcher() -> PySide2.QtCore.QAbstractEventDispatcher eventDispatcher() -> PySide2.QtCore.QAbstractEventDispatcher [extrait de eventDispatcher.__doc__]
exec_() -> int exec_() -> int [extrait de exec_.__doc__]
exit(retcode: int = 0) exit(retcode: int = 0) [extrait de exit.__doc__]
flush() flush() [extrait de flush.__doc__]
hasPendingEvents() -> bool hasPendingEvents() -> bool [extrait de hasPendingEvents.__doc__]
installNativeEventFilter(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter) installNativeEventFilter(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter) [extrait de installNativeEventFilter.__doc__]
installTranslator(messageFile: PySide2.QtCore.QTranslator) -> bool installTranslator(messageFile: PySide2.QtCore.QTranslator) -> bool [extrait de installTranslator.__doc__]
instance() -> PySide2.QtCore.QCoreApplication instance() -> PySide2.QtCore.QCoreApplication [extrait de instance.__doc__]
isQuitLockEnabled() -> bool isQuitLockEnabled() -> bool [extrait de isQuitLockEnabled.__doc__]
isSetuidAllowed() -> bool isSetuidAllowed() -> bool [extrait de isSetuidAllowed.__doc__]
libraryPaths() -> typing.List[str] libraryPaths() -> typing.List[str] [extrait de libraryPaths.__doc__]
notify(self, arg__1: PySide2.QtCore.QObject, arg__2: PySide2.QtCore.QEvent) -> bool notify(self, arg__1: PySide2.QtCore.QObject, arg__2: PySide2.QtCore.QEvent) -> bool [extrait de notify.__doc__]
objectNameChanged
organizationDomain() -> str organizationDomain() -> str [extrait de organizationDomain.__doc__]
organizationDomainChanged
organizationName() -> str organizationName() -> str [extrait de organizationName.__doc__]
organizationNameChanged
postEvent(receiver: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent, priority: int = PySide2.QtCore.Qt.EventPriority.NormalEventPriority) postEvent(receiver: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent, priority: int = PySide2.QtCore.Qt.EventPriority.NormalEventPriority) [extrait de postEvent.__doc__]
processEvents processEvents(flags: PySide2.QtCore.QEventLoop.ProcessEventsFlags, maxtime: int) [extrait de processEvents.__doc__]
quit() quit() [extrait de quit.__doc__]
removeLibraryPath(arg__1: str) removeLibraryPath(arg__1: str) [extrait de removeLibraryPath.__doc__]
removeNativeEventFilter(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter) removeNativeEventFilter(self, filterObj: PySide2.QtCore.QAbstractNativeEventFilter) [extrait de removeNativeEventFilter.__doc__]
removePostedEvents(receiver: PySide2.QtCore.QObject, eventType: int = 0) removePostedEvents(receiver: PySide2.QtCore.QObject, eventType: int = 0) [extrait de removePostedEvents.__doc__]
removeTranslator(messageFile: PySide2.QtCore.QTranslator) -> bool removeTranslator(messageFile: PySide2.QtCore.QTranslator) -> bool [extrait de removeTranslator.__doc__]
sendEvent(receiver: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent) -> bool sendEvent(receiver: PySide2.QtCore.QObject, event: PySide2.QtCore.QEvent) -> bool [extrait de sendEvent.__doc__]
sendPostedEvents(receiver: typing.Union[PySide2.QtCore.QObject, NoneType] = None, event_type: int = 0) sendPostedEvents(receiver: typing.Union[PySide2.QtCore.QObject, NoneType] = None, event_type: int = 0) [extrait de sendPostedEvents.__doc__]
setApplicationName(application: str) setApplicationName(application: str) [extrait de setApplicationName.__doc__]
setApplicationVersion(version: str) setApplicationVersion(version: str) [extrait de setApplicationVersion.__doc__]
setAttribute(attribute: PySide2.QtCore.Qt.ApplicationAttribute, on: bool = True) setAttribute(attribute: PySide2.QtCore.Qt.ApplicationAttribute, on: bool = True) [extrait de setAttribute.__doc__]
setEventDispatcher(eventDispatcher: PySide2.QtCore.QAbstractEventDispatcher) setEventDispatcher(eventDispatcher: PySide2.QtCore.QAbstractEventDispatcher) [extrait de setEventDispatcher.__doc__]
setLibraryPaths(arg__1: typing.Sequence[str]) setLibraryPaths(arg__1: typing.Sequence[str]) [extrait de setLibraryPaths.__doc__]
setOrganizationDomain(orgDomain: str) setOrganizationDomain(orgDomain: str) [extrait de setOrganizationDomain.__doc__]
setOrganizationName(orgName: str) setOrganizationName(orgName: str) [extrait de setOrganizationName.__doc__]
setQuitLockEnabled(enabled: bool) setQuitLockEnabled(enabled: bool) [extrait de setQuitLockEnabled.__doc__]
setSetuidAllowed(allow: bool) setSetuidAllowed(allow: bool) [extrait de setSetuidAllowed.__doc__]
shutdown(self) shutdown(self) [extrait de shutdown.__doc__]
startingUp() -> bool startingUp() -> bool [extrait de startingUp.__doc__]
testAttribute(attribute: PySide2.QtCore.Qt.ApplicationAttribute) -> bool testAttribute(attribute: PySide2.QtCore.Qt.ApplicationAttribute) -> bool [extrait de testAttribute.__doc__]
translate(context: bytes, key: bytes, disambiguation: typing.Union[bytes, NoneType] = None, n: int = -1) -> str translate(context: bytes, key: bytes, disambiguation: typing.Union[bytes, NoneType] = None, n: int = -1) -> str [extrait de translate.__doc__]

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, registerUserData, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__