summaryrefslogtreecommitdiff
path: root/noncore/net/networksetup/interfaceedit.h
blob: a65c030148f29f6a35c497d37da996aa4faa98f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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 <qvariant.h>
#include <qwidget.h>
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