class KStyle


Module kdeui
Namespace
Class KStyle
Inherits QStyle
Makes style coding more convenient.

To do: and allows to style KDE specific widgets.

KStyle strives to ease style development by implementing various QStyle methods. These implementations are based on -# the concept of Layout Properties. These properties can be set using setWidgetLayoutProp(). KStyle uses this information to respect various metrics (like space between primitives or margins around widget contents) or turn specific features on or off. -# the concept of KStyle Primitives. These can be implemented by overriding drawKStylePrimitive() and providing drawing methods for specific primitives. Often, the drawing of more complex widgets consists of several primitives.

In the following modules, information about related members is collected: - OptionGroup - WidgetGroup

Author Maksim Orlovich (maksim\@kde.org) Author Sandro Giessl (giessl\@kde.org)

See also KStyleFactory for how to implement the style plugin interface.



enums

enum details

methods