Window
Qt Base Class: QWindow
Signature: QWindow(self, parent: PySide6.QtGui.QWindow) -> None
QWindow(self, screen: Optional[PySide6.QtGui.QScreen] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
WindowMixin prettyqt.gui.window |
|
|
QWindow PySide6.QtGui QWindow(self, parent: PySide6.QtGui.QWindow) -> None |
⋔ Inheritance diagram
graph TD
1473245527984["gui.Window"]
1473245538720["gui.WindowMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473245537744["gui.SurfaceMixin"]
1473289181264["QtGui.QWindow"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473300006240["QtGui.QSurface"]
1473245538720 --> 1473245527984
1473299815024 --> 1473245538720
140713234304496 --> 1473299815024
1473245537744 --> 1473245538720
140713234304496 --> 1473245537744
1473289181264 --> 1473245527984
1473288842240 --> 1473289181264
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
1473300006240 --> 1473289181264
1473291690208 --> 1473300006240
🛈 DocStrings
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
title |
QString | |
modality |
Qt::WindowModality | |
flags |
QFlags |
|
x |
int | |
y |
int | |
width |
int | |
height |
int | |
minimumWidth |
int | |
minimumHeight |
int | |
maximumWidth |
int | |
maximumHeight |
int | |
visible |
bool | |
active |
bool | |
visibility |
QWindow::Visibility | |
contentOrientation |
Qt::ScreenOrientation | |
opacity |
double | |
transientParent |
QWindow |