Skip navigation.
KDE Developer's Journals

System Settings gets Interviewed

bille's picture

I decided a couple of weeks ago to sort System Settings out and here is the first result: I reworked the views using Qt4's InterView framework, reusing the KCategorizedView from Dolphin. This gives us a better quality view than the hard coded view used until now - item layout should work at large font sizes or high res displays. It will also make it much easier to improve the UI with custom delegates and category drawers in future - just by reusing code. I was able to chuck out a couple of classes entirely which will make System Settings easier to maintain.

There are a number of things still to do, at the moment KCategorizedView always draws a rubberband, and the number of search hits are not displayed, but it's usable already and these will soon be fixed.

Here's the screenshot:

System Settings gets Interviewed

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
kikke's picture

Any hope for panel settings

Any hope for panel settings in final release? (Height, skin, width... Just like in 3.5.)

rpw's picture

System Settings

Hi,

I would love to see System Settings going in this direction:

http://www.kde-look.org/content/show.php/KDE4+Control+Panel+-+Nookie?con...

But if this will (unfortunatly) not happen, I would recommand one window with some more catagorizes but without the two tabs at the top. So the rest of the settings would be just more catagorizes.

Regards,

rpw

vdboor's picture

nice..! but

Nice stuff! Amazing what you can do with code reuse.

Small things I think that should be changed:
- the titles are very large now. It looks a bit "screaming" or cluttered to me now.
- I think there should be a bit more vertical-margin between the different groups.

Thanks!

behavedave's picture

ambiguity

The terms "System Settings" and "Computer Administration" are a little ambiguous, for example if one was to transpose the two terms in the screenshot above would anyone even notice. The only problem is, is that the alternatives that I have thought up are either too technical (daunting to general users), to precise (appear anal) or involve seperating the sets in to more groups which is not preferable. I shall think on a little.

Regards
Dave T

wintersommer's picture

great work

i like the code reuse !

very good work

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.