AbstractSpinBoxMixin
Base classes
Name | Children | Inherits |
---|---|---|
WidgetMixin prettyqt.widgets.widget |
Subclasses
Class | Module | Description |
---|---|---|
AbstractSpinBox | prettyqt.widgets.abstractspinbox | |
SpinBox | prettyqt.widgets.spinbox | |
DoubleSpinBox | prettyqt.widgets.doublespinbox | |
DateTimeEditMixin | prettyqt.widgets.datetimeedit | Widget for editing dates and times. |
⋔ Inheritance diagram
graph TD
1473293702880["widgets.AbstractSpinBoxMixin"]
1473293688240["widgets.WidgetMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473245548480["gui.PaintDeviceMixin"]
1473293688240 --> 1473293702880
1473299815024 --> 1473293688240
140713234304496 --> 1473299815024
1473245548480 --> 1473293688240
140713234304496 --> 1473245548480
🛈 DocStrings
Bases: WidgetMixin
Source code in prettyqt\widgets\abstractspinbox.py
get_button_symbols() -> SymbolStr
get_correction_mode() -> CorrectionModeStr
get_step_type() -> StepTypeStr
set_button_symbols(mode: SymbolStr | QtWidgets.QSpinBox.ButtonSymbols)
Set button symbol type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mode |
SymbolStr | ButtonSymbols
|
button symbol type to use |
required |
set_correction_mode(mode: CorrectionModeStr | QtWidgets.QSpinBox.CorrectionMode)
Set correction mode.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mode |
CorrectionModeStr | CorrectionMode
|
correction mode to use |
required |
set_step_type(mode: StepTypeStr | QtWidgets.QSpinBox.StepType)
Set step type.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mode |
StepTypeStr | StepType
|
step type to use |
required |