16 #include "qcheckbox.h"
25 if (name==0) setObjectName(
"QFitModelWidget" );
26 setWindowTitle(
"QFitModelWidget");
28 AmplChk =
new QCheckBox(
"amplitude",
this);
29 AmplChk->setGeometry( QRect( 10, 110, 80, 25 ) );
32 textLabel1->setGeometry( QRect( 200, 110, 40, 20 ) );
34 BuffersChk =
new QCheckBox(
"use buffers",
this);
35 BuffersChk->setGeometry( QRect( 100, 110, 90, 25 ) );
38 GroupSpin->setGeometry( QRect( 240, 110, 55, 22 ) );
40 resize( QSize(600, 480).expandedTo(minimumSizeHint()) );
virtual void ChangeModelPar(QFitModelWidget *w, int npar, int value)