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 --- filesharing/simple/controlcenter.ui | 486 ++++++++++++++++++++++++++++++++++++ 1 file changed, 486 insertions(+) create mode 100644 filesharing/simple/controlcenter.ui (limited to 'filesharing/simple/controlcenter.ui') diff --git a/filesharing/simple/controlcenter.ui b/filesharing/simple/controlcenter.ui new file mode 100644 index 00000000..eea9166e --- /dev/null +++ b/filesharing/simple/controlcenter.ui @@ -0,0 +1,486 @@ + +ControlCenterGUI + + + ControlCenterGUI + + + + 0 + 0 + 525 + 535 + + + + + unnamed + + + 0 + + + + infoLbl + + + 11 + + + SMB and NFS servers are not installed on this machine, to enable this module the servers must be installed. + + + WordBreak|AlignVCenter + + + + + shareGrp + + + Enable Local Networ&k File Sharing + + + true + + + true + + + + unnamed + + + + simpleRadio + + + Si&mple sharing + + + true + + + 1 + + + + + layout4 + + + + unnamed + + + + frame4_2 + + + + 0 + 5 + 0 + 0 + + + + + 11 + 0 + + + + NoFrame + + + Raised + + + 0 + + + + + textLabel1 + + + + 1 + + + + Enable simple sharing to allow users to share folders from their HOME folder, without knowing the root password. + + + WordBreak|AlignVCenter + + + + + + + advancedRadio + + + Advanced sharin&g + + + 1 + + + + + layout4_2 + + + + unnamed + + + + frame4_2_2 + + + + 0 + 5 + 0 + 0 + + + + + 11 + 0 + + + + NoFrame + + + Raised + + + 0 + + + + + textLabel1_2 + + + + 1 + + + + Enable advanced sharing to allow users to share any folders, as long as they have write access to the needed configuration files, or they know the root password. + + + WordBreak|AlignVCenter + + + + + + + layout3 + + + + unnamed + + + + frame4 + + + + 0 + 5 + 0 + 0 + + + + + 11 + 0 + + + + NoFrame + + + Raised + + + 0 + + + + + nfsChk + + + false + + + Use &NFS (Linux/UNIX) + + + true + + + + + sambaChk + + + false + + + Use Sam&ba (Microsoft(R) Windows(R)) + + + true + + + + + + + layout10 + + + + unnamed + + + + allowedUsersBtn + + + Allo&wed Users + + + + + spacer9 + + + Horizontal + + + Expanding + + + + 40 + 20 + + + + + + + + + + sharedFoldersGroupBox + + + Shared Folders + + + + unnamed + + + + + Path + + + true + + + true + + + + + Samba + + + true + + + true + + + + + NFS + + + true + + + true + + + + listView + + + NoSelection + + + + + shareBtnPnl + + + false + + + NoFrame + + + Plain + + + + unnamed + + + 0 + + + + addShareBtn + + + A&dd... + + + + + changeShareBtn + + + false + + + Chang&e... + + + + + removeShareBtn + + + false + + + Rem&ove + + + + + spacer2 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + + + + advancedRadio + toggled(bool) + nfsChk + setEnabled(bool) + + + advancedRadio + toggled(bool) + sambaChk + setEnabled(bool) + + + shareGrp + clicked(int) + ControlCenterGUI + changedSlot() + + + simpleRadio + clicked() + ControlCenterGUI + changedSlot() + + + advancedRadio + clicked() + ControlCenterGUI + changedSlot() + + + sambaChk + clicked() + ControlCenterGUI + changedSlot() + + + nfsChk + clicked() + ControlCenterGUI + changedSlot() + + + listView + selectionChanged() + ControlCenterGUI + listView_selectionChanged() + + + + sambaChk + nfsChk + listView + + + controlcenter.ui.h + krichtextlabel.h + + + changed() + + + changedSlot() + listView_selectionChanged() + + + + krichtextlabel.h + klistview.h + kpushbutton.h + + -- cgit v1.2.1