Bug 159563 - KTabWidget tab labels do not convert & to keyboard accelerator
Summary: KTabWidget tab labels do not convert & to keyboard accelerator
Status: RESOLVED WORKSFORME
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 12:36 UTC by András Manţia
Modified: 2009-04-03 00:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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