Removing accelerators (<property name="accel">) from ui files. That is good because:
- Makes .ui files smaller - Removes not necessary setAccel( QKeySequence( ) ); from the generated *.cpp - Translations teams don't get the accelerator to translate making it unpossible to generate errors because the & is placed in a letter and the accel is another letter. If you don't like that blame Stephan Binner, he suggested i could do it. svn path=/trunk/kdebase/kcontrol/; revision=263265
This commit is contained in:
parent
76c19742f4
commit
f7a59dfd24
1 changed files with 0 additions and 9 deletions
|
@ -26,9 +26,6 @@
|
|||
<property name="text">
|
||||
<string>Display the window &icon in the caption bubble</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+I</string>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0">
|
||||
<string>Check this option if you want the window icon to be displayed in the caption bubble next to the titlebar text.</string>
|
||||
</property>
|
||||
|
@ -51,9 +48,6 @@
|
|||
<property name="text">
|
||||
<string>Draw g&rab bars below windows</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+R</string>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0">
|
||||
<string>Check this option if you want a grab bar to be drawn below windows. When this option is not selected only a thin border will be drawn in its place.</string>
|
||||
</property>
|
||||
|
@ -65,9 +59,6 @@
|
|||
<property name="text">
|
||||
<string>Use shadowed &text</string>
|
||||
</property>
|
||||
<property name="accel">
|
||||
<string>Alt+T</string>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0">
|
||||
<string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue