PaintDeviceWindow
Qt Base Class: QPaintDeviceWindow
Signature: None
Base classes
| Name | Children | Inherits | 
|---|---|---|
| PaintDeviceWindowMixin prettyqt.gui.paintdevicewindow  | 
||
| QPaintDeviceWindow PySide6.QtGui  | 
⋔ Inheritance diagram
graph TD
  1473245540672["gui.PaintDeviceWindow"]
  1473245534816["gui.PaintDeviceWindowMixin"]
  1473245538720["gui.WindowMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473245537744["gui.SurfaceMixin"]
  1473245548480["gui.PaintDeviceMixin"]
  1473289203712["QtGui.QPaintDeviceWindow"]
  1473289181264["QtGui.QWindow"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473300006240["QtGui.QSurface"]
  1473300082368["QtGui.QPaintDevice"]
  1473245534816 --> 1473245540672
  1473245538720 --> 1473245534816
  1473299815024 --> 1473245538720
  140713234304496 --> 1473299815024
  1473245537744 --> 1473245538720
  140713234304496 --> 1473245537744
  1473245548480 --> 1473245534816
  140713234304496 --> 1473245548480
  1473289203712 --> 1473245540672
  1473289181264 --> 1473289203712
  1473288842240 --> 1473289181264
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208
  1473300006240 --> 1473289181264
  1473291690208 --> 1473300006240
  1473300082368 --> 1473289203712
  1473291690208 --> 1473300082368
🛈 DocStrings
            Bases: PaintDeviceWindowMixin, QPaintDeviceWindow
⌗ 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 |