From 9adbe632ec54bf155b9882e4e0b51c293259cdf2 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Fri, 25 Oct 2002 19:32:57 +0000 Subject: Initial --- (limited to 'noncore/net/networksetup/interfaces/interfacesetup.ui') diff --git a/noncore/net/networksetup/interfaces/interfacesetup.ui b/noncore/net/networksetup/interfaces/interfacesetup.ui new file mode 100644 index 0000000..ab8e413 --- a/dev/null +++ b/noncore/net/networksetup/interfaces/interfacesetup.ui @@ -0,0 +1,284 @@ + +InterfaceSetup + + QWidget + + name + InterfaceSetup + + + geometry + + 0 + 0 + 290 + 280 + + + + caption + Interface Configuration + + + + margin + 11 + + + spacing + 6 + + + QCheckBox + + name + autoStart + + + text + Automatically bring up + + + + QLayoutWidget + + name + Layout9 + + + + margin + 0 + + + spacing + 6 + + + QCheckBox + + name + dhcpCheckBox + + + text + DHCP + + + checked + true + + + + QLabel + + name + leaseHoursLabel + + + text + Requested Lease + + + + QSpinBox + + name + leaseTime + + + suffix + hours + + + maxValue + 87600 + + + minValue + 1 + + + value + 168 + + + + + + QGroupBox + + name + staticGroupBox + + + enabled + false + + + frameShape + Box + + + frameShadow + Sunken + + + title + Static Ip Configuration + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + TextLabel5 + + + text + Subnet Mask + + + + QLineEdit + + name + gatewayEdit + + + + QLineEdit + + name + subnetMaskEdit + + + + QLineEdit + + name + ipAddressEdit + + + + QLabel + + name + TextLabel2 + + + text + First DNS + + + + QLabel + + name + TextLabel4 + + + text + IP Address + + + + QLabel + + name + TextLabel1_2 + + + text + Gateway + + + + QLabel + + name + TextLabel3 + + + text + Second DNS + + + + QLineEdit + + name + firstDNSLineEdit + + + + QLineEdit + + name + secondDNSLineEdit + + + + + + + name + Spacer9 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + + dhcpCheckBox + toggled(bool) + leaseHoursLabel + setEnabled(bool) + + + dhcpCheckBox + toggled(bool) + leaseTime + setEnabled(bool) + + + dhcpCheckBox + toggled(bool) + staticGroupBox + setDisabled(bool) + + + + autoStart + dhcpCheckBox + leaseTime + ipAddressEdit + subnetMaskEdit + gatewayEdit + firstDNSLineEdit + secondDNSLineEdit + + -- cgit v0.9.0.2