summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-22 10:32:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-22 10:32:51 +0900
commit044c03f28ec609b5151e7ab4106a0f0eb86db094 (patch)
tree20789ea723500001d54fdd4c287eb2a1ee685985
parentec04b50a44be8fc3b6d81c1bc2000f7027272c14 (diff)
downloadtqt3-044c03f2.tar.gz
tqt3-044c03f2.zip
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--doc/html/designer-manual-16.html3
-rw-r--r--doc/html/qmake-manual-7.html3
-rw-r--r--examples/helpdemo/helpdemobase.ui18
-rw-r--r--examples/network/ftpclient/connectdialog.ui6
-rw-r--r--examples/network/ftpclient/ftpmainwindow.ui6
-rw-r--r--examples/process/small_dialog.ui6
-rw-r--r--examples/toplevel/options.ui39
-rw-r--r--qmake/examples/precompile/mydialog.ui3
-rw-r--r--tools/assistant/finddialog.ui6
-rw-r--r--tools/designer/designer/preferences.ui15
-rw-r--r--tools/designer/designer/startdialog.ui9
-rw-r--r--tools/designer/examples/addressbook/addressbook.ui18
-rw-r--r--tools/designer/examples/colortool/mainform.ui15
-rw-r--r--tools/designer/examples/richedit/richedit.ui54
-rw-r--r--tools/designer/plugins/cppeditor/mainfilesettings.ui9
-rw-r--r--tools/designer/templates/Configuration_Dialog.ui9
-rw-r--r--tools/designer/templates/Dialog_with_Buttons_(Bottom).ui9
-rw-r--r--tools/designer/templates/Dialog_with_Buttons_(Right).ui9
-rw-r--r--tools/designer/templates/Tab_Dialog.ui9
-rw-r--r--tools/qtconfig/mainwindowbase.ui9
20 files changed, 0 insertions, 255 deletions
diff --git a/doc/html/designer-manual-16.html b/doc/html/designer-manual-16.html
index be3536c7..39513c56 100644
--- a/doc/html/designer-manual-16.html
+++ b/doc/html/designer-manual-16.html
@@ -89,9 +89,6 @@ body { background: #ffffff; color: black; }
&lt;property name="menuText"&gt;
&lt;string&gt;&amp;amp;New&lt;/string&gt;
&lt;/property&gt;
- &lt;property name="accel"&gt;
- &lt;number&gt;4194382&lt;/number&gt;
- &lt;/property&gt;
&lt;/action&gt;
...
&lt;/actions&gt;
diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html
index 2fd24c8a..acaaf185 100644
--- a/doc/html/qmake-manual-7.html
+++ b/doc/html/qmake-manual-7.html
@@ -106,9 +106,6 @@ body { background: #ffffff; color: black; }
&lt;property name="text"&gt;
&lt;string&gt;&amp;amp;Quit&lt;/string&gt;
&lt;/property&gt;
- &lt;property name="accel"&gt;
- &lt;string&gt;Alt+Q&lt;/string&gt;
- &lt;/property&gt;
&lt;/widget&gt;
&lt;/vbox&gt;
&lt;/widget&gt;
diff --git a/examples/helpdemo/helpdemobase.ui b/examples/helpdemo/helpdemobase.ui
index 75e4b723..3eba96eb 100644
--- a/examples/helpdemo/helpdemobase.ui
+++ b/examples/helpdemo/helpdemobase.ui
@@ -51,9 +51,6 @@
<property name="text">
<string>&amp;Close</string>
</property>
- <property name="accel">
- <string>Alt+C</string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -81,9 +78,6 @@
<property name="text">
<string>&amp;Open Assistant</string>
</property>
- <property name="accel">
- <string>Alt+L</string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -95,9 +89,6 @@
<property name="text">
<string>&amp;Display</string>
</property>
- <property name="accel">
- <string>Alt+D</string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -109,9 +100,6 @@
<property name="text">
<string>&amp;Hide Sidebar when Opening</string>
</property>
- <property name="accel">
- <string>Alt+H</string>
- </property>
</widget>
<widget class="TQPushButton" row="1" column="2" rowspan="1" colspan="2">
<property name="name">
@@ -120,9 +108,6 @@
<property name="text">
<string>C&amp;lose Assistant</string>
</property>
- <property name="accel">
- <string>Alt+L</string>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -150,9 +135,6 @@
<property name="text">
<string>Run TQt Assistant customized for HelpDemo</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</grid>
</widget>
diff --git a/examples/network/ftpclient/connectdialog.ui b/examples/network/ftpclient/connectdialog.ui
index ff0a30a6..2cfad528 100644
--- a/examples/network/ftpclient/connectdialog.ui
+++ b/examples/network/ftpclient/connectdialog.ui
@@ -190,9 +190,6 @@
<property name="text">
<string>OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -207,9 +204,6 @@
<property name="text">
<string>Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/examples/network/ftpclient/ftpmainwindow.ui b/examples/network/ftpclient/ftpmainwindow.ui
index 338aa139..263889c8 100644
--- a/examples/network/ftpclient/ftpmainwindow.ui
+++ b/examples/network/ftpclient/ftpmainwindow.ui
@@ -130,9 +130,6 @@
<property name="text">
<string>Download...</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -144,9 +141,6 @@
<property name="menuText">
<string>E&amp;xit</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
diff --git a/examples/process/small_dialog.ui b/examples/process/small_dialog.ui
index 47d9109d..dc0c2b13 100644
--- a/examples/process/small_dialog.ui
+++ b/examples/process/small_dialog.ui
@@ -77,9 +77,6 @@
<property name="text">
<string>OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -94,9 +91,6 @@
<property name="text">
<string>Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/examples/toplevel/options.ui b/examples/toplevel/options.ui
index 5f877980..d496ba15 100644
--- a/examples/toplevel/options.ui
+++ b/examples/toplevel/options.ui
@@ -62,9 +62,6 @@
<property name="text">
<string>&amp;Normal</string>
</property>
- <property name="accel">
- <string>Alt+N</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -82,9 +79,6 @@
<property name="text">
<string>&amp;Dialog</string>
</property>
- <property name="accel">
- <string>Alt+D</string>
- </property>
<property name="toolTip" stdset="0">
<string>A thin dialog border</string>
</property>
@@ -121,9 +115,6 @@
<property name="text">
<string>S&amp;ystem Menu</string>
</property>
- <property name="accel">
- <string>Alt+Y</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -141,9 +132,6 @@
<property name="text">
<string>Minimi&amp;ze</string>
</property>
- <property name="accel">
- <string>Alt+Z</string>
- </property>
<property name="toolTip" stdset="0">
<string>A minimize button</string>
</property>
@@ -158,9 +146,6 @@
<property name="text">
<string>Ma&amp;ximize</string>
</property>
- <property name="accel">
- <string>Alt+X</string>
- </property>
<property name="toolTip" stdset="0">
<string>A maximize button</string>
</property>
@@ -175,9 +160,6 @@
<property name="text">
<string>&amp;What's This</string>
</property>
- <property name="accel">
- <string>Alt+W</string>
- </property>
<property name="toolTip" stdset="0">
<string>A context help button</string>
</property>
@@ -221,9 +203,6 @@
<property name="text">
<string>Taskbar &amp;Entry</string>
</property>
- <property name="accel">
- <string>Alt+E</string>
- </property>
<property name="toolTip" stdset="0">
<string>Entry in the taskbar</string>
</property>
@@ -238,9 +217,6 @@
<property name="text">
<string>Stays on T&amp;op</string>
</property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
<property name="toolTip" stdset="0">
<string>Stay on top of the desktop</string>
</property>
@@ -258,9 +234,6 @@
<property name="text">
<string>&amp;Popup</string>
</property>
- <property name="accel">
- <string>Alt+P</string>
- </property>
<property name="toolTip" stdset="0">
<string>A popup window</string>
</property>
@@ -275,9 +248,6 @@
<property name="text">
<string>Too&amp;l</string>
</property>
- <property name="accel">
- <string>Alt+L</string>
- </property>
<property name="toolTip" stdset="0">
<string>A tool window</string>
</property>
@@ -292,9 +262,6 @@
<property name="text">
<string>&amp;Modal</string>
</property>
- <property name="accel">
- <string>Alt+M</string>
- </property>
<property name="toolTip" stdset="0">
<string>Show modal</string>
</property>
@@ -487,9 +454,6 @@ Note that this attribute is not supported on many windowing systems and will hav
<property name="text">
<string>Apply</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="default">
<bool>true</bool>
</property>
@@ -504,9 +468,6 @@ Note that this attribute is not supported on many windowing systems and will hav
<property name="text">
<string>Close</string>
</property>
- <property name="accel">
- <string></string>
- </property>
<property name="whatsThis" stdset="0">
<string>Closes this dialog and exits the application.</string>
</property>
diff --git a/qmake/examples/precompile/mydialog.ui b/qmake/examples/precompile/mydialog.ui
index 646b92f0..081ddfa8 100644
--- a/qmake/examples/precompile/mydialog.ui
+++ b/qmake/examples/precompile/mydialog.ui
@@ -23,9 +23,6 @@
<property name="text">
<string>&amp;Quit</string>
</property>
- <property name="accel">
- <string>Alt+Q</string>
- </property>
</widget>
</vbox>
</widget>
diff --git a/tools/assistant/finddialog.ui b/tools/assistant/finddialog.ui
index 7b09fe96..160bb043 100644
--- a/tools/assistant/finddialog.ui
+++ b/tools/assistant/finddialog.ui
@@ -173,9 +173,6 @@
<property name="text">
<string>C&amp;lose</string>
</property>
- <property name="accel">
- <string>Alt+L</string>
- </property>
</widget>
<widget class="TQButtonGroup" row="1" column="0" rowspan="2" colspan="1">
<property name="name">
@@ -219,9 +216,6 @@
<property name="text">
<string>&amp;Find</string>
</property>
- <property name="accel">
- <string>Alt+F</string>
- </property>
<property name="default">
<bool>true</bool>
</property>
diff --git a/tools/designer/designer/preferences.ui b/tools/designer/designer/preferences.ui
index c23ffd40..714fb7a5 100644
--- a/tools/designer/designer/preferences.ui
+++ b/tools/designer/designer/preferences.ui
@@ -96,9 +96,6 @@
<property name="text">
<string>Enable Auto Sa&amp;ve</string>
</property>
- <property name="accel">
- <string>Alt+V</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -200,9 +197,6 @@
<property name="text">
<string>Restore Last &amp;Workspace on Startup</string>
</property>
- <property name="accel">
- <string>Alt+W</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -248,9 +242,6 @@
<property name="text">
<string>Disable Data&amp;base Auto-Edit in Preview</string>
</property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -262,9 +253,6 @@
<property name="text">
<string>Show Toolbutton Lab&amp;els</string>
</property>
- <property name="accel">
- <string>Alt+E</string>
- </property>
<property name="toolTip" stdset="0">
<string>Text Labels</string>
</property>
@@ -304,9 +292,6 @@
<property name="text">
<string>Sn&amp;ap to Grid</string>
</property>
- <property name="accel">
- <string>Alt+A</string>
- </property>
<property name="checked">
<bool>true</bool>
</property>
diff --git a/tools/designer/designer/startdialog.ui b/tools/designer/designer/startdialog.ui
index a009cb3e..f0926910 100644
--- a/tools/designer/designer/startdialog.ui
+++ b/tools/designer/designer/startdialog.ui
@@ -206,9 +206,6 @@
<property name="text">
<string>&amp;Help</string>
</property>
- <property name="accel">
- <number>4144</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -237,9 +234,6 @@
<property name="text">
<string>OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -254,9 +248,6 @@
<property name="text">
<string>Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/tools/designer/examples/addressbook/addressbook.ui b/tools/designer/examples/addressbook/addressbook.ui
index ecbefbf4..4d6113f4 100644
--- a/tools/designer/examples/addressbook/addressbook.ui
+++ b/tools/designer/examples/addressbook/addressbook.ui
@@ -163,9 +163,6 @@
<property name="menuText">
<string>&amp;New</string>
</property>
- <property name="accel">
- <number>4194382</number>
- </property>
</action>
<action>
<property name="name">
@@ -180,9 +177,6 @@
<property name="menuText">
<string>&amp;Open...</string>
</property>
- <property name="accel">
- <number>4194383</number>
- </property>
</action>
<action>
<property name="name">
@@ -197,9 +191,6 @@
<property name="menuText">
<string>&amp;Save</string>
</property>
- <property name="accel">
- <number>4194387</number>
- </property>
</action>
<action>
<property name="name">
@@ -211,9 +202,6 @@
<property name="menuText">
<string>Save &amp;As...</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -225,9 +213,6 @@
<property name="menuText">
<string>E&amp;xit</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -242,9 +227,6 @@
<property name="menuText">
<string>&amp;Find...</string>
</property>
- <property name="accel">
- <number>4194374</number>
- </property>
</action>
<action>
<property name="name">
diff --git a/tools/designer/examples/colortool/mainform.ui b/tools/designer/examples/colortool/mainform.ui
index 945fb1ab..e3eba7b5 100644
--- a/tools/designer/examples/colortool/mainform.ui
+++ b/tools/designer/examples/colortool/mainform.ui
@@ -215,9 +215,6 @@
<property name="menuText">
<string>Save &amp;As...</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">
@@ -229,9 +226,6 @@
<property name="menuText">
<string>E&amp;xit</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">
@@ -294,9 +288,6 @@
<property name="menuText">
<string>&amp;Contents...</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">
@@ -308,9 +299,6 @@
<property name="menuText">
<string>&amp;Index...</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">
@@ -322,9 +310,6 @@
<property name="menuText">
<string>&amp;About</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">
diff --git a/tools/designer/examples/richedit/richedit.ui b/tools/designer/examples/richedit/richedit.ui
index 9f3dde0a..83b2381d 100644
--- a/tools/designer/examples/richedit/richedit.ui
+++ b/tools/designer/examples/richedit/richedit.ui
@@ -154,9 +154,6 @@
<property name="menuText">
<string>&amp;New</string>
</property>
- <property name="accel">
- <number>4194382</number>
- </property>
</action>
<action>
<property name="name">
@@ -171,9 +168,6 @@
<property name="menuText">
<string>&amp;Open...</string>
</property>
- <property name="accel">
- <number>4194383</number>
- </property>
</action>
<action>
<property name="name">
@@ -188,9 +182,6 @@
<property name="menuText">
<string>&amp;Save</string>
</property>
- <property name="accel">
- <number>4194387</number>
- </property>
</action>
<action>
<property name="name">
@@ -202,9 +193,6 @@
<property name="menuText">
<string>Save &amp;As...</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -216,9 +204,6 @@
<property name="menuText">
<string>E&amp;xit</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -233,9 +218,6 @@
<property name="menuText">
<string>&amp;Undo</string>
</property>
- <property name="accel">
- <number>4194394</number>
- </property>
</action>
<action>
<property name="name">
@@ -250,9 +232,6 @@
<property name="menuText">
<string>&amp;Redo</string>
</property>
- <property name="accel">
- <number>4194393</number>
- </property>
</action>
<action>
<property name="name">
@@ -267,9 +246,6 @@
<property name="menuText">
<string>&amp;Cut</string>
</property>
- <property name="accel">
- <number>4194392</number>
- </property>
</action>
<action>
<property name="name">
@@ -284,9 +260,6 @@
<property name="menuText">
<string>C&amp;opy</string>
</property>
- <property name="accel">
- <number>4194371</number>
- </property>
</action>
<action>
<property name="name">
@@ -301,9 +274,6 @@
<property name="menuText">
<string>&amp;Paste</string>
</property>
- <property name="accel">
- <number>4194390</number>
- </property>
</action>
<action>
<property name="name">
@@ -315,9 +285,6 @@
<property name="menuText">
<string>&amp;Contents...</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -329,9 +296,6 @@
<property name="menuText">
<string>&amp;Index...</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -343,9 +307,6 @@
<property name="menuText">
<string>&amp;About</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
</action>
<action>
<property name="name">
@@ -363,9 +324,6 @@
<property name="menuText">
<string>&amp;Bold</string>
</property>
- <property name="accel">
- <number>272629826</number>
- </property>
</action>
<action>
<property name="name">
@@ -383,9 +341,6 @@
<property name="menuText">
<string>&amp;Italic</string>
</property>
- <property name="accel">
- <number>272629833</number>
- </property>
</action>
<action>
<property name="name">
@@ -403,9 +358,6 @@
<property name="menuText">
<string>&amp;Underline</string>
</property>
- <property name="accel">
- <number>272629845</number>
- </property>
</action>
<actiongroup>
<property name="name">
@@ -433,9 +385,6 @@
<property name="menuText">
<string>&amp;Left</string>
</property>
- <property name="accel">
- <number>272629836</number>
- </property>
</action>
<action>
<property name="name">
@@ -453,9 +402,6 @@
<property name="menuText">
<string>&amp;Right</string>
</property>
- <property name="accel">
- <number>272629842</number>
- </property>
</action>
<action>
<property name="name">
diff --git a/tools/designer/plugins/cppeditor/mainfilesettings.ui b/tools/designer/plugins/cppeditor/mainfilesettings.ui
index 80b52068..073a325e 100644
--- a/tools/designer/plugins/cppeditor/mainfilesettings.ui
+++ b/tools/designer/plugins/cppeditor/mainfilesettings.ui
@@ -104,9 +104,6 @@
<property name="text">
<string>Help</string>
</property>
- <property name="accel">
- <number>4144</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -135,9 +132,6 @@
<property name="text">
<string>OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -152,9 +146,6 @@
<property name="text">
<string>Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/tools/designer/templates/Configuration_Dialog.ui b/tools/designer/templates/Configuration_Dialog.ui
index 12a0b291..3617d6cf 100644
--- a/tools/designer/templates/Configuration_Dialog.ui
+++ b/tools/designer/templates/Configuration_Dialog.ui
@@ -86,9 +86,6 @@
<property name="text">
<string>&amp;Help</string>
</property>
- <property name="accel">
- <number>4144</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -117,9 +114,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -134,9 +128,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui b/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui
index 0d153bde..4a1c1c86 100644
--- a/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui
+++ b/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui
@@ -47,9 +47,6 @@
<property name="text">
<string>&amp;Help</string>
</property>
- <property name="accel">
- <number>4144</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -78,9 +75,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -95,9 +89,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/tools/designer/templates/Dialog_with_Buttons_(Right).ui b/tools/designer/templates/Dialog_with_Buttons_(Right).ui
index 68749354..c15cbaf7 100644
--- a/tools/designer/templates/Dialog_with_Buttons_(Right).ui
+++ b/tools/designer/templates/Dialog_with_Buttons_(Right).ui
@@ -47,9 +47,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -64,9 +61,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -78,9 +72,6 @@
<property name="text">
<string>&amp;Help</string>
</property>
- <property name="accel">
- <number>4144</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/tools/designer/templates/Tab_Dialog.ui b/tools/designer/templates/Tab_Dialog.ui
index 5ef82c02..e5ab9628 100644
--- a/tools/designer/templates/Tab_Dialog.ui
+++ b/tools/designer/templates/Tab_Dialog.ui
@@ -70,9 +70,6 @@
<property name="text">
<string>&amp;Help</string>
</property>
- <property name="accel">
- <number>4144</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -101,9 +98,6 @@
<property name="text">
<string>&amp;OK</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
@@ -118,9 +112,6 @@
<property name="text">
<string>&amp;Cancel</string>
</property>
- <property name="accel">
- <number>0</number>
- </property>
<property name="autoDefault">
<bool>true</bool>
</property>
diff --git a/tools/qtconfig/mainwindowbase.ui b/tools/qtconfig/mainwindowbase.ui
index 6521ac20..f5628123 100644
--- a/tools/qtconfig/mainwindowbase.ui
+++ b/tools/qtconfig/mainwindowbase.ui
@@ -774,9 +774,6 @@
<property name="text">
<string>&amp;Enable</string>
</property>
- <property name="accel">
- <string>Alt+E</string>
- </property>
</widget>
<widget class="TQFrame">
<property name="name">
@@ -1463,9 +1460,6 @@
<property name="menuText">
<string>E&amp;xit</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">
@@ -1477,9 +1471,6 @@
<property name="menuText">
<string>&amp;About</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</action>
<action>
<property name="name">