Public Member Functions | List of all members
pqDoubleSpinBox Class Reference

QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments). More...

#include <pqDoubleSpinBox.h>

Inherits QDoubleSpinBox.

Public Member Functions

 pqDoubleSpinBox (QWidget *parent=nullptr)
 
void stepBy (int steps) override
 Virtual function that is called whenever the user triggers a step. More...
 

Detailed Description

QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments).

Definition at line 14 of file pqDoubleSpinBox.h.

Constructor & Destructor Documentation

◆ pqDoubleSpinBox()

pqDoubleSpinBox::pqDoubleSpinBox ( QWidget *  parent = nullptr)
explicit

Member Function Documentation

◆ stepBy()

void pqDoubleSpinBox::stepBy ( int  steps)
override

Virtual function that is called whenever the user triggers a step.

We are overriding this so that we can emit editingFinished() signal


The documentation for this class was generated from the following file: