|
|
|
@ -65,7 +65,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
l1->addMultiCellWidget(box, row++, GRIDROWS, 0, 3);
|
|
|
|
|
|
|
|
|
|
// put slider and label into a separate H-Box
|
|
|
|
|
TQHBoxLayout *l2 = new QHBoxLayout;
|
|
|
|
|
TQHBoxLayout *l2 = new TQHBoxLayout;
|
|
|
|
|
l1->addLayout(l2, row, 2);
|
|
|
|
|
lpreinitslider = new TQLabel("MMMM", dummyWidget);
|
|
|
|
|
FORMATSLIDERLABEL(lpreinitslider);
|
|
|
|
@ -90,7 +90,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
l1->addWidget(initstr[i], row++, 2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TQHBoxLayout *l3 = new QHBoxLayout;
|
|
|
|
|
TQHBoxLayout *l3 = new TQHBoxLayout;
|
|
|
|
|
l1->addLayout(l3, row, 2);
|
|
|
|
|
linitslider = new TQLabel("MMMM", dummyWidget);
|
|
|
|
|
FORMATSLIDERLABEL(linitslider);
|
|
|
|
@ -106,7 +106,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
l1->addWidget(label3, row++, 1);
|
|
|
|
|
|
|
|
|
|
/* Set ATS11 (Dial tone duration) between 0-255 (Default ~ 70) */
|
|
|
|
|
TQHBoxLayout *l4 = new QHBoxLayout;
|
|
|
|
|
TQHBoxLayout *l4 = new TQHBoxLayout;
|
|
|
|
|
l1->addLayout(l4, row, 2);
|
|
|
|
|
ldurationslider = new TQLabel("MMMM", dummyWidget);
|
|
|
|
|
FORMATSLIDERLABEL(ldurationslider);
|
|
|
|
@ -221,7 +221,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
l1->addWidget(label15, row, 1);
|
|
|
|
|
l1->addWidget(escaperesp, row++, 2);
|
|
|
|
|
|
|
|
|
|
TQHBoxLayout *l5 = new QHBoxLayout;
|
|
|
|
|
TQHBoxLayout *l5 = new TQHBoxLayout;
|
|
|
|
|
l1->addLayout(l5, row, 2);
|
|
|
|
|
lslider = new TQLabel("MMMM", dummyWidget);
|
|
|
|
|
FORMATSLIDERLABEL(lslider);
|
|
|
|
@ -239,7 +239,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name)
|
|
|
|
|
|
|
|
|
|
TQLabel *l = new TQLabel(i18n("Volume off/low/high:"), dummyWidget);
|
|
|
|
|
l1->addWidget(l, row, 1);
|
|
|
|
|
TQHBoxLayout *l6 = new QHBoxLayout;
|
|
|
|
|
TQHBoxLayout *l6 = new TQHBoxLayout;
|
|
|
|
|
l1->addLayout(l6, row++, 2);
|
|
|
|
|
volume_off = new TQLineEdit(dummyWidget);
|
|
|
|
|
volume_off->setFixedHeight(volume_off->sizeHint().height());
|
|
|
|
|