[Bug 160605] cannot change between tabs on scrolling on them (scroll wheel)
Aaron J.Seigo
aseigo at kde.org
Thu Apr 10 08:30:38 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=160605
------- Additional Comments From aseigo kde org 2008-04-10 08:30 -------
> tabs were widgets
QWidgets, not plasma add-ons.
> i'd wish you to point me in the right direction
KTabWidget already implements wheel scrolling; so places that QTabWidget is used instead need to be swapped over to a KTabWidget.
the about dialogs are in kdelibs/kdeui/dialogs/kabout*dialog.cpp. there's also KPagedDialog which uses tabs as well via KPageTabbedView in kdelibs/kdeui/paged/kpageview_p.cpp. adding scroll wheel movement to KTabWidget and then using KTabWidget in those dialogs would likely do the trick.
More information about the Panel-devel
mailing list