A button with an arrow on it from Qwt.
[ Qwt docs | Back to Index ]
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 ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.