diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:55:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 22:56:01 +0900 |
| commit | 854618c35af97fb5492b582efb51fe5b21100fd4 (patch) | |
| tree | 9fae1d32fb5db51f992c131869cd35e58243d98e /src/gui/generaloptionswidget.ui | |
| parent | 2d0c08436c9cbda18493bb4fa6f484a403e2d553 (diff) | |
| download | ktechlab-854618c3.tar.gz ktechlab-854618c3.zip | |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1901818034b9c81f193dc28b396d9b68858d5c96)
Diffstat (limited to 'src/gui/generaloptionswidget.ui')
| -rw-r--r-- | src/gui/generaloptionswidget.ui | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gui/generaloptionswidget.ui b/src/gui/generaloptionswidget.ui index 1835a3a..03630d7 100644 --- a/src/gui/generaloptionswidget.ui +++ b/src/gui/generaloptionswidget.ui @@ -29,9 +29,6 @@ <property name="text"> <string>Reuse the same output view for code generation</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> @@ -40,9 +37,6 @@ <property name="text"> <string>Show voltage bars &on electronic components</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> </widget> <widget class="KColorButton" row="2" column="1"> <property name="name"> @@ -62,9 +56,6 @@ <property name="text"> <string>Show &grid:</string> </property> - <property name="accel"> - <string>Alt+G</string> - </property> </widget> <widget class="KIntSpinBox" row="3" column="1"> <property name="name"> @@ -111,9 +102,6 @@ <property name="text"> <string>Restore opened doc&uments on startup</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -122,9 +110,6 @@ <property name="text"> <string>Raise the &appropriate item selector on creating a new document</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -133,9 +118,6 @@ <property name="text"> <string>Raise the &Messages log when compiling</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> </widget> </vbox> </widget> |
