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