8 #include <QSignalMapper>
10 #include <QWheelEvent>
12 #include <QMessageBox>
30 fmPanel(
double ***rdata,
double ***rerror,
32 double* T, QStringList* pnames);
46 QList<QLineEdit*> minlabel;
47 QList<QLineEdit*> maxlabel;
48 QList<QLineEdit*> clabel;
49 QList<QSlider*> slider;
50 QList<QCheckBox*> checkfit;
58 QSignalMapper *signalMapper;
59 QSignalMapper *signalMapperSlider;
60 QSignalMapper *SignalmapperCheck;
62 QList<QLabel*> columnlabel;
66 QPushButton showrunonly;
67 void wheelEvent(QWheelEvent *event);
68 void mousePressEvent(QMouseEvent *event);
75 void change_value(
int i);
76 void change_slider(
int i);
77 void change_checkfit(
int i);
79 void recalc(
int irun,
int ipara);
81 void view_run_only(
int i);
83 void reset_error(
int runi,
int parai,
bool fit);
void refresh()
update line edits and slider wit regard on rdata
Definition: fmpanel.cpp:142
Graphical User Interface generated upon fitmodel.
Definition: fmpanel.h:20
fmPanel(double ***rdata, double ***rerror, int cpara, int crun, double *T, QStringList *pnames)
Definition: fmpanel.cpp:16