◆ CustomStepsDoubleSpinBox()
Digikam::CustomStepsDoubleSpinBox::CustomStepsDoubleSpinBox |
( |
QWidget *const |
parent = nullptr | ) |
|
|
explicit |
This is a normal QDoubleSpinBox which allows to customize the stepping behavior, for cases where linear steps are not applicable
◆ ~CustomStepsDoubleSpinBox()
Digikam::CustomStepsDoubleSpinBox::~CustomStepsDoubleSpinBox |
( |
| ) |
|
|
override |
◆ reset()
void Digikam::CustomStepsDoubleSpinBox::reset |
( |
| ) |
|
◆ setInvertStepping()
void Digikam::CustomStepsDoubleSpinBox::setInvertStepping |
( |
bool |
invert | ) |
|
◆ setSingleSteps()
void Digikam::CustomStepsDoubleSpinBox::setSingleSteps |
( |
double |
smaller, |
|
|
double |
larger |
|
) |
| |
◆ setSuggestedInitialValue()
void Digikam::CustomStepsDoubleSpinBox::setSuggestedInitialValue |
( |
double |
initialValue | ) |
|
◆ setSuggestedValues()
void Digikam::CustomStepsDoubleSpinBox::setSuggestedValues |
( |
const QList< double > & |
values | ) |
|
Set a list of values that are usually applicable for the type of data of the combo box. The user can still type in any other value. Boundaries are not touched. Up or below the min and max values of the list given, default stepping is used.
Referenced by Digikam::SearchFieldRangeDouble::setSuggestedValues().
◆ stepBy()
void Digikam::CustomStepsDoubleSpinBox::stepBy |
( |
int |
steps | ) |
|
|
override |
The documentation for this class was generated from the following files: