diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:35 +0900 |
commit | 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc (patch) | |
tree | 922ddf6fc1ef27bbab3ea9b3d0a35e21fb82aa5a /languages/cpp/debugger | |
parent | d3db71f97bc47789e335e32bb60f5a0823e2666c (diff) | |
download | tdevelop-0ba031d9dfc995a1dfb3a0d770501acd2d2990cc.tar.gz tdevelop-0ba031d9dfc995a1dfb3a0d770501acd2d2990cc.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/cpp/debugger')
-rw-r--r-- | languages/cpp/debugger/debuggerconfigwidgetbase.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/languages/cpp/debugger/debuggerconfigwidgetbase.ui b/languages/cpp/debugger/debuggerconfigwidgetbase.ui index 9d6dcbf1..b3d0ae5e 100644 --- a/languages/cpp/debugger/debuggerconfigwidgetbase.ui +++ b/languages/cpp/debugger/debuggerconfigwidgetbase.ui @@ -156,9 +156,6 @@ If you are not "dlopen"ing libs then leave this unchecked.</string> <property name="text"> <string>Enable separate terminal for application &IO</string> </property> - <property name="accel"> - <string>Alt+I</string> - </property> <property name="whatsThis" stdset="0"> <string>This allows you to enter terminal input when your application contains terminal input code (e.g. cin, fgets, etc.). @@ -173,9 +170,6 @@ Otherwise leave it unchecked.</string> <property name="text"> <string>E&nable floating toolbar</string> </property> - <property name="accel"> - <string>Alt+N</string> - </property> <property name="whatsThis" stdset="0"> <string>Use the floating toolbar. This toolbar always stays on top of all windows so that if the app covers TDevelop @@ -192,9 +186,6 @@ This toolbar is in addition to the toolbar in TDevelop.</string> <property name="text"> <string>Display static &members</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="whatsThis" stdset="0"> <string>Displaying static members makes GDB slower in producing data within TDE and TQt. |