class KArrowButton |
|
Draws a button with an arrow.
Draws a button which shows an arrow pointing into a certain direction. The arrow's alignment on the button depends on the direction it's pointing to, e.g. a left arrow is aligned at the left border, a upwards arrow at the top border. This class honors the currently configured KStyle when drawing the arrow. Author Frerich Raabe |
|
Constructs an arrow button.
parent - This button's parent arrow - The direction the arrrow should be pointing in |
|
|
hack for moc braindamage with enums, use arrowType() instead |
|
Returns the arrow type |
|
Reimplemented from QPushButton. |
|
hack for moc braindamage with enums, use setArrowType() instead |
|
Defines in what direction the arrow is pointing to. Will repaint the
button if necessary.
a - The direction this arrow should be pointing in |
|
Reimplemented from QPushButton. |