From e6b92ad451dba66f4eb5000a41b96eb2ee203dce Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 12 Oct 2002 15:44:01 +0000 Subject: some more stuff - modem config, bluetooth.. -, not finished --- (limited to 'noncore/apps/opie-console/dialdialog.h') diff --git a/noncore/apps/opie-console/dialdialog.h b/noncore/apps/opie-console/dialdialog.h new file mode 100644 index 0000000..5c5b948 --- a/dev/null +++ b/noncore/apps/opie-console/dialdialog.h @@ -0,0 +1,29 @@ + +#ifndef DIALDIALOG_H +#define DIALDIALOG_H + +#include +#include +#include + +class DialDialog : public QDialog { + + Q_OBJECT + +public: + DialDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + + ~DialDialog(); + + QString number(); + +private: + float m_number; + QLCDNumber *LCD; + +private slots: + void slotEnterNumber( int ); +}; + + +#endif -- cgit v0.9.0.2