[Digikam-devel] [Bug 145076] Ctrl-Shift-S does not perform 'Save as' action
Gilles Caulier
caulier.gilles at gmail.com
Mon May 21 09:06:58 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=145076
------- Additional Comments From caulier.gilles gmail com 2007-05-21 10:06 -------
And digiKam image editor use the KStdAction::saveAs() method for that (:=))) :
void EditorWindow::setupStandardActions()
{
...
m_saveAsAction = KStdAction::saveAs(this, SLOT(slotSaveAs()), actionCollection(), "editorwindow_saveas");
...
}
Look like it's non-coherent... With KStdAction methods, we cannot give a shortcut. All is given by KDE API (to be homogenous and simplify the devel. life)...
A solution is to use KAction instead
Gilles
More information about the Digikam-devel
mailing list