mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Try to fix bug #303
This commit is contained in:
@@ -1010,8 +1010,10 @@ void QETElementEditor::setupActions()
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
ui->m_delete_action -> setShortcut(QKeySequence(Qt::Key_Delete));
|
||||
ui->m_quit_action -> setShortcut(QKeySequence(tr("Ctrl+Q")));
|
||||
#else
|
||||
ui->m_delete_action -> setShortcut(QKeySequence(tr("Backspace")));
|
||||
ui->m_quit_action -> setShortcut(QKeySequence(tr("Ctrl+W")));
|
||||
#endif
|
||||
|
||||
//Depth action
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>21</height>
|
||||
<height>33</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="m_file_menu">
|
||||
@@ -283,7 +283,10 @@
|
||||
<normaloff>:/ico/16x16/application-exit.png</normaloff>:/ico/16x16/application-exit.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Quitter</string>
|
||||
<string>&Fermer cet éditeur</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Fermer cet éditeur</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="m_deselect_all_action">
|
||||
|
||||
Reference in New Issue
Block a user