4 * kPPP: A front end for pppd for the KDE project
8 * Copyright (C) 1997 Bernd Johannes Wuebben
9 * wuebben@math.cornell.edu
12 * Copyright (C) 1997 Jay Painter
14 * This library is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU Library General Public
16 * License as published by the Free Software Foundation; either
17 * version 2 of the License, or (at your option) any later version.
19 * This library is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 * Library General Public License for more details.
24 * You should have received a copy of the GNU Library General Public
25 * License along with this program; if not, write to the Free
26 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
34 #include <q3groupbox.h>
36 #include <qlineedit.h>
37 #include <qpushbutton.h>
45 class ModemCommands
: public KDialog
{
51 ModemCommands(QWidget
*parent
=0, const char *name
=0);
62 QLineEdit
*initstr
[int(PPPData::NumInitStrings
)];
67 QSlider
*preinitslider
;
68 QLabel
*lpreinitslider
;
75 QSlider
*durationslider
;
76 QLabel
*ldurationslider
;
79 QLineEdit
*nodetectdialtone
;
80 QLabel
*lnodetectdialtone
;
85 QLineEdit
*connectresp
;
91 QLineEdit
*nocarrierresp
;
94 QLineEdit
*nodialtoneresp
;
100 QLineEdit
*hangupresp
;
103 QLineEdit
*answerstr
;
109 QLineEdit
*answerresp
;
112 QLineEdit
*escapestr
;
115 QLineEdit
*escaperesp
;
125 QLineEdit
*volume_off
, *volume_medium
, *volume_high
;