summaryrefslogtreecommitdiffstats
path: root/languages/cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-18 10:29:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-18 10:29:54 +0900
commitf6ca198c8157ee32fc24d816aefd8feaaf20b6ef (patch)
tree54871bd4395cb44419982c8d7f7e9577ca09d9de /languages/cpp
parent0094503b4a9e2468ac8dd0ddbe5632173dfeb76e (diff)
downloadtdevelop-f6ca198c8157ee32fc24d816aefd8feaaf20b6ef.tar.gz
tdevelop-f6ca198c8157ee32fc24d816aefd8feaaf20b6ef.zip
Remove unnecessary accelerators from .ui filesr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc)
Diffstat (limited to 'languages/cpp')
-rw-r--r--languages/cpp/addattributedialogbase.ui6
-rw-r--r--languages/cpp/addmethoddialogbase.ui6
-rw-r--r--languages/cpp/ccconfigwidgetbase.ui9
-rw-r--r--languages/cpp/debugger/debuggerconfigwidgetbase.ui9
4 files changed, 0 insertions, 30 deletions
diff --git a/languages/cpp/addattributedialogbase.ui b/languages/cpp/addattributedialogbase.ui
index 18b98e9c..793d26b4 100644
--- a/languages/cpp/addattributedialogbase.ui
+++ b/languages/cpp/addattributedialogbase.ui
@@ -258,9 +258,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -275,9 +272,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/languages/cpp/addmethoddialogbase.ui b/languages/cpp/addmethoddialogbase.ui
index 3926f966..b4af8a5e 100644
--- a/languages/cpp/addmethoddialogbase.ui
+++ b/languages/cpp/addmethoddialogbase.ui
@@ -314,9 +314,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -331,9 +328,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/languages/cpp/ccconfigwidgetbase.ui b/languages/cpp/ccconfigwidgetbase.ui
index 32b69e92..9fe117c1 100644
--- a/languages/cpp/ccconfigwidgetbase.ui
+++ b/languages/cpp/ccconfigwidgetbase.ui
@@ -289,9 +289,6 @@ completion-box.</string>
<string>Show comment with
argument hint</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</vbox>
</widget>
@@ -1059,9 +1056,6 @@ This option only applies to QMake projects.</string>
<property name="text">
<string>Qt &amp;3 style (#include &lt;qwidget.h&gt;)</string>
</property>
- <property name="accel">
- <string>Alt+3</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -1076,9 +1070,6 @@ This option only applies to QMake projects.</string>
<property name="text">
<string>Qt &amp;4 style (#include &lt;QWidget&gt;)</string>
</property>
- <property name="accel">
- <string>Alt+4</string>
- </property>
<property name="whatsThis" stdset="0">
<string>Select this if your project is using include style as known from Qt version 4.x.</string>
</property>
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 &amp;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&amp;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 &amp;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.