From 044c03f28ec609b5151e7ab4106a0f0eb86db094 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 22 Sep 2022 10:32:51 +0900 Subject: Remove unnecessary accelerators from .ui files Signed-off-by: Michele Calgaro --- doc/html/designer-manual-16.html | 3 --- doc/html/qmake-manual-7.html | 3 --- 2 files changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/html/designer-manual-16.html b/doc/html/designer-manual-16.html index be3536c75..39513c565 100644 --- a/doc/html/designer-manual-16.html +++ b/doc/html/designer-manual-16.html @@ -89,9 +89,6 @@ body { background: #ffffff; color: black; } <property name="menuText"> <string>&amp;New</string> </property> - <property name="accel"> - <number>4194382</number> - </property> </action> ... </actions> diff --git a/doc/html/qmake-manual-7.html b/doc/html/qmake-manual-7.html index 2fd24c8af..acaaf1855 100644 --- a/doc/html/qmake-manual-7.html +++ b/doc/html/qmake-manual-7.html @@ -106,9 +106,6 @@ body { background: #ffffff; color: black; } <property name="text"> <string>&amp;Quit</string> </property> - <property name="accel"> - <string>Alt+Q</string> - </property> </widget> </vbox> </widget> -- cgit v1.2.1