From 721fd40222440c6e8a81f4379f894d8908772a8a Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 2 Jun 2013 11:24:06 +0200 Subject: Implement Rename Rename items: spits out an error message if the new item already exists. --- shemov.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 0144a7d..e0425fb 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -737,6 +737,11 @@ void SheMov::createActions(){ /* picView(er) END Actions! */ + // ArchiveView actions + mArchiveViewRenameA = new QAction(tr("Rename..."), this); + connect(mArchiveViewRenameA, SIGNAL(triggered()), mArchive->archiveTree(), SLOT(rename())); + mArchive->archiveTree()->addAction(mArchiveViewRenameA); + //don't add actions with checkable(true) unless you know what you're doing! mPicActionGroup = new QActionGroup(this); mPicActionGroup->addAction(mPWDeletePicFromA); -- cgit v1.2.3-70-g09d2