Bug 252037 - Allow developers hiding kcm‘s default title in every module
Summary: Allow developers hiding kcm‘s default title in every module
Status: RESOLVED WORKSFORME
Alias: None
Product: systemsettings
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: System Settings Bugs
URL:
Keywords:
: 266696 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-22 13:32 UTC by Kai Uwe Broulik
Modified: 2019-10-27 19:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

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