Bug 159563

Summary: KTabWidget tab labels do not convert & to keyboard accelerator
Product: [Frameworks and Libraries] kdelibs Reporter: András Manţia <amantia>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: andresbajotierra
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description András Manţia 2008-03-19 12:36:07 UTC
In QTabWidget if the tab label contains &, it is used as an accelerator
(shortcut key). By simply replacing QTabWidget with a KTabWidget this break,
and the & will appear as it is and a new accelerator is chosen by the
framework.
This is a regression to KDE3 (and of course makes KTabWidget to not be a
compatible replacement for QTabWidget).
Comment 1 Dario Andres 2009-04-03 00:57:48 UTC
Here using:

Qt: 4.5.0 + qt-copy-patches-936035
KDE: 4.2.68 (KDE 4.2.68 (KDE 4.3 >= 20090327))
kdelibs svn rev. 946159 / kdebase svn rev. 946160
on ArchLinux i686 - Kernel 2.6.28.8

I can't reproduce this bug. Closing as WORKSFORME