-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfSigmoid.h
executable file
·49 lines (41 loc) · 1.14 KB
/
confSigmoid.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/****************************************************************************
** Form interface generated from reading ui file 'sigmoid.ui'
**
** Created: Mon Dec 1 00:08:51 2003
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef FORMSIGMOID_H
#define FORMSIGMOID_H
#include <qvariant.h>
#include <qwidget.h>
#include "network.h"
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QCheckBox;
class QLabel;
class QLineEdit;
class QPushButton;
class FormSigmoid : public QWidget
{
Q_OBJECT
public:
FormSigmoid( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~FormSigmoid();
QLabel* TextLabel7;
QLabel* TextLabel8;
QLabel* TextLabel9;
QPushButton* PushButtonOk;
QLineEdit* LineEditPas;
QLineEdit* LineEditBornMax;
QLineEdit* LineEditBornMin;
QCheckBox* CheckBox2;
networkFather *monNetwork ;
void setNetworkFather(networkFather *thisNetwork);
bool utiliserLaRealFonction();
private slots:
void ok();
};
#endif // FORMSIGMOID_H