|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef SLIDER_SPIN_BOX_WIDGET_H
27 #define SLIDER_SPIN_BOX_WIDGET_H
45 class CAMITK_API SliderSpinBoxWidget :
public QWidget {
50 SliderSpinBoxWidget(QWidget* parent =
nullptr);
53 ~SliderSpinBoxWidget()
override =
default;
59 void setValue(
int value);
62 void setRange(
int min,
int max);
77 QSpinBox* getSpinBox() {
82 QSlider* getSlider() {
91 void valueChanged(
int);
95 void spinBoxValueChanged(
int);
98 void sliderValueChanged(
int);
108 void updateSpinBoxValue(
int);
111 void updateSliderValue(
int);
static Value getValue(const QMap< const QtProperty *, PrivateData > &propertyMap, const QtProperty *property, const Value &defaultValue=Value())
Definition: qtpropertymanager.cpp:222
setObjectName("RendererWidget")
#define CAMITK_API
Definition: CamiTKAPI.h:49
Definition: Action.cpp:35