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/net/networksetup/interfacesetup.ui') diff --git a/noncore/net/networksetup/interfacesetup.ui b/noncore/net/networksetup/interfacesetup.ui new file mode 100644 index 0000000..698422c --- a/dev/null +++ b/noncore/net/networksetup/interfacesetup.ui @@ -0,0 +1,274 @@ + +InterfaceSetup + + QDialog + + name + InterfaceSetup + + + geometry + + 0 + 0 + 193 + 310 + + + + caption + Interface Configuration + + + + margin + 11 + + + spacing + 6 + + + Line + + name + Line1 + + + orientation + Horizontal + + + + QLabel + + name + TextLabel4 + + + text + IP Address + + + + QCheckBox + + name + autoStart + + + text + Automaticly bring up + + + + QComboBox + + + text + All + + + + name + profileCombo + + + + QGroupBox + + name + staticGroupBox + + + enabled + false + + + title + Static Ip Configuration + + + + QLineEdit + + name + ipAddressEdit + + + + QLabel + + name + leaseHoursLabel + + + text + Requested Lease + + + + QCheckBox + + name + dhcpCheckBox + + + text + DHCP + + + checked + true + + + + QLabel + + name + TextLabel5 + + + text + Subnet Mask + + + + QLabel + + name + TextLabel1 + + + text + Profile: + + + + QSpinBox + + name + leaseTime + + + suffix + hours + + + maxValue + 336 + + + minValue + 1 + + + value + 24 + + + + + name + Spacer9 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLineEdit + + name + secondDNSLineEdit + + + + QLabel + + name + TextLabel3 + + + text + Second DNS + + + + QLabel + + name + TextLabel2 + + + text + First DNS + + + + QLineEdit + + name + firstDNSLineEdit + + + + QLabel + + name + TextLabel1_2 + + + text + Gateway + + + + QLineEdit + + name + subnetMaskEdit + + + + QLineEdit + + name + gatewayEdit + + + + + + + dhcpCheckBox + toggled(bool) + leaseHoursLabel + setEnabled(bool) + + + dhcpCheckBox + toggled(bool) + leaseTime + setEnabled(bool) + + + dhcpCheckBox + toggled(bool) + staticGroupBox + setDisabled(bool) + + + -- cgit v0.9.0.2