KonqInterface /****************************************************************************** * * * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * * ******************************************************************************/ Jan Schäfer <janschaefer@users.sourceforge.net> konqinterface 0 0 368 417 unnamed 0 6 btnGrp 0 unnamed 5 5 notSharedRadio Not share&d false 1 sharedRadio &Shared 0 baseGrp Bas&e Options unnamed 11 6 commentEdit Comment This is a text field that is seen next to a share when a client queries the server, either via the network neighborhood or via net view, to list what shares are available. nameEdit Name of the share This is the name of the share TextLabel1_2 &Name: PlainText nameEdit This is the name of the share TextLabel5_2 Commen&t: commentEdit This is a text field that is seen next to a share when a client queries the server, either via the network neighborhood or via net view, to list what shares are available. securityGrp Security Options unnamed 11 6 denyEdit The opposite of hosts allow - hosts listed here are NOT permitted access to services unless the specific services have their own lists to override this one. Where the lists conflict, the allow list takes precedence. allowEdit This parameter is a comma, space, or tab delimited set of hosts which are permitted to access a service. TextLabel6 Hosts den&y: denyEdit The opposite of hosts allow - hosts listed here are NOT permitted access to services unless the specific services have their own lists to override this one. Where the lists conflict, the allow list takes precedence. TextLabel5 &Hosts allow: allowEdit This parameter is a comma, space, or tab delimited set of hosts which are permitted to access a service. TextLabel1 Guest &account: guestAccountCombo This is a username which will be used for access to services which are specified as guest ok. Whatever privileges this user has will be available to any client connecting to the guest service. Typically this user will exist in the password file, but will not have a valid login. The user account \"ftp\" is often a good choice for this parameter. If a username is specified in a given service, the specified username overrides this one. readOnlyChk &Read only If this is checked, then users of a service may not create or modify files in the service's directory. guestOkChk G&uests allowed If this is checked , then no password is required to connect to the service. Privileges will be those of the guest account. guestAccountCombo false This is a username which will be used for access this directory if guests are allowed otherGrp Other Options unnamed 11 6 browseableChk Bro&wseable This controls whether this share is seen in the list of available shares in a net view and in the browse list. availableChk 1 0 10 0 A&vailable Checkbox lets you \"turn off\" a service. If not checked, then ALL attempts to connect to the service will fail. Such failures are logged. Layout10 unnamed 0 6 Spacer9 Horizontal Expanding 20 0 moreOptionsBtn More Opt&ions Spacer8 Vertical Expanding 0 20 nameEdit textChanged(const TQString&) konqinterface changedSlot() commentEdit textChanged(const TQString&) konqinterface changedSlot() readOnlyChk clicked() konqinterface changedSlot() guestOkChk clicked() konqinterface changedSlot() allowEdit textChanged(const TQString&) konqinterface changedSlot() denyEdit textChanged(const TQString&) konqinterface changedSlot() browseableChk clicked() konqinterface changedSlot() availableChk clicked() konqinterface changedSlot() moreOptionsBtn clicked() konqinterface moreOptionsPressed() guestOkChk toggled(bool) guestAccountCombo setEnabled(bool) notSharedRadio sharedRadio nameEdit commentEdit readOnlyChk guestOkChk guestAccountCombo allowEdit denyEdit browseableChk availableChk moreOptionsBtn changed() changedSlot() moreOptionsPressed()