KDEUI
#include <kstyle.h>
Detailed Description
Member Enumeration Documentation
- Note
- Dimensions of LayoutProperties are generally specified with respect to the vertical scrollbar. Of course, for horizontal ones they're flipped.
- See also
- setWidgetLayoutProp()
Enumerator | |
---|---|
DoubleTopButton |
(0) set to non-zero to have two buttons on top |
DoubleBotButton |
(1) set to non-zero to have two buttons on bottom |
SingleButtonHeight |
(16) height of a single button |
DoubleButtonHeight |
(32) height of a double button |
BarWidth |
(16) width of a scrollbar [sets QStyle::PM_ScrollBarExtent] |
MinimumSliderHeight |
(0 ?) the minimum slider height
|
ArrowColor |
(ColorMode(ColorMode::BWAutoContrastMode, QPalette::Button)) color mode of a button arrow
|
ActiveArrowColor |
(ColorMode(ColorMode::BWAutoContrastMode, QPalette::ButtonText)) color mode of a pressed button arrow (?) |
Relevant Generic elements:
- The
Generic
arrows
[Groove Areas implement QStyle::CE_ScrollBarAddPage and QStyle::CE_ScrollBarSubPage] [Sliders implement QStyle::CE_ScrollBarSlider]
- See also
- drawKStylePrimitive()
Enumerator | |
---|---|
SingleButtonVert |
used to draw a 1-button bevel, vertical |
SingleButtonHor |
used to draw a 1-button bevel, horizontal |
DoubleButtonVert |
Used to draw a 2-button bevel, vertical. A DoubleButtonOption is passed to say which button is pressed. |
DoubleButtonHor | |
GrooveAreaVertBottom |
scrollbar groove area, vertical. An interesting flag is
|
GrooveAreaHorRight |
scrollbar groove area, horizontal. Flags: |
GrooveAreaVertTop |
scrollbar groove area, vertical. An interesting flag is |
GrooveAreaHorLeft |
scrollbar groove area, horizontal. Flags: |
SliderVert |
scrollbar slider, vertical. Flags: |
SliderHor |
scrollbar slider, horizontal. Flags: |
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.