From bcb704366cb5e333a626c18c308c7e0448a8e69f 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/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../advanced/kcm_sambaconf/socketoptionsdlg.ui | 332 +++++++++++++++++++++ 1 file changed, 332 insertions(+) create mode 100644 filesharing/advanced/kcm_sambaconf/socketoptionsdlg.ui (limited to 'filesharing/advanced/kcm_sambaconf/socketoptionsdlg.ui') diff --git a/filesharing/advanced/kcm_sambaconf/socketoptionsdlg.ui b/filesharing/advanced/kcm_sambaconf/socketoptionsdlg.ui new file mode 100644 index 00000000..acfaf91f --- /dev/null +++ b/filesharing/advanced/kcm_sambaconf/socketoptionsdlg.ui @@ -0,0 +1,332 @@ + +SocketOptionsDlg + +/****************************************************************************** + * * + * This file is part of KSambaPlugin. * + * * + * KSambaPlugin is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * KSambaPlugin is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with KSambaPlugin; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + * * + ******************************************************************************/ + + + + SocketOptionsDlg + + + + 0 + 0 + 457 + 240 + + + + Socket Options + + + true + + + + unnamed + + + 11 + + + 6 + + + + Layout106 + + + + unnamed + + + 0 + + + 6 + + + + SO_SNDLOWATChk + + + SO_SNDLOWAT: + + + + + IPTOS_THROUGHPUTChk + + + IPTOS_THROUGHPUT + + + + + SO_SNDBUFChk + + + SO_SNDBUF: + + + + + SO_KEEPALIVEChk + + + SO_KEEPALIVE + + + + + SO_RCVBUFChk + + + SO_RCVBUF: + + + + + SO_SNDBUFSpin + + + false + + + 100000 + + + + + SO_RCVLOWATSpin + + + false + + + 100000 + + + + + SO_BROADCASTChk + + + SO_BROADCAST + + + + + IPTOS_LOWDELAYChk + + + IPTOS_LOWDELAY + + + + + TCP_NODELAYChk + + + TCP_NODELAY + + + + + SO_RCVLOWATChk + + + SO_RCVLOWAT: + + + + + SO_RCVBUFSpin + + + false + + + 100000 + + + + + SO_SNDLOWATSpin + + + false + + + 100000 + + + + + SO_REUSEADDRChk + + + SO_REUSEADDR + + + + + + + Frame8 + + + HLine + + + Sunken + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + F1 + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + true + + + + + + + + + buttonOk + clicked() + SocketOptionsDlg + accept() + + + buttonCancel + clicked() + SocketOptionsDlg + reject() + + + SO_RCVLOWATChk + toggled(bool) + SO_RCVLOWATSpin + setEnabled(bool) + + + SO_SNDLOWATChk + toggled(bool) + SO_SNDLOWATSpin + setEnabled(bool) + + + SO_RCVBUFChk + toggled(bool) + SO_RCVBUFSpin + setEnabled(bool) + + + SO_SNDBUFChk + toggled(bool) + SO_SNDBUFSpin + setEnabled(bool) + + + + assert.h + sambashare.h + socketoptionsdlg.ui.h + + + class SambaShare; + + + SambaShare* _share; + + + setShare( SambaShare * share ) + getBoolValue( const QString & str, const QString & name ) + getIntValue( const QString & str, const QString & name ) + + + -- cgit v1.2.1