KDEUI
KStyle::Generic Struct Reference
[KStyle widget representation]
#include <kstyle.h>
Detailed Description
Basic primitive drawing operations.Are intended to be used in every WidgetType combination.
Definition at line 395 of file kstyle.h.
Public Types | |
enum | LayoutProp { DefaultFrameWidth } |
enum | Primitive { Text = 0xFFFF, Icon, FocusIndicator, Frame, ArrowUp, ArrowDown, ArrowRight, ArrowLeft } |
Member Enumeration Documentation
Layout properties.
These can be set with setWidgetLayoutProp() Generic LayoutProps contain a few properties which are not directly related to a specific widget type.
- Enumerator:
-
DefaultFrameWidth The FrameWidth used by LineEdit, etc..., default is 2 [sets QStyle::PM_DefaultFrameWidth].
Primitive drawing operations.
- Note:
- The arrows are centering primitives, which means they draw in the center of the specified rectangle.
- Enumerator:
-
Text Passes in TextOption. Icon Passes in IconOption. FocusIndicator Indication that this widget has focus. Frame Frame around widget. - Note:
- QFrame derived widgets are painted using WT_Generic widget type and this Generic::Frame primitive.
ArrowUp Up arrow (pointing up). ArrowDown Down arrow. ArrowRight Right arrow. ArrowLeft Left arrow.
The documentation for this struct was generated from the following file: