GraphicsWidget
Qt Base Class: QGraphicsWidget
Signature: QGraphicsWidget(self, parent: Optional[PySide6.QtWidgets.QGraphicsItem] = None, wFlags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags)) -> None
Base classes
Name | Children | Inherits |
---|---|---|
GraphicsWidgetMixin prettyqt.widgets.graphicswidget |
||
QGraphicsWidget PySide6.QtWidgets QGraphicsWidget(self, parent: Optional[PySide6.QtWidgets.QGraphicsItem] \= None, wFlags: PySide6.QtCore.Qt.WindowType \= Default(Qt.WindowFlags)) -> None |
⋔ Inheritance diagram
graph TD
1473296167072["widgets.GraphicsWidget"]
1473296164144["widgets.GraphicsWidgetMixin"]
1473293697024["widgets.GraphicsObjectMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473293706784["widgets.GraphicsItemMixin"]
1473293712640["widgets.GraphicsLayoutItemMixin"]
1473365806992["QtWidgets.QGraphicsWidget"]
1473365816752["QtWidgets.QGraphicsObject"]
1473290795024["QtWidgets.QGraphicsItem"]
1473291690208["Shiboken.Object"]
1473288842240["QtCore.QObject"]
1473290825280["QtWidgets.QGraphicsLayoutItem"]
1473296164144 --> 1473296167072
1473293697024 --> 1473296164144
1473299815024 --> 1473293697024
140713234304496 --> 1473299815024
1473293706784 --> 1473293697024
140713234304496 --> 1473293706784
1473293712640 --> 1473296164144
140713234304496 --> 1473293712640
1473365806992 --> 1473296167072
1473365816752 --> 1473365806992
1473290795024 --> 1473365816752
1473291690208 --> 1473290795024
140713234304496 --> 1473291690208
1473288842240 --> 1473365816752
1473291690208 --> 1473288842240
1473290825280 --> 1473365806992
1473291690208 --> 1473290825280
🛈 DocStrings
Bases: GraphicsWidgetMixin
, QGraphicsWidget
The base class for all widget items in a QGraphicsScene.
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
parent |
QGraphicsObject | |
opacity |
double | |
enabled |
bool | |
visible |
bool | |
pos |
QPointF | |
x |
double | |
y |
double | |
z |
double | |
rotation |
double | |
scale |
double | |
transformOriginPoint |
QPointF | |
effect |
QGraphicsEffect | |
children |
QDeclarativeListProperty |
|
width |
double | |
height |
double | |
palette |
QPalette | |
font |
QFont | |
layoutDirection |
Qt::LayoutDirection | |
size |
QSizeF | |
minimumSize |
QSizeF | |
preferredSize |
QSizeF | |
maximumSize |
QSizeF | |
sizePolicy |
QSizePolicy | |
focusPolicy |
Qt::FocusPolicy | |
windowFlags |
QFlags |
|
windowTitle |
QString | |
geometry |
QRectF | |
autoFillBackground |
bool | |
layout |
QGraphicsLayout |