Bug 252037

Summary: Allow developers hiding kcm‘s default title in every module
Product: [Applications] systemsettings Reporter: Kai Uwe Broulik <KaiUweBroulik2>
Component: generalAssignee: System Settings Bugs <sourtooth+ssbugs>
Status: RESOLVED WORKSFORME    
Severity: wishlist CC: kde, markg85, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Kai Uwe Broulik 2010-09-22 13:32:26 UTC
Version:           unspecified (using KDE 4.5.1) 
OS:                Linux

In every kcm module there‘s a title with an icon. This is fine most of the time. But especially in areas where much space is needed and where there are categories on the left which state the purpose of the current shown module, it‘d be nice if developers were enabled to remove/hide that text.
This gets clearly with the new kpackagekit 0.61 where there is “Get and Remove Software” on the category list on the left and “Get and Remove Software” as title on the kcm module. This ist just a waste of space there because it is clearly visible that this is “Get and Remove Software”.

Reproducible: Always
Comment 1 Christoph Feck 2011-07-24 01:03:27 UTC
*** Bug 266696 has been marked as a duplicate of this bug. ***
Comment 2 Nate Graham 2019-10-27 19:39:01 UTC
I had the same idea and recently submitted a related patch to remove these titles by default: https://phabricator.kde.org/D22884

However in the ensuing discussion, we decided not to do it for various reasons (see the discussion there for details).

The good news is that the requested functionality to optionally hide the title is already available: KPageWidget allows you to set `headerVisible(false)` and it will hide the title for any page where it is deemed redundant or a waste of space.