|
|
KDirectionButton was a helper class for KTabBar and KWizard which existed in the stone ages of KDE. The replacement QTabBar uses QToolButton for the direction buttons which have a look and feel that adjusts to the widget style in use. It provides the buttons used to scroll the tab bar and to change pages in KWizard.
KDirectionButton ( QWidget * parent = 0, const char * name = 0 )
| KDirectionButton |
KDirectionButton ( ArrowType d, QWidget * parent = 0, const char * name = 0 )
| KDirectionButton |
~KDirectionButton ()
| ~KDirectionButton |
void setDirection ( ArrowType d)
| setDirection |
ArrowType direction ( )
| direction |
void drawButton (QPainter *)
| drawButton |
[protected virtual]
ArrowType direct | direct |
[protected]