mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-27 09:58:08 +01:00
Training: define key accelerators for the main buttons
This commit is contained in:
parent
1232eda206
commit
e4f9c03ca7
2 changed files with 5 additions and 5 deletions
|
@ -734,7 +734,7 @@ void MainWindow::createMenu()
|
|||
|
||||
QMenu *menuHelp = new QMenu(m_ui.menubar);
|
||||
m_ui.menubar->addAction(menuHelp->menuAction());
|
||||
menuHelp->setTitle(_q("Hel&p"));
|
||||
menuHelp->setTitle(_q("He&lp"));
|
||||
addMenuAction(menuHelp, _q("&About..."), QString(""),
|
||||
_q("About Eliot"), SLOT(onHelpAbout()),
|
||||
false, QIcon(":/images/info_16px.png"));
|
||||
|
|
|
@ -116,14 +116,14 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="pushButtonRack">
|
||||
<property name="text">
|
||||
<string>_("New rack")</string>
|
||||
<string>_("&New rack")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pushButtonComplement">
|
||||
<property name="text">
|
||||
<string>_("Complement")</string>
|
||||
<string>_("&Complement")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -133,7 +133,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>_("Search")</string>
|
||||
<string>_("Sea&rch")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>_("Play selected")</string>
|
||||
<string>_("&Play selected")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue