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
6
class
IntWidget
:
public
QWidget {
7
Q_OBJECT
8
public
:
9
IntWidget
() :
IntWidget
{0, 100, 0} {}
10
IntWidget
(
int
min
,
int
max,
int
value);
11
signals:
12
void
value_changed
(
int
value);
13
};
14
15
#endif
IntWidget
Definition
int_widget.h:6
IntWidget::IntWidget
IntWidget()
Definition
int_widget.h:9
IntWidget::value_changed
void value_changed(int value)
min
local function math min(max, v)) end
tools
configure
int_widget.h
Generated by
1.11.0