interfaceadvanced.h
00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef INTERFACEADVANCED_H
00010 #define INTERFACEADVANCED_H
00011
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QGroupBox;
00018 class QLabel;
00019
00020 class InterfaceAdvanced : public QWidget
00021 {
00022 Q_OBJECT
00023
00024 public:
00025 InterfaceAdvanced( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00026 ~InterfaceAdvanced();
00027
00028 QLabel* interfaceName;
00029 QLabel* TextLabel3;
00030 QLabel* TextLabel7;
00031 QLabel* TextLabel4;
00032 QLabel* ipAddressLabel;
00033 QLabel* subnetMaskLabel;
00034 QGroupBox* dhcpInformation;
00035 QLabel* TextLabel6;
00036 QLabel* leaseExpiresLabel;
00037 QLabel* leaseObtainedLabel;
00038 QLabel* TextLabel9;
00039 QLabel* TextLabel8;
00040 QLabel* dhcpServerLabel;
00041 QLabel* TextLabel2;
00042 QLabel* broadcastLabel;
00043 QLabel* TextLabel1;
00044 QLabel* macAddressLabel;
00045
00046 protected:
00047 QGridLayout* InterfaceAdvancedLayout;
00048 QGridLayout* dhcpInformationLayout;
00049 };
00050
00051 #endif // INTERFACEADVANCED_H
This file is part of the documentation for OPIE Version 1.0.