interfaceinformation.h
00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef INTERFACEINFORMATION_H
00010 #define INTERFACEINFORMATION_H
00011
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QCheckBox;
00018 class QFrame;
00019 class QLabel;
00020 class QPushButton;
00021
00022 class InterfaceInformation : public QWidget
00023 {
00024 Q_OBJECT
00025
00026 public:
00027 InterfaceInformation( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00028 ~InterfaceInformation();
00029
00030 QLabel* TextLabel22;
00031 QLabel* ipAddressLabel;
00032 QFrame* Line1;
00033 QLabel* TextLabel23;
00034 QLabel* subnetMaskLabel;
00035 QLabel* macAddressLabel;
00036 QLabel* TextLabel21;
00037 QLabel* broadcastLabel;
00038 QLabel* TextLabel24;
00039 QPushButton* refreshButton;
00040 QPushButton* stopButton;
00041 QPushButton* restartButton;
00042 QPushButton* startButton;
00043 QFrame* Line5;
00044 QPushButton* advancedButton;
00045 QCheckBox* CheckBoxSilent;
00046
00047 protected:
00048 QVBoxLayout* InterfaceInformationLayout;
00049 QGridLayout* Layout1;
00050 QHBoxLayout* Layout2;
00051 };
00052
00053 #endif // INTERFACEINFORMATION_H
This file is part of the documentation for OPIE Version 1.0.