From 2bda8f7717adf28da4af0d34fb82f63d2868c31d Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksim/monitors/snmp/hostdialogbase.ui | 526 +++++++++++++++++++++++++++++++++++ 1 file changed, 526 insertions(+) create mode 100644 ksim/monitors/snmp/hostdialogbase.ui (limited to 'ksim/monitors/snmp/hostdialogbase.ui') diff --git a/ksim/monitors/snmp/hostdialogbase.ui b/ksim/monitors/snmp/hostdialogbase.ui new file mode 100644 index 0000000..1ee9ee4 --- /dev/null +++ b/ksim/monitors/snmp/hostdialogbase.ui @@ -0,0 +1,526 @@ + +KSim::Snmp::HostDialogBase +Much thanks to Frerich for hints/advice on the GUI design +Simon Hausmann + + + HostDialogBase + + + + 0 + 0 + 559 + 454 + + + + Configure Host + + + true + + + + unnamed + + + + textLabel2 + + + NoFrame + + + Plain + + + &Hostname: + + + hostName + + + + + hostName + + + + + textLabel3 + + + &Port: + + + port + + + + + port + + + 65535 + + + 1 + + + + + spacer2 + + + Horizontal + + + Expanding + + + + 91 + 20 + + + + + + buttonGroup2 + + + Authentication Details + + + + unnamed + + + + authenticationDetails + + + + snmpV1Page + + + 0 + + + + unnamed + + + + textLabel5 + + + &Community String: + + + communityString + + + + + spacer4 + + + Vertical + + + Expanding + + + + 20 + 41 + + + + + + spacer3 + + + Horizontal + + + Expanding + + + + 160 + 20 + + + + + + communityString + + + Password + + + + + + + snmpV3Page + + + 1 + + + + unnamed + + + + textLabel6 + + + S&ecurity name: + + + securityName + + + + + textLabel7 + + + Security &level: + + + securityLevel + + + + + authenticationTypeLabel + + + &Authentication type: + + + authenticationType + + + + + privacyTypeLabel + + + P&rivacy type: + + + privacyType + + + + + privacyPassphraseLabel + + + Priva&cy passphrase: + + + privacyPassphrase + + + + + authenticationPassphraseLabel + + + Authentication &passphrase: + + + authenticationPassphrase + + + + + spacer5 + + + Horizontal + + + Expanding + + + + 71 + 20 + + + + + + securityName + + + + + privacyType + + + true + + + + + privacyPassphrase + + + Password + + + + + securityLevel + + + + + authenticationType + + + + + authenticationPassphrase + + + Password + + + + + spacer7 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + line3 + + + HLine + + + Sunken + + + Horizontal + + + + + textLabel2_2 + + + &SNMP version: + + + snmpVersion + + + + + snmpVersion + + + + + spacer8 + + + Horizontal + + + Expanding + + + + 351 + 20 + + + + + + + + line2 + + + HLine + + + Sunken + + + Horizontal + + + + + layout2 + + + + unnamed + + + + testHostButton + + + Test Host... + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 220 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + true + + + + + + + + + buttonOk + clicked() + HostDialogBase + accept() + + + buttonCancel + clicked() + HostDialogBase + reject() + + + snmpVersion + activated(const QString&) + HostDialogBase + showSnmpAuthenticationDetailsForVersion(const QString&) + + + securityLevel + activated(const QString&) + HostDialogBase + enableDisabledAuthenticationAndPrivacyElementsForSecurityLevel(const QString&) + + + hostName + textChanged(const QString&) + HostDialogBase + checkValidity() + + + securityName + textChanged(const QString&) + HostDialogBase + checkValidity() + + + communityString + textChanged(const QString&) + HostDialogBase + checkValidity() + + + testHostButton + clicked() + HostDialogBase + testHost() + + + + hostName + port + snmpVersion + securityName + securityLevel + authenticationType + authenticationPassphrase + privacyType + privacyPassphrase + buttonOk + buttonCancel + communityString + + + showSnmpAuthenticationDetailsForVersion(const QString &) + enableDisabledAuthenticationAndPrivacyElementsForSecurityLevel(const QString &) + checkValidity() + testHost() + + + + kdialog.h + klineedit.h + klineedit.h + klineedit.h + klineedit.h + klineedit.h + + -- cgit v1.2.1