From 3c2605811571b5c8ccfbe2bdb1a03ec7a9c9f1c1 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Mon, 04 Nov 2002 19:51:00 +0000 Subject: Now using kernel calls for interface information --- (limited to 'noncore/net/networksetup/ppp') diff --git a/noncore/net/networksetup/ppp/.cvsignore b/noncore/net/networksetup/ppp/.cvsignore new file mode 100644 index 0000000..d753773 --- a/dev/null +++ b/noncore/net/networksetup/ppp/.cvsignore @@ -0,0 +1,23 @@ +.moc.cpp +*.moc +*.moc.o +*.o +moc_*.cpp +.libs +.deps +.moc.o +.o +Makefile* +networksetup +addconnection.cpp +addconnection.h +interfaceadvanced.cpp +interfaceadvanced.h +interfaceinformation.cpp +interfaceinformation.h +interfacesetup.cpp +interfacesetup.h +mainwindow.cpp +mainwindow.h +systemadvanced.cpp +systemadvanced.h diff --git a/noncore/net/networksetup/ppp/ppp.ui b/noncore/net/networksetup/ppp/ppp.ui new file mode 100644 index 0000000..d08eda0 --- a/dev/null +++ b/noncore/net/networksetup/ppp/ppp.ui @@ -0,0 +1,770 @@ + +DialupBase + + QDialog + + name + Form1 + + + geometry + + 0 + 0 + 273 + 340 + + + + caption + Dial-up + + + layoutMargin + + + layoutSpacing + + + + margin + 1 + + + spacing + 0 + + + QTabWidget + + name + TabWidget2 + + + layoutMargin + + + layoutSpacing + + + QWidget + + name + tab + + + title + Account + + + + margin + 6 + + + spacing + 4 + + + QLineEdit + + name + password + + + echoMode + Password + + + + QLineEdit + + name + username + + + + QLabel + + name + TextLabel1 + + + text + Username + + + + QLabel + + name + TextLabel2 + + + text + Password + + + + QLabel + + name + TextLabel1_2_2 + + + text + Phone # + + + + QLineEdit + + name + phone + + + + Line + + name + Line3 + + + orientation + Horizontal + + + + QLineEdit + + name + acname + + + + QLabel + + name + TextLabel1_2 + + + text + Name + + + + Line + + name + Line4 + + + orientation + Horizontal + + + + + name + Spacer4 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + QWidget + + name + tab + + + title + Modem + + + + margin + 6 + + + spacing + 4 + + + QLabel + + name + TextLabel3_2_2 + + + text + AT-dial + + + + QComboBox + + + text + ATDT + + + + + text + ATDP + + + + name + atdial + + + editable + true + + + + QLabel + + name + TextLabel1_4 + + + text + Speed + + + + QComboBox + + + text + 4800 + + + + + text + 9600 + + + + + text + 19200 + + + + + text + 38400 + + + + + text + 57600 + + + + + text + 115200 + + + + name + speed + + + currentItem + 5 + + + + QSlider + + name + connectdelay + + + minValue + 1 + + + maxValue + 180 + + + value + 6 + + + orientation + Horizontal + + + + QLabel + + name + TextLabel1_3 + + + text + Wait time + + + + QLabel + + name + connectdelay_text + + + minimumSize + + 15 + 0 + + + + text + 1 + + + alignment + AlignVCenter|AlignRight + + + hAlign + + + + QLabel + + name + TextLabel5 + + + text + sec + + + + QLabel + + name + TextLabel3 + + + text + Flow control + + + + QCheckBox + + name + crtscts + + + text + Hardware flow control + + + checked + true + + + + + name + Spacer5 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QButtonGroup + + name + dialmode + + + title + Demand Dialing + + + + margin + 11 + + + spacing + 6 + + + QRadioButton + + name + dial_manual + + + text + Manual connect and disconnect + + + + QSpinBox + + name + idletime + + + suffix + seconds + + + maxValue + 3600 + + + lineStep + 30 + + + value + 120 + + + + QLabel + + name + TextLabel1_5 + + + sizePolicy + + 7 + 1 + + + + text + Idle timeout: + + + alignment + AlignVCenter|AlignRight + + + hAlign + + + + QRadioButton + + name + dial_demand + + + text + Automatic connect and disconnect + + + checked + true + + + buttonGroupId + 2 + + + + QRadioButton + + name + dial_idle + + + text + Manual connect, automatic disconnect + + + buttonGroupId + 1 + + + + + + + + QWidget + + name + tab + + + title + Network + + + + margin + 6 + + + spacing + 4 + + + + name + Spacer8 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QCheckBox + + name + usepeerdns + + + text + Auto-detect name servers + + + checked + true + + + + QGroupBox + + name + gatewaybox + + + enabled + false + + + title + + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + TextLabel4_2 + + + text + Gateway + + + + QLineEdit + + name + gateway + + + text + + + + + + + QCheckBox + + name + defaultroute + + + text + Auto-detect routing + + + checked + true + + + + QGroupBox + + name + dnsbox + + + enabled + false + + + title + + + + + margin + 11 + + + spacing + 6 + + + QLineEdit + + name + dns1 + + + text + + + + + QLineEdit + + name + dns2 + + + text + + + + + QLabel + + name + TextLabel1_2_3 + + + text + First DNS + + + + QLabel + + name + TextLabel1_2_2_2 + + + text + Second DNS + + + + + + + + + + + + defaultroute + toggled(bool) + gatewaybox + setDisabled(bool) + + + usepeerdns + toggled(bool) + dnsbox + setDisabled(bool) + + + connectdelay + valueChanged(int) + connectdelay_text + setNum(int) + + + dial_manual + toggled(bool) + idletime + setDisabled(bool) + + + + TabWidget2 + acname + username + password + phone + atdial + speed + crtscts + connectdelay + dial_manual + dial_idle + dial_demand + idletime + defaultroute + gateway + usepeerdns + dns1 + dns2 + + -- cgit v0.9.0.2