added message shortcuts

This commit is contained in:
brukie 2009-06-25 13:12:54 +02:00
parent fb03c5cdbb
commit 6a537979d0
7 changed files with 158 additions and 7 deletions

View file

@ -190,7 +190,7 @@ void MainWindow::createActions()
aDeckEditor = new QAction(tr("&Deck editor"), this);
connect(aDeckEditor, SIGNAL(triggered()), this, SLOT(actDeckEditor()));
aFullScreen = new QAction(tr("&Full screen"), this);
aFullScreen->setShortcut(tr("F4"));
aFullScreen->setShortcut(tr("Ctrl+F4"));
aFullScreen->setCheckable(true);
connect(aFullScreen, SIGNAL(toggled(bool)), this, SLOT(actFullScreen(bool)));
aExit = new QAction(tr("&Exit"), this);