MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / net / wireless / rtlink / Utility / hiddenssiddlg.h
blob41beb62c79895a8e89c94f944a0bb02391b98a85
1 #ifndef HIDDENSSIDDLG_H
2 #define HIDDENSSIDDLG_H
4 #include <qvariant.h>
5 #include <qdialog.h>
6 class QVBoxLayout;
7 class QHBoxLayout;
8 class QGridLayout;
9 class QLabel;
10 class QLineEdit;
11 class QPushButton;
13 class HiddenSsidDlg : public QDialog
15 Q_OBJECT
17 public:
18 HiddenSsidDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
19 ~HiddenSsidDlg();
21 QLabel* TextLabel1;
22 QLineEdit* LineEdit_SSID;
23 QPushButton* PushButton_OK;
24 QPushButton* PushButton_Cancel;
26 bool m_isClickOk;
27 QString GetSsidString();
28 bool IsClickOk();
29 public slots:
30 virtual void Do_NotThing() { };
31 virtual void OnOK();
32 virtual void OnCancel();
35 #endif // HIDDENSSIDDLG_H