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 --- krdc/hostprofiles.ui | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 krdc/hostprofiles.ui (limited to 'krdc/hostprofiles.ui') diff --git a/krdc/hostprofiles.ui b/krdc/hostprofiles.ui new file mode 100644 index 00000000..2b36919b --- /dev/null +++ b/krdc/hostprofiles.ui @@ -0,0 +1,168 @@ + +HostProfiles + + + HostProfiles + + + + 0 + 0 + 451 + 222 + + + + + unnamed + + + 0 + + + + + Host + + + true + + + true + + + + + Type + + + true + + + true + + + + + Settings + + + true + + + true + + + + hostListView + + + Multi + + + true + + + true + + + false + + + This list shows all hosts that you have visited and a summary of your settings for them. If you want to reset the setting for a host, you can delete it using the buttons below. When you connect again you can then re-configure them. + + + + + spacer3 + + + Horizontal + + + Expanding + + + + 117 + 21 + + + + + + removeHostButton + + + &Remove Selected Host + + + Deletes the hosts that you have selected in the list above. + + + + + removeAllButton + + + Remove &All Hosts + + + Removes all hosts from the list. + + + + + + + removeHostButton + clicked() + HostProfiles + removeHost() + + + removeAllButton + clicked() + HostProfiles + removeAllHosts() + + + hostListView + selectionChanged() + HostProfiles + selectionChanged() + + + hostListView + doubleClicked(QListViewItem*,const QPoint&,int) + HostProfiles + slotHostDoubleClicked(QListViewItem*) + + + + kdialog.h + hostpreferences.h + hostprofiles.ui.h + + + HostPrefPtrList deletedHosts; + + + hostDoubleClicked(HostPrefPtr) + + + removeHost() + removeAllHosts() + selectionChanged() + slotHostDoubleClicked( QListViewItem * ) + + + load() + save() + + + + + klistview.h + + -- cgit v1.2.1