From d2e426b08b972ffc0aef0479bd3523df14e5f4e4 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 12 Jul 2002 23:42:44 +0000 Subject: dialog for dialing via ppp --- (limited to 'noncore/net/opietooth/manager/pppdialog.h') diff --git a/noncore/net/opietooth/manager/pppdialog.h b/noncore/net/opietooth/manager/pppdialog.h new file mode 100644 index 0000000..2baecca --- a/dev/null +++ b/noncore/net/opietooth/manager/pppdialog.h @@ -0,0 +1,32 @@ +#ifndef PPPDIALOG_H +#define PPPDIALOG_H + + +#include +#include + +class QVBoxLayout; +class QPushButton; +class QMultiLineEdit; +class QLineEdit; + +class PPPDialog : public QDialog { + + Q_OBJECT + +public: + PPPDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); + ~PPPDialog(); + + +private slots: + void connectToDevice(); + void fillOutPut( OProcess* pppDial, char* cha, int len ); +protected: + QVBoxLayout* layout; + QLineEdit* cmdLine; + QPushButton* connectButton; + QMultiLineEdit* outPut; + +}; +#endif -- cgit v0.9.0.2