summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parentec04b50a44be8fc3b6d81c1bc2000f7027272c14 (diff)
downloadtqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.tar.gz
tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.zip
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r--doc/html/designer-manual-16.html3
-rw-r--r--doc/html/qmake-manual-7.html3
2 files changed, 0 insertions, 6 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;