|
Krita Source Code Documentation
|
#include "kis_slider_spin_box.h"#include "IntParseSpinBox.h"#include "DoubleParseSpinBox.h"#include "kritalibkis_export.h"#include "libkis.h"Go to the source code of this file.
Classes | |
| class | DoubleSliderSpinBox |
| This class is a wrapper around KisDoubleSliderSpinBox, a spinbox in which you can click and drag to set the value, with a slider like bar displayed inside. The widget itself is accessed with the widget() function. More... | |
| class | SliderSpinBox |
| This class is a wrapper around KisSliderSpinBox, a spinbox in which you can click and drag to set the value, with a slider like bar displayed inside. The widget itself is accessed with the widget() function. More... | |