interfacesetup.h
00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef INTERFACESETUP_H
00010 #define INTERFACESETUP_H
00011
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QCheckBox;
00018 class QGroupBox;
00019 class QLabel;
00020 class QLineEdit;
00021
00022 class InterfaceSetup : public QWidget
00023 {
00024 Q_OBJECT
00025
00026 public:
00027 InterfaceSetup( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00028 ~InterfaceSetup();
00029
00030 QCheckBox* autoStart;
00031 QCheckBox* dhcpCheckBox;
00032 QGroupBox* staticGroupBox;
00033 QLabel* TextLabel5;
00034 QLineEdit* gatewayEdit;
00035 QLineEdit* subnetMaskEdit;
00036 QLineEdit* ipAddressEdit;
00037 QLabel* TextLabel2;
00038 QLabel* TextLabel4;
00039 QLabel* TextLabel1_2;
00040 QLabel* TextLabel3;
00041 QLineEdit* firstDNSLineEdit;
00042 QLineEdit* secondDNSLineEdit;
00043
00044 protected:
00045 QVBoxLayout* InterfaceSetupLayout;
00046 QGridLayout* staticGroupBoxLayout;
00047 };
00048
00049 #endif // INTERFACESETUP_H
This file is part of the documentation for OPIE Version 1.0.