Change the shortcut for ui form preview

Reviewed-by: dt <qtc-committer@nokia.com>
Task-number: QTCREATORBUG-1911
This commit is contained in:
Jarek Kobus
2010-08-25 11:54:01 +02:00
parent ece749c30e
commit 351beb8697
5 changed files with 7 additions and 7 deletions

View File

@@ -530,7 +530,7 @@ void FormEditorW::setupActions()
m_actionPreview = m_fwm->actionDefaultPreview();
QTC_ASSERT(m_actionPreview, return);
addToolAction(m_actionPreview, am, m_contexts,
QLatin1String("FormEditor.Preview"), mformtools, tr("Ctrl+Alt+R"));
QLatin1String("FormEditor.Preview"), mformtools, tr("Alt+Shift+R"));
// Preview in style...
m_actionGroupPreviewInStyle = m_fwm->actionGroupPreviewInStyle();