QuickWindow
Qt Base Class: QQuickWindow
Signature: QQuickWindow(self, parent: Optional[PySide6.QtGui.QWindow] = None) -> None
QQuickWindow(self, renderControl: PySide6.QtQuick.QQuickRenderControl) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QuickWindowMixin prettyqt.quick.quickwindow |
||
QQuickWindow PySide6.QtQuick QQuickWindow(self, parent: Optional[PySide6.QtGui.QWindow] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473374481840["quick.QuickWindow"]
1473374469152["quick.QuickWindowMixin"]
1473245538720["gui.WindowMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473245537744["gui.SurfaceMixin"]
1473374453536["QtQuick.QQuickWindow"]
1473289181264["QtGui.QWindow"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473300006240["QtGui.QSurface"]
1473374469152 --> 1473374481840
1473245538720 --> 1473374469152
1473299815024 --> 1473245538720
140713234304496 --> 1473299815024
1473245537744 --> 1473245538720
140713234304496 --> 1473245537744
1473374453536 --> 1473374481840
1473289181264 --> 1473374453536
1473288842240 --> 1473289181264
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
1473300006240 --> 1473289181264
1473291690208 --> 1473300006240
🛈 DocStrings
Bases: QuickWindowMixin
, QQuickWindow
The window for displaying a graphical QML scene.
⌗ 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 | |
data |
QQmlListProperty |
|
color |
QColor | |
contentItem |
QQuickItem | |
activeFocusItem |
QQuickItem | |
palette |
QQuickPalette |