nngn
Loading...
Searching...
No Matches
int_widget.h
Go to the documentation of this file.
1#ifndef NNGN_TOOLS_CONFIGURE_INT_WIDGET_H
2#define NNGN_TOOLS_CONFIGURE_INT_WIDGET_H
3
4#include <QWidget>
5
6class IntWidget : public QWidget {
7 Q_OBJECT
8public:
9 IntWidget() : IntWidget{0, 100, 0} {}
10 IntWidget(int min, int max, int value);
11signals:
12 void value_changed(int value);
13};
14
15#endif
Definition: int_widget.h:6
IntWidget(int min, int max, int value)
IntWidget()
Definition: int_widget.h:9
void value_changed(int value)
function math min(max, v)) end