KDEUI
KStyle widget representation
Classes | |
| struct | KStyle::CheckBox |
| Describes widgets like QCheckBox. More... | |
| struct | KStyle::ComboBox |
| Describes a widget like QComboBox. More... | |
| struct | KStyle::DockWidget |
| Describes the title of a dock widget. More... | |
| struct | KStyle::Generic |
| Basic primitive drawing operations. More... | |
| struct | KStyle::GroupBox |
| Describes something like QGroupBox. More... | |
| struct | KStyle::Header |
| Describes a list header, like in QListView. More... | |
| struct | KStyle::LineEdit |
| Describes a text edit widget like QLineEdit. More... | |
| struct | KStyle::Menu |
| Describes a menu. More... | |
| struct | KStyle::MenuBar |
| Describes widgets like QMenuBar. More... | |
| struct | KStyle::MenuBarItem |
| Describes MenuBar items. More... | |
| struct | KStyle::MenuItem |
| Describes an item in a menu. More... | |
| struct | KStyle::ProgressBar |
| Describes widgets like QProgressBar. More... | |
| struct | KStyle::PushButton |
| Describes widgets like QPushButton. More... | |
| struct | KStyle::RadioButton |
| Describes widgets like QRadioButton. More... | |
| struct | KStyle::ScrollBar |
| Describes widgets like QScrollBar. More... | |
| struct | KStyle::Slider |
| Describes a slider, like QSlider. More... | |
| struct | KStyle::SpinBox |
| Describes a widget like QSpinBox. More... | |
| struct | KStyle::Splitter |
| Describes widgets like QSplitter. More... | |
| struct | KStyle::StatusBar |
| Describes a status bar section. More... | |
| struct | KStyle::TabBar |
| Describes a tab bar. More... | |
| struct | KStyle::TabWidget |
| Describes a tab widget (frame). More... | |
| struct | KStyle::ToolBar |
| Describes a tool bar. More... | |
| struct | KStyle::ToolBoxTab |
| Describes a tab for a tool box, like QToolBox. More... | |
| struct | KStyle::ToolButton |
| Describes widgets like QToolButton (usually inside a QToolBar). More... | |
| struct | KStyle::Tree |
| Describes an expandable tree, e.g. More... | |
| struct | KStyle::Window |
| Describes windows, like in QWorkspace. More... | |
Detailed Description
Things related to the representation of widgets.
Enumeration Type Documentation
|
protected |
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:
|
protected |
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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:06:20 by doxygen 1.8.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:06:20 by doxygen 1.8.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.