CoreApplication
Qt Base Class: QCoreApplication
Signature: QCoreApplication(self) -> None
QCoreApplication(self, arg__1: Sequence[str]) -> None
Base classes
Name | Children | Inherits |
---|---|---|
CoreApplicationMixin prettyqt.core.coreapplication |
||
QCoreApplication PySide6.QtCore QCoreApplication(self) -> None |
⋔ Inheritance diagram
graph TD
1473299867728["core.CoreApplication"]
1473299836496["core.CoreApplicationMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473288981808["QtCore.QCoreApplication"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299836496 --> 1473299867728
1473299815024 --> 1473299836496
140713234304496 --> 1473299815024
1473288981808 --> 1473299867728
1473288842240 --> 1473288981808
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: CoreApplicationMixin
, QCoreApplication
Event loop for Qt applications without UI.
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
applicationName |
QString | |
applicationVersion |
QString | |
organizationName |
QString | |
organizationDomain |
QString | |
quitLockEnabled |
bool |