diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-22 10:32:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-22 10:32:51 +0900 |
commit | 044c03f28ec609b5151e7ab4106a0f0eb86db094 (patch) | |
tree | 20789ea723500001d54fdd4c287eb2a1ee685985 /examples/network/ftpclient | |
parent | ec04b50a44be8fc3b6d81c1bc2000f7027272c14 (diff) | |
download | tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.tar.gz tqt3-044c03f28ec609b5151e7ab4106a0f0eb86db094.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/network/ftpclient')
-rw-r--r-- | examples/network/ftpclient/connectdialog.ui | 6 | ||||
-rw-r--r-- | examples/network/ftpclient/ftpmainwindow.ui | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/examples/network/ftpclient/connectdialog.ui b/examples/network/ftpclient/connectdialog.ui index ff0a30a63..2cfad528c 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 338aa139b..263889c86 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&xit</string> </property> - <property name="accel"> - <number>0</number> - </property> </action> <action> <property name="name"> |