|
|
|
@ -71,7 +71,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
FORMATSLIDERLABEL(lpreinitslider);
|
|
|
|
|
|
|
|
|
|
preinitslider = new TQSlider(0, 300, 1, 0,
|
|
|
|
|
Qt::Horizontal, dummyWidget);
|
|
|
|
|
TQt::Horizontal, dummyWidget);
|
|
|
|
|
preinitslider->setFixedHeight(preinitslider->sizeHint().height());
|
|
|
|
|
connect(preinitslider, TQT_SIGNAL(valueChanged(int)),
|
|
|
|
|
lpreinitslider, TQT_SLOT(setNum(int)));
|
|
|
|
@ -95,7 +95,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
linitslider = new TQLabel("MMMM", dummyWidget);
|
|
|
|
|
FORMATSLIDERLABEL(linitslider);
|
|
|
|
|
initslider = new TQSlider(1, 300, 1, 0,
|
|
|
|
|
Qt::Horizontal, dummyWidget);
|
|
|
|
|
TQt::Horizontal, dummyWidget);
|
|
|
|
|
initslider->setFixedHeight(initslider->sizeHint().height());
|
|
|
|
|
connect(initslider, TQT_SIGNAL(valueChanged(int)),
|
|
|
|
|
linitslider, TQT_SLOT(setNum(int)));
|
|
|
|
@ -111,7 +111,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
ldurationslider = new TQLabel("MMMM", dummyWidget);
|
|
|
|
|
FORMATSLIDERLABEL(ldurationslider);
|
|
|
|
|
durationslider = new TQSlider(1, 255, 1, 0,
|
|
|
|
|
Qt::Horizontal, dummyWidget);
|
|
|
|
|
TQt::Horizontal, dummyWidget);
|
|
|
|
|
durationslider->setFixedHeight(durationslider->sizeHint().height());
|
|
|
|
|
connect(durationslider, TQT_SIGNAL(valueChanged(int)),
|
|
|
|
|
ldurationslider, TQT_SLOT(setNum(int)));
|
|
|
|
@ -227,7 +227,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
FORMATSLIDERLABEL(lslider);
|
|
|
|
|
|
|
|
|
|
slider = new TQSlider(0, 255, 1, 0,
|
|
|
|
|
Qt::Horizontal, dummyWidget);
|
|
|
|
|
TQt::Horizontal, dummyWidget);
|
|
|
|
|
slider->setFixedHeight(slider->sizeHint().height());
|
|
|
|
|
connect(slider, TQT_SIGNAL(valueChanged(int)),
|
|
|
|
|
lslider, TQT_SLOT(setNum(int)));
|
|
|
|
|