|
MIRA
|
Delegate that requires double values and provides a spin box as editor. More...
#include <QStyledItemDelegate>#include <QDoubleSpinBox>#include <QSpinBox>
Go to the source code of this file.
Classes | |
| class | SpinBoxDelegate |
| Delegate for a QTableWidgetItem (or any model-view item for that matter). More... | |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
| QDoubleSpinBox * | createDoubleSpinBox (QWidget *parent, double minRange, double maxRange, double step, double defvalue, const QString &suffix="", bool buttons=true, bool readonly=false, unsigned int decimals=2) |
| QSpinBox * | createSpinBox (QWidget *parent, int min, int max, int step, int defvalue, const QString &suffix="", bool buttons=true, bool readonly=false) |
Delegate that requires double values and provides a spin box as editor.
1.8.14