From 9965bd5c49ff2f22d640d132ac343fdec97b3fb4 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Mon, 30 Sep 2002 14:26:33 +0000 Subject: Initial commit --- (limited to 'noncore/settings/networksettings/interfaceedit.h') diff --git a/noncore/settings/networksettings/interfaceedit.h b/noncore/settings/networksettings/interfaceedit.h new file mode 100644 index 0000000..a65c030 --- a/dev/null +++ b/noncore/settings/networksettings/interfaceedit.h @@ -0,0 +1,56 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'interfaceedit.ui' +** +** Created: Mon Sep 23 12:18:55 2002 +** by: The User Interface Compiler (uic) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ +#ifndef INTERFACECONFIGURATION_H +#define INTERFACECONFIGURATION_H + +#include +#include +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QCheckBox; +class QComboBox; +class QFrame; +class QGroupBox; +class QLabel; +class QLineEdit; +class QSpinBox; + +class InterfaceConfiguration : public QWidget +{ + Q_OBJECT + +public: + InterfaceConfiguration( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~InterfaceConfiguration(); + + QComboBox* profile; + QLabel* TextLabel1; + QFrame* Line1; + QCheckBox* CheckBox3; + QCheckBox* dhcpCheckBox; + QLabel* TextLabel3_3_2; + QSpinBox* SpinBox1_2; + QLabel* TextLabel4; + QLineEdit* ipAddressEdit; + QLabel* TextLabel5; + QLineEdit* firstDNSLineEdit; + QLabel* TextLabel3; + QLineEdit* subnetMaskEdit; + QLineEdit* gatewayEdit; + QLabel* TextLabel7; + QLabel* TextLabel2; + QLineEdit* secondDNSLineEdit; + QGroupBox* GroupBox2; + +protected: + QGridLayout* InterfaceConfigurationLayout; +}; + +#endif // INTERFACECONFIGURATION_H -- cgit v0.9.0.2