From d1837c9c92c9f38a464f0473001db4e9a57d44e7 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 28 Nov 2010 11:58:57 +0100 Subject: Added action to copy file path to clipboard 4 new actions to copy the file path to clipboard. It's either the unix full path, the unix dir, the windows full path or the windows dir. For the latter '/' is replaced with '\' and a drive letter is prepended. The drive letter is configurable in the ConfigurationDialog. While at it I revamped it and added another tab to make it more user friendly. --- shemov.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index de80a41..1cb367f 100644 --- a/shemov.h +++ b/shemov.h @@ -126,6 +126,10 @@ class SheMov : public QMainWindow { QAction *mSetPartNoA; QAction *mDeleteFilesFromTreeA; QAction *mFilePropertiesA; + QAction *mCopyUnixFullPathA; + QAction *mCopyUnixDirA; + QAction *mCopyWindowsFullPathA; + QAction *mCopyWindowsDirA; QActionGroup *mOpenWithGroupFS; QActionGroup *mOpenWithGroupAV; -- cgit v1.2.3-70-g09d2