KDEUI
KStyle widget representation
Things related to the representation of widgets. More...
Detailed Description
Things related to the representation of widgets.
Enumeration Type Documentation
enum KStyle::MarginOffsets [protected, inherited] |
These constants describe how to access various fields of a margin property.
For example, to set an additional top margin of 2 pixels, use
setWidgetLayoutProp(WT_SomeWidget, SomeWidget::Margin + Top, 2);
- Enumerator:
enum KStyle::WidgetType [protected, inherited] |
This enum is used to represent KStyle's concept of a widget, and to associate drawing requests and metrics with it.
The generic value is used for primitives and metrics that are common between many widgets
- Enumerator:
WT_Generic - See also:
- Generic
WT_PushButton - See also:
- PushButton
WT_Splitter - See also:
- Splitter
WT_CheckBox - See also:
- CheckBox
WT_RadioButton - See also:
- RadioButton
WT_DockWidget - See also:
- DockWidget
WT_ProgressBar - See also:
- ProgressBar
WT_MenuBar - See also:
- MenuBar
WT_MenuBarItem - See also:
- MenuBarItem
WT_Menu - See also:
- Menu
WT_MenuItem - See also:
- MenuItem
WT_ScrollBar - See also:
- ScrollBar
WT_TabBar - See also:
- TabBar
WT_TabWidget - See also:
- TabWidget
WT_Slider - See also:
- Slider
WT_Tree - See also:
- Tree
WT_SpinBox - See also:
- SpinBox
WT_ComboBox - See also:
- ComboBox
WT_Header - See also:
- Header
WT_LineEdit - See also:
- LineEdit
WT_GroupBox - See also:
- GroupBox
WT_StatusBar - See also:
- StatusBar
WT_ToolBar - See also:
- ToolBar
WT_ToolButton - See also:
- ToolButton
WT_ToolBoxTab - See also:
- ToolBoxTab
WT_Window - See also:
- Window
WT_Limit For enum extensibility.