FrameMixin
Base classes
| Name | Children | Inherits |
|---|---|---|
| WidgetMixin prettyqt.widgets.widget |
Subclasses
| Class | Module | Description |
|---|---|---|
| Frame | prettyqt.widgets.frame | |
| AbstractScrollAreaMixin | prettyqt.widgets.abstractscrollarea | |
| Label | prettyqt.widgets.label | |
| LCDNumber | prettyqt.widgets.lcdnumber | |
| ToolBox | prettyqt.widgets.toolbox | |
SplitterMixin |
prettyqt.widgets.splitter | |
| StackedWidget | prettyqt.widgets.stackedwidget |
⋔ Inheritance diagram
graph TD
1473293662864["widgets.FrameMixin"]
1473293688240["widgets.WidgetMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473245548480["gui.PaintDeviceMixin"]
1473293688240 --> 1473293662864
1473299815024 --> 1473293688240
140713234304496 --> 1473299815024
1473245548480 --> 1473293688240
140713234304496 --> 1473245548480
🛈 DocStrings
Bases: WidgetMixin
Source code in prettyqt\widgets\frame.py
get_frame_shadow() -> ShadowStr | None
get_frame_shape() -> FrameShapeStr
set_frame_shadow(style: ShadowStr | widgets.QFrame.Shadow)
Set frame shadow.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
style |
ShadowStr | Shadow
|
frame style to use |
required |
set_frame_shape(shape: FrameShapeStr | widgets.QFrame.Shape)
Set frame shape.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
shape |
FrameShapeStr | Shape
|
frame shape to use |
required |