QwtArrowButton

LGPL

A button with an arrow on it from Qwt.

[ Qwt docs | Back to Index ]

Styles and Code

Code
windows
sgi
QwtArrowButton *w = new QwtArrowButton( 1, QwtArrowButton::Right, 0, 0 );
QwtArrowButton *w = new QwtArrowButton( 2, QwtArrowButton::Right, 0, 0 );
QwtArrowButton *w = new QwtArrowButton( 3, QwtArrowButton::Right, 0, 0 );
QwtArrowButton *w = new QwtArrowButton( 1, QwtArrowButton::Left, 0, 0 );
QwtArrowButton *w = new QwtArrowButton( 1, QwtArrowButton::Up, 0, 0 );
QwtArrowButton *w = new QwtArrowButton( 1, QwtArrowButton::Down, 0, 0 );

[ Back to Index ]

Licenses are noted in grayed out, smaller text. Closed indicates that the widget is available under a closed-source compatible license. Dual licensing is possible.

Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.