GuiApplication
Qt Base Class: QGuiApplication
Signature: QGuiApplication(self) -> None
QGuiApplication(self, arg__1: Sequence[str]) -> None
Base classes
Name | Children | Inherits |
---|---|---|
GuiApplicationMixin prettyqt.gui.guiapplication |
|
|
QGuiApplication PySide6.QtGui QGuiApplication(self) -> None |
⋔ Inheritance diagram
graph TD
1473245636320["gui.GuiApplication"]
1473245637296["gui.GuiApplicationMixin"]
1473299836496["core.CoreApplicationMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473245518224["QtGui.QGuiApplication"]
1473288981808["QtCore.QCoreApplication"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473245637296 --> 1473245636320
1473299836496 --> 1473245637296
1473299815024 --> 1473299836496
140713234304496 --> 1473299815024
1473245518224 --> 1473245636320
1473288981808 --> 1473245518224
1473288842240 --> 1473288981808
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: GuiApplicationMixin
, QGuiApplication
Manages the GUI application's control flow and main settings.
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
applicationName |
QString | |
applicationVersion |
QString | |
organizationName |
QString | |
organizationDomain |
QString | |
quitLockEnabled |
bool | |
windowIcon |
QIcon | |
applicationDisplayName |
QString | |
desktopFileName |
QString | |
layoutDirection |
Qt::LayoutDirection | |
platformName |
QString | |
quitOnLastWindowClosed |
bool | |
primaryScreen |
QScreen | |
window_icon_color |
QString | Global window icon color |